This test is failing because there's a global symbol "C" in libsystem_c.dylib,
authorJim Ingham <jingham@apple.com>
Wed, 5 Oct 2016 01:09:43 +0000 (01:09 +0000)
committerJim Ingham <jingham@apple.com>
Wed, 5 Oct 2016 01:09:43 +0000 (01:09 +0000)
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

index ca6b27f..a11a2d5 100644 (file)
@@ -11,7 +11,7 @@ class TestCppScopes(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 
-    @expectedFailureDarwin
+    @expectedFailureDarwin(bugnumber="<rdar://problem/28623427>")
     @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24764")
     def test_with_run_command(self):
         self.build()