[lldb-dev] [Bug 36713] New: TestSTL.py fails because "expr associative_array.size()" fails

via lldb-dev lldb-dev at lists.llvm.org
Tue Mar 13 16:17:09 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=36713

            Bug ID: 36713
           Summary: TestSTL.py fails because "expr
                    associative_array.size()" fails
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: vsk at apple.com
                CC: llvm-bugs at lists.llvm.org

FAIL: test_gmodules (TestSTL.STLTestCase)
   Test some expressions involving STL data types.
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/Users/vsk/src/llvm.org-lldbsan/llvm/tools/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 1799, in gmodules_test_method
    return attrvalue(self)
  File
"/Users/vsk/src/llvm.org-lldbsan/llvm/tools/lldb/packages/Python/lldbsuite/test/lang/cpp/stl/TestSTL.py",
line 65, in test
    substrs=[' = 3'])
  File
"/Users/vsk/src/llvm.org-lldbsan/llvm/tools/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 2227, in expect
    inHistory=inHistory)
  File
"/Users/vsk/src/llvm.org-lldbsan/llvm/tools/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 2120, in runCmd
    msg if msg else CMD_MSG(cmd))
AssertionError: False is not True : Command 'expr associative_array.size()'
returns successfully
Config=x86_64-/Users/vsk/src/builds/llvm.org-lldbsan-RA/bin/clang-7.0
----------------------------------------------------------------------
Ran 6 tests in 10.711s

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

[TestSTL.py FAILED]
Command invoked: /usr/bin/python
/Users/vsk/src/llvm.org-lldbsan/llvm/tools/lldb/test/dotest.py -q --arch=x86_64
--executable /Users/vsk/src/builds/llvm.org-lldbsan-RA/bin/lldb -s
/Users/vsk/src/builds/llvm.org-lldbsan-RA/lldb-test-traces --build-dir
/Users/vsk/src/builds/llvm.org-lldbsan-RA/lldb-test-build.noindex -S nm -u
CXXFLAGS -u CFLAGS -C /Users/vsk/src/builds/llvm.org-lldbsan-RA/./bin/clang
--server
/Volumes/Xcode9E129_m17E168_i15E197_t15L194_w15T195_b15P3158_XcodeInternals_32bitSupport_FastSim_Boost_ASan_29GB/Xcode.app/Contents/Developer/../SharedFrameworks/LLDB.framework/Resources/debugserver
--out-of-tree-debugserver -p TestSTL --results-port 59269 -S nm --inferior -p
TestSTL.py
/Users/vsk/src/llvm.org-lldbsan/llvm/tools/lldb/packages/Python/lldbsuite/test/lang/cpp/stl
--event-add-entries worker_index=0:int
  1 out of 617 test suites processed - TestSTL.py
=============
Issue Details
=============
FAIL: test_dsym (lang/cpp/stl/TestSTL.py)
FAIL: test_dwarf (lang/cpp/stl/TestSTL.py)
FAIL: test_gmodules (lang/cpp/stl/TestSTL.py)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20180313/d9d8fbfb/attachment.html>


More information about the lldb-dev mailing list