From f5fe75a6e0c66d5bb81a6ffd8906d66cb7f34f2f Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Wed, 5 Oct 2016 01:09:43 +0000 Subject: This test is failing because there's a global symbol "C" in libsystem_c.dylib, and that is defeating the lookup of the "struct C" here. Adding the bug for that. llvm-svn: 283287 --- lldb/packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py') diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py index ca6b27f1727..a11a2d5b935 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py @@ -11,7 +11,7 @@ class TestCppScopes(TestBase): mydir = TestBase.compute_mydir(__file__) - @expectedFailureDarwin + @expectedFailureDarwin(bugnumber="") @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24764") def test_with_run_command(self): self.build() -- cgit v1.2.3