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 71d1bdf + 94036a2 commit 72dbaa0Copy full SHA for 72dbaa0
lldb/test/API/api/multiple-debuggers/TestMultipleDebuggers.py
@@ -19,6 +19,7 @@ class TestMultipleSimultaneousDebuggers(TestBase):
19
20
@skipIfNoSBHeaders
21
@skipIfWindows
22
+ @skipIfAsan # rdar://95807640
23
def test_multiple_debuggers(self):
24
env = {self.dylibPath: self.getLLDBLibraryEnvVal()}
25
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