From 85bc3f83f4b33227db66773ecba679a849301c81 Mon Sep 17 00:00:00 2001 From: Todd Fiala Date: Thu, 16 Jun 2016 15:22:49 +0000 Subject: [PATCH] xfail TestWithModuleDebugging.py on macOS Tracked by: https://llvm.org/bugs/show_bug.cgi?id=28156 llvm-svn: 272902 --- .../lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py index 870ca58ba30a..942149f6173b 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py @@ -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()