summaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py')
-rw-r--r--packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py b/packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py
index ce270b1ea391f..d5ff93f0cc1f5 100644
--- a/packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py
+++ b/packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py
@@ -15,11 +15,6 @@ class TestCppScopes(TestBase):
def test_all_but_c(self):
self.do_test(False)
- # There's a global symbol in libsystem on Darwin that messes up
- # the lookup of class C. Breaking that test out from the others
- # since that is a odd failure, and I don't want it to mask the
- # real purpose of this test.
- @expectedFailureDarwin(bugnumber="<rdar://problem/28623427>")
@expectedFailureAll(oslist=["windows"])
def test_c(self):
self.do_test(True)