mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-09 09:32:20 +00:00
XFAIL new dwo test failing with totclang on linux i386
llvm-svn: 249539
This commit is contained in:
parent
1448fdc426
commit
ca2bc7865d
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user