[Lldb-commits] [lldb] r308732 - XFail TestWithModuleDebugging on linux (bug 33875)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 21 05:51:37 PDT 2017
Author: labath
Date: Fri Jul 21 05:51:37 2017
New Revision: 308732
URL: http://llvm.org/viewvc/llvm-project?rev=308732&view=rev
Log:
XFail TestWithModuleDebugging on linux (bug 33875)
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=308732&r1=308731&r2=308732&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 Jul 21 05:51:37 2017
@@ -9,6 +9,8 @@ class TestWithGmodulesDebugInfo(TestBase
mydir = TestBase.compute_mydir(__file__)
+ @expectedFailureAll(bugnumber="llvm.org/pr33875", oslist=["linux"],
+ compiler="clang", compiler_version=[">", "6.0"])
@add_test_categories(["gmodules"])
def test_specialized_typedef_from_pch(self):
self.build()
More information about the lldb-commits
mailing list