summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2016-04-12 10:06:37 +0000
committerPavel Labath <labath@google.com>2016-04-12 10:06:37 +0000
commitbc79e8923a1e5bf28e73c7a63a1d8dc8ada796c4 (patch)
tree6c2365d3420baa8425268f955d514f024e957c85 /lldb/packages/Python/lldbsuite/test/lang/cpp/namespace
parent7c01357cef0c0809d079e96d52609b5ed8ae6192 (diff)
downloadbcm5719-llvm-bc79e8923a1e5bf28e73c7a63a1d8dc8ada796c4.tar.gz
bcm5719-llvm-bc79e8923a1e5bf28e73c7a63a1d8dc8ada796c4.zip
Skip a test in TestNamespaceLookup on linux to avoid a crash
llvm-svn: 266054
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/namespace')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py
index de160d846c7..1e446fd852c 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py
+++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py
@@ -159,6 +159,7 @@ class NamespaceLookupTestCase(TestBase):
# NOTE: this test may fail on older systems that don't emit import
# entries in DWARF - may need to add checks for compiler versions here.
+ @skipIf(compiler="gcc", oslist=["linux"], debug_info=["dwo"]) # Skip to avoid crash
@expectedFailureAll(oslist=["windows", "linux", "freebsd"], bugnumber="llvm.org/pr25819")
def test_scope_after_using_directive_lookup_with_run_command(self):
"""Test scope lookup after using directive in lldb."""
OpenPOWER on IntegriCloud