XFAIL new dwo test failing with totclang on linux i386

llvm-svn: 249539
This commit is contained in:
Tamas Berghammer 2015-10-07 11:40:10 +00:00
parent 1448fdc426
commit ca2bc7865d

View File

@ -13,6 +13,7 @@ class BreakpointLocationsTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
@expectedFailureWindows("llvm.org/pr24528")
@expectedFailureAll(oslist=["linux"], compiler="clang", compiler_version=["=", "3.8"], archs=["i386"], debug_info="dwo")
def test(self):
"""Test breakpoint enable/disable for a breakpoint ID with multiple locations."""
self.build()