summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2018-01-26 11:40:59 +0000
committerPavel Labath <labath@google.com>2018-01-26 11:40:59 +0000
commite8524e0ca2e248c6b2973dbe6d3c95025ebef4d8 (patch)
treef550a7c6e64991bb961d1f4e6e6b50371a6b5702 /lldb/packages/Python/lldbsuite/test/functionalities/data-formatter
parent8fc8510cb8dab5857e62870e976dfa7feca3fca7 (diff)
downloadbcm5719-llvm-e8524e0ca2e248c6b2973dbe6d3c95025ebef4d8.tar.gz
bcm5719-llvm-e8524e0ca2e248c6b2973dbe6d3c95025ebef4d8.zip
Fix linux fallout from c++ gmodules enable
TestLibcxxListLoop - fails because the evil "define private public" trick does not work with gmodules. The purpose of the test is not to test debug info parsing so I just mark it as no_debug_info_testcase. In the long term it may be interesting to write a mock std::list which will allow us to test bad inputs to data formatters more easily. TestGModules - seems to be a genuine bug. Filed pr36107 and xfailed. llvm-svn: 323520
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/data-formatter')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/TestDataFormatterLibcxxListLoop.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/TestDataFormatterLibcxxListLoop.py b/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/TestDataFormatterLibcxxListLoop.py
index 3056dcf4af7..f169b448680 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/TestDataFormatterLibcxxListLoop.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/TestDataFormatterLibcxxListLoop.py
@@ -18,6 +18,7 @@ from lldbsuite.test import lldbutil
class LibcxxListDataFormatterTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
+ NO_DEBUG_INFO_TESTCASE = True
@add_test_categories(["libc++"])
@expectedFailureAndroid(bugnumber="llvm.org/pr32592")
OpenPOWER on IntegriCloud