From b8ea7a0ed30b391cfb35762a660393bd3c601216 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Mon, 14 Dec 2015 12:09:28 +0000 Subject: Extend XFAIL on TestNamespaceLookup on linux one of the tests seems to (occasionally) fail with clang as well. llvm-svn: 255492 --- .../Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py') 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 5e28da727d0..4ea5e281f8c 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py @@ -143,7 +143,7 @@ class NamespaceLookupTestCase(TestBase): # finds the global ::func(). self.expect("expr -- func()", startstr = "(int) $0 = 2") - @expectedFailureAll(bugnumber="llvm.org/pr25819", oslist=["linux"], compiler="gcc") + @expectedFailureLinux("llvm.org/pr25819") def test_scope_lookup_before_using_with_run_command(self): """Test scope lookup before using in lldb.""" self.build() -- cgit v1.2.3