The PR that caused this test ot fail was fixed in July, removing the XFAIL.
authorJim Ingham <jingham@apple.com>
Fri, 7 Oct 2016 18:15:11 +0000 (18:15 +0000)
committerJim Ingham <jingham@apple.com>
Fri, 7 Oct 2016 18:15:11 +0000 (18:15 +0000)
llvm-svn: 283578

lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py

index ca5b375..dcc9206 100644 (file)
@@ -10,7 +10,6 @@ class TestWithGmodulesDebugInfo(TestBase):
     mydir = TestBase.compute_mydir(__file__)
 
     @add_test_categories(["gmodules"])
-    @expectedFailureAll(oslist=["macosx"], bugnumber="llvm.org/pr28156")
     def test_specialized_typedef_from_pch(self):
         self.build()
         cwd = os.getcwd()