[Lldb-commits] [lldb] 0b2550f - [lldb][test] Disable TestMultipleDebuggers on Linux
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 4 02:36:08 PDT 2024
Author: David Spickett
Date: 2024-09-04T09:33:35Z
New Revision: 0b2550f8ab77a53f560f6a7a1b401c4803a36d48
URL: https://github.com/llvm/llvm-project/commit/0b2550f8ab77a53f560f6a7a1b401c4803a36d48
DIFF: https://github.com/llvm/llvm-project/commit/0b2550f8ab77a53f560f6a7a1b401c4803a36d48.diff
LOG: [lldb][test] Disable TestMultipleDebuggers on Linux
This used to timeout (https://github.com/llvm/llvm-project/issues/101162)
now it's aborting (https://github.com/llvm/llvm-project/pull/105765#issuecomment-2327645665)
Added:
Modified:
lldb/test/API/api/multiple-debuggers/TestMultipleDebuggers.py
Removed:
################################################################################
diff --git a/lldb/test/API/api/multiple-debuggers/TestMultipleDebuggers.py b/lldb/test/API/api/multiple-debuggers/TestMultipleDebuggers.py
index bee6e66aa7219f..1fd4806cd74f4d 100644
--- a/lldb/test/API/api/multiple-debuggers/TestMultipleDebuggers.py
+++ b/lldb/test/API/api/multiple-debuggers/TestMultipleDebuggers.py
@@ -13,6 +13,7 @@ class TestMultipleSimultaneousDebuggers(TestBase):
NO_DEBUG_INFO_TESTCASE = True
# Sometimes times out on Linux, see https://github.com/llvm/llvm-project/issues/101162.
+ @skipIfLinux
@skipIfNoSBHeaders
@skipIfWindows
@skipIfHostIncompatibleWithTarget
More information about the lldb-commits
mailing list