xfail TestWithModuleDebugging.py on macOS

Tracked by:
https://llvm.org/bugs/show_bug.cgi?id=28156

llvm-svn: 272902
This commit is contained in:
Todd Fiala 2016-06-16 15:22:49 +00:00
parent 3888bdb022
commit 85bc3f83f4
1 changed files with 1 additions and 0 deletions

View File

@ -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()