We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ded2dd0 + bdbe4ee commit ff6c2f2Copy full SHA for ff6c2f2
lldb/test/API/api/multiple-debuggers/TestMultipleDebuggers.py
@@ -17,6 +17,7 @@ class TestMultipleSimultaneousDebuggers(TestBase):
17
18
@skipIfNoSBHeaders
19
@skipIfWindows
20
+ @skipIfAsan # rdar://95807640
21
def test_multiple_debuggers(self):
22
env = {self.dylibPath: self.getLLDBLibraryEnvVal()}
23
lldb/test/Shell/Host/TestCustomShell.test
@@ -4,6 +4,7 @@
4
# XFAIL: system-freebsd
5
# XFAIL: system-netbsd
6
# XFAIL: system-openbsd
7
+# REQUIRES: rdar98577095
8
9
# RUN: %clang_host %S/Inputs/simple.c -g -o %t.out
10
# RUN: SHELL=bogus not %lldb %t.out -b -o 'process launch -X 1 --' 2>&1 | FileCheck %s --check-prefix ERROR
0 commit comments