XFail TestWithModuleDebugging on linux (bug 33875)

llvm-svn: 308732
This commit is contained in:
Pavel Labath 2017-07-21 12:51:37 +00:00
parent a75b2cac71
commit 28e1335d12
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ class TestWithGmodulesDebugInfo(TestBase):
mydir = TestBase.compute_mydir(__file__) mydir = TestBase.compute_mydir(__file__)
@expectedFailureAll(bugnumber="llvm.org/pr33875", oslist=["linux"],
compiler="clang", compiler_version=[">", "6.0"])
@add_test_categories(["gmodules"]) @add_test_categories(["gmodules"])
def test_specialized_typedef_from_pch(self): def test_specialized_typedef_from_pch(self):
self.build() self.build()