[Lldb-commits] [lldb] c2123a8 - [LLDB] Skip TestMultipleTargets.py on Arm/AArch64 Linux
Muhammad Omair Javaid via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 15 12:28:27 PST 2021
Author: Muhammad Omair Javaid
Date: 2021-02-16T01:28:16+05:00
New Revision: c2123a82cd0076c548d2b8c2acc14408681d7f89
URL: https://github.com/llvm/llvm-project/commit/c2123a82cd0076c548d2b8c2acc14408681d7f89
DIFF: https://github.com/llvm/llvm-project/commit/c2123a82cd0076c548d2b8c2acc14408681d7f89.diff
LOG: [LLDB] Skip TestMultipleTargets.py on Arm/AArch64 Linux
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.
Added:
Modified:
lldb/test/API/api/multiple-targets/TestMultipleTargets.py
Removed:
################################################################################
diff --git a/lldb/test/API/api/multiple-targets/TestMultipleTargets.py b/lldb/test/API/api/multiple-targets/TestMultipleTargets.py
index 7931cc4be050..94b09c71ce2f 100644
--- a/lldb/test/API/api/multiple-targets/TestMultipleTargets.py
+++ b/lldb/test/API/api/multiple-targets/TestMultipleTargets.py
@@ -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(
More information about the lldb-commits
mailing list