[lldb-dev] [Bug 36048] New: TestDataFormatterLibcxxVector.py and TestDataFormatterLibcxxVector.py fail with -fmodules
via lldb-dev
lldb-dev at lists.llvm.org
Mon Jan 22 18:53:06 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=36048
Bug ID: 36048
Summary: TestDataFormatterLibcxxVector.py and
TestDataFormatterLibcxxVector.py fail with -fmodules
Product: lldb
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: vsk at apple.com
CC: llvm-bugs at lists.llvm.org
These tests were not actually ever building with -fmodules because in
Makefile.rules, we strip out -fmodules for c++11 tests. If we stop doing that,
we see:
1: test_with_run_command_dsym
(TestDataFormatterLibcxxVector.LibcxxVectorDataFormatterTestCase)
Test that that file and class static variables display correctly. ... ok
2: test_with_run_command_dwarf
(TestDataFormatterLibcxxVector.LibcxxVectorDataFormatterTestCase)
Test that that file and class static variables display correctly. ... ok
3: test_with_run_command_gmodules
(TestDataFormatterLibcxxVector.LibcxxVectorDataFormatterTestCase)
Test that that file and class static variables display correctly. ...
FAILURE
The symptoms are that the data formatters print the wrong summaries for the
vector/list containers.
--
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/20180123/a2edd0ca/attachment.html>
More information about the lldb-dev
mailing list