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 5104c83 + 6cf2ee2 commit 7657b41Copy full SHA for 7657b41
lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py
@@ -20,6 +20,7 @@ def spawn_and_wait(program, delay):
20
process.wait()
21
22
23
+@skipIfDarwin # rdar://164257003
24
class TestDAP_attach(lldbdap_testcase.DAPTestCaseBase):
25
def set_and_hit_breakpoint(self, continueToExit=True):
26
source = "main.c"
0 commit comments