forked from OSchip/llvm-project
[LLDB] Skip HW breakpoints test_step_until on Arm/Linux
test_step_until xpasses on some machines while fails on others. Marking it as skipped for now.
This commit is contained in:
parent
8ed66cb88b
commit
30308d1eb9
|
@ -13,6 +13,7 @@ from functionalities.breakpoint.hardware_breakpoints.base import *
|
|||
class BreakpointLocationsTestCase(HardwareBreakpointTestBase):
|
||||
mydir = TestBase.compute_mydir(__file__)
|
||||
|
||||
@skipIf(oslist=["linux"], archs=["arm"])
|
||||
def supports_hw_breakpoints(self):
|
||||
return super().supports_hw_breakpoints()
|
||||
|
||||
|
|
Loading…
Reference in New Issue