diff options
author | Todd Fiala <todd.fiala@gmail.com> | 2016-06-16 15:22:49 +0000 |
---|---|---|
committer | Todd Fiala <todd.fiala@gmail.com> | 2016-06-16 15:22:49 +0000 |
commit | 85bc3f83f4b33227db66773ecba679a849301c81 (patch) | |
tree | 9f63bf5ccdbdc814a3783412c7aa3d48c8985d6c /lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules | |
parent | 3888bdb0220a95f87802285112cffd2c949e6266 (diff) | |
download | bcm5719-llvm-85bc3f83f4b33227db66773ecba679a849301c81.tar.gz bcm5719-llvm-85bc3f83f4b33227db66773ecba679a849301c81.zip |
xfail TestWithModuleDebugging.py on macOS
Tracked by:
https://llvm.org/bugs/show_bug.cgi?id=28156
llvm-svn: 272902
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 870ca58ba30..942149f6173 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() |