Skip to content

Commit ff6c2f2

Browse files
authored
Merge pull request #5145 from Michael137/build_wrangler/fix-asan-ubsan-tests
[lldb][Test] Disable flakey tests on Swift branch
2 parents ded2dd0 + bdbe4ee commit ff6c2f2

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)