<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - LLDB: TestDataFormatterLibcxxListLoop.LibcxxListDataFormatterTestCase failed: no member named '__value_' in 'std::__1::__list_node_base<int, void *>'"
   href="https://bugs.llvm.org/show_bug.cgi?id=38456">38456</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>LLDB: TestDataFormatterLibcxxListLoop.LibcxxListDataFormatterTestCase failed: no member named '__value_' in 'std::__1::__list_node_base<int, void *>'
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lldb
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>7.0
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>All Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>lldb-dev@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>mgorny@gentoo.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Blocks</th>
          <td>38406
          </td>
        </tr></table>
      <p>
        <div>
        <pre>******************** TEST 'lldb-Suite ::
functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/TestDataFormatterLibcxxListLoop.py'
FAILED ********************
lldb version 7.0.0 ( revision 70c4484ad65f92d9d59deedbef65705e46c6987c)
LLDB library dir:
/var/tmp/portage/dev-util/lldb-7.0.9999/work/lldb-7.0.9999_build/bin
LLDB import library dir:
/var/tmp/portage/dev-util/lldb-7.0.9999/work/lldb-7.0.9999_build/bin
Skipping following debug info categories: ['dsym', 'gmodules']

Session logs for test failures/errors/unexpected successes will go into
directory
'/var/tmp/portage/dev-util/lldb-7.0.9999/work/lldb-7.0.9999_build/lldb-test-traces'
Command invoked:
/var/tmp/portage/dev-util/lldb-7.0.9999/work/lldb-7.0.9999/test/dotest.py -q
--arch= -s
/var/tmp/portage/dev-util/lldb-7.0.9999/work/lldb-7.0.9999_build/lldb-test-traces
--build-dir
/var/tmp/portage/dev-util/lldb-7.0.9999/work/lldb-7.0.9999_build/lldb-test-build.noindex
-S nm -u CXXFLAGS -u CFLAGS --executable
/var/tmp/portage/dev-util/lldb-7.0.9999/work/lldb-7.0.9999_build/./bin/lldb
--dsymutil
/var/tmp/portage/dev-util/lldb-7.0.9999/work/lldb-7.0.9999_build/./bin/dsymutil
-C /usr/lib/llvm/7/bin/clang --env ARCHIVER=/usr/bin/x86_64-pc-linux-gnu-ar
--env OBJCOPY=/usr/bin/objcopy
/var/tmp/portage/dev-util/lldb-7.0.9999/work/lldb-7.0.9999/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop
-p TestDataFormatterLibcxxListLoop.py
FAIL: LLDB (/usr/lib64/llvm/7/bin/clang-7-x86_64) :: test_with_run_command
(TestDataFormatterLibcxxListLoop.LibcxxListDataFormatterTestCase)
======================================================================
ERROR: test_with_run_command
(TestDataFormatterLibcxxListLoop.LibcxxListDataFormatterTestCase)
----------------------------------------------------------------------
Error when building test subject.

Build Command:
make
VPATH=/var/tmp/portage/dev-util/lldb-7.0.9999/work/lldb-7.0.9999/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop
-C
/var/tmp/portage/dev-util/lldb-7.0.9999/work/lldb-7.0.9999_build/lldb-test-build.noindex/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/TestDataFormatterLibcxxListLoop.test_with_run_command
-I
/var/tmp/portage/dev-util/lldb-7.0.9999/work/lldb-7.0.9999/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop
-f
/var/tmp/portage/dev-util/lldb-7.0.9999/work/lldb-7.0.9999/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/Makefile
all ARCH=x86_64 CC="/usr/lib64/llvm/7/bin/clang-7" 

Build Command Output:
/var/tmp/portage/dev-util/lldb-7.0.9999/work/lldb-7.0.9999/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/main.cpp:19:24:
error: no member named '__value_' in 'std::__1::__list_node_base<int, void *>'
    assert(third_elem->__value_ == 3);
           ~~~~~~~~~~  ^
/usr/include/assert.h:90:27: note: expanded from macro 'assert'
     (static_cast <bool> (expr)                                         \
                          ^~~~
/var/tmp/portage/dev-util/lldb-7.0.9999/work/lldb-7.0.9999/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/main.cpp:21:24:
error: no member named '__value_' in 'std::__1::__list_node_base<int, void *>'
    assert(fifth_elem->__value_ == 5);
           ~~~~~~~~~~  ^
/usr/include/assert.h:90:27: note: expanded from macro 'assert'
     (static_cast <bool> (expr)                                         \
                          ^~~~
2 errors generated.
make: *** [../../../../../../make/Makefile.rules:576: main.o] Error 1

Test Directory:
/var/tmp/portage/dev-util/lldb-7.0.9999/work/lldb-7.0.9999/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop
----------------------------------------------------------------------
Ran 1 test in 2.907s

RESULT: FAILED (0 passes, 0 failures, 1 errors, 0 skipped, 0 expected failures,
0 unexpected successes)

********************</pre>
        </div>
      </p>

        <div id="referenced">
          <hr style="border: 1px dashed #969696">
          <b>Referenced Bugs:</b>
          <ul>
              <li>
                [<a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [meta] 7.0.0 Release Blockers"
   href="https://bugs.llvm.org/show_bug.cgi?id=38406">Bug 38406</a>] [meta] 7.0.0 Release Blockers
              </li>
          </ul>
        </div>
        <br>

      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>