Author: jingham
Date: Fri Oct  7 13:15:11 2016
New Revision: 283578

URL: http://llvm.org/viewvc/llvm-project?rev=283578&view=rev
Log:
The PR that caused this test ot fail was fixed in July, removing the XFAIL.

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

Modified: 
lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py?rev=283578&r1=283577&r2=283578&view=diff
==============================================================================
--- 
lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py
 (original)
+++ 
lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py
 Fri Oct  7 13:15:11 2016
@@ -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()


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to