Skip to content

Commit 72dbaa0

Browse files
authored
Merge pull request #5147 from Michael137/disable-ubsan-tests-5.6
[lldb][Test] Disable flakey tests on Swift branch
2 parents 71d1bdf + 94036a2 commit 72dbaa0

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
@@ -19,6 +19,7 @@ class TestMultipleSimultaneousDebuggers(TestBase):
1919

2020
@skipIfNoSBHeaders
2121
@skipIfWindows
22+
@skipIfAsan # rdar://95807640
2223
def test_multiple_debuggers(self):
2324
env = {self.dylibPath: self.getLLDBLibraryEnvVal()}
2425

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)