[Lldb-commits] [lldb] r272902 - xfail TestWithModuleDebugging.py on macOS
Todd Fiala via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 16 08:22:49 PDT 2016
Author: tfiala
Date: Thu Jun 16 10:22:49 2016
New Revision: 272902
URL: http://llvm.org/viewvc/llvm-project?rev=272902&view=rev
Log:
xfail TestWithModuleDebugging.py on macOS
Tracked by:
https://llvm.org/bugs/show_bug.cgi?id=28156
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=272902&r1=272901&r2=272902&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 Thu Jun 16 10:22:49 2016
@@ -8,6 +8,7 @@ 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