[LLDB] Skip TestMultipleTargets.py on Arm/AArch64 Linux
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Mon, 15 Feb 2021 20:25:48 +0000 (01:25 +0500)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Mon, 15 Feb 2021 20:28:16 +0000 (01:28 +0500)
TestMultipleTargets.py fails randomly on Arm/AArch64 Linux buildbot with
no reasonable clues. I am marking it skipped for avoiding LLDB buildbot
failures due to this test.

lldb/test/API/api/multiple-targets/TestMultipleTargets.py

index 7931cc4..94b09c7 100644 (file)
@@ -16,6 +16,7 @@ class TestMultipleTargets(TestBase):
     mydir = TestBase.compute_mydir(__file__)
     NO_DEBUG_INFO_TESTCASE = True
 
+    @skipIf(oslist=["linux"], archs=["arm", "aarch64"])
     @skipIfNoSBHeaders
     @skipIfHostIncompatibleWithRemote
     @expectedFailureAll(