[Lldb-commits] [lldb] r283578 - The PR that caused this test ot fail was fixed in July, removing the XFAIL.
Jim Ingham via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 7 11:15:11 PDT 2016
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()
More information about the lldb-commits
mailing list