summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2018-12-18 12:55:30 +0000
committerPavel Labath <pavel@labath.sk>2018-12-18 12:55:30 +0000
commit7f03203142dc174c948fd2d554776b2e5fbd70f5 (patch)
tree7e9f8639e172dd7157d3eef6a995def28f0f62d3 /lldb/packages/Python/lldbsuite/test/lang/cpp
parentd1328e1a01cc41927169c36ad03a6c77a66e18ab (diff)
downloadbcm5719-llvm-7f03203142dc174c948fd2d554776b2e5fbd70f5.tar.gz
bcm5719-llvm-7f03203142dc174c948fd2d554776b2e5fbd70f5.zip
Un-XFAIL TestNamespaceLookup for linux
These tests are now passing on linux, at least with top-of-tree clang, clang-6 and gcc-7.3. It's possible it may still be failing with some older compilers, but I don't have those around to test. llvm-svn: 349478
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py15
1 files changed, 3 insertions, 12 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 2837cfd9244..f87dc10d343 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py
+++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py
@@ -42,10 +42,7 @@ class NamespaceLookupTestCase(TestBase):
'stop reason = breakpoint'])
@expectedFailureAll(
- oslist=[
- "windows",
- "linux",
- "freebsd"],
+ oslist=["windows", "freebsd"],
bugnumber="llvm.org/pr25819")
def test_scope_lookup_with_run_command(self):
"""Test scope lookup of functions in lldb."""
@@ -230,10 +227,7 @@ class NamespaceLookupTestCase(TestBase):
oslist=["linux"],
debug_info=["dwo"]) # Skip to avoid crash
@expectedFailureAll(
- oslist=[
- "windows",
- "linux",
- "freebsd"],
+ oslist=["windows", "freebsd"],
bugnumber="llvm.org/pr25819")
def test_scope_after_using_directive_lookup_with_run_command(self):
"""Test scope lookup after using directive in lldb."""
@@ -297,10 +291,7 @@ class NamespaceLookupTestCase(TestBase):
self.expect("expr -- func()", startstr="error")
@expectedFailureAll(
- oslist=[
- "windows",
- "linux",
- "freebsd"],
+ oslist=["windows", "freebsd"],
bugnumber="llvm.org/pr25819")
def test_scope_lookup_shadowed_by_using_with_run_command(self):
"""Test scope lookup shadowed by using in lldb."""
OpenPOWER on IntegriCloud