Skip to content

Commit bdbe4ee

Browse files
committed
[lldb][Test] Disable flakey tests on Swift branch
Disable these for now. They are known to be flakey and the failures reproduce neither on the llvm.org LLDB build bots nor locally.
1 parent 8abf6a9 commit bdbe4ee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lldb/test/API/api/multiple-debuggers/TestMultipleDebuggers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class TestMultipleSimultaneousDebuggers(TestBase):
1717

1818
@skipIfNoSBHeaders
1919
@skipIfWindows
20+
@skipIfAsan # rdar://95807640
2021
def test_multiple_debuggers(self):
2122
env = {self.dylibPath: self.getLLDBLibraryEnvVal()}
2223

lldb/test/Shell/Host/TestCustomShell.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# XFAIL: system-freebsd
55
# XFAIL: system-netbsd
66
# XFAIL: system-openbsd
7+
# REQUIRES: rdar98577095
78

89
# RUN: %clang_host %S/Inputs/simple.c -g -o %t.out
910
# RUN: SHELL=bogus not %lldb %t.out -b -o 'process launch -X 1 --' 2>&1 | FileCheck %s --check-prefix ERROR

0 commit comments

Comments
 (0)