mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-26 19:36:28 +00:00
[LLDB] Skip TestProcessIOHandlerInterrupt Arm/AArch64 Linux
This patch skips TestProcessIOHandlerInterrupt on Arm/AArch64. PExpect tests are not stable when run in containerized machine.
This commit is contained in:
parent
f7e3174ec0
commit
5c6ee1305e
@ -13,6 +13,7 @@ class TestCase(PExpectTest):
|
||||
|
||||
mydir = TestBase.compute_mydir(__file__)
|
||||
|
||||
@skipIf(oslist=["linux"], archs=["arm", "aarch64"])
|
||||
def test(self):
|
||||
self.build(dictionary={"CXX_SOURCES":"cat.cpp"})
|
||||
self.launch(executable=self.getBuildArtifact())
|
||||
|
Loading…
x
Reference in New Issue
Block a user