Skip to content

Commit 2c5ff68

Browse files
committed
[lldb-dap] Re-enable test cases on Darwin
Summary: Looks like some test cases should be re-enabled in 0b8dfb5 But only comments was removed. The skip statements survived the change. Test Plan: ./bin/llvm-lit -va /Users/wanyi/llvm-upstream/llvm-project/lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py All tests passed locally on my mac
1 parent b5e0b6e commit 2c5ff68

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py

-3
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def cleanup():
9393
self.set_and_hit_breakpoint(continueToExit=True)
9494

9595
@skipUnlessDarwin
96-
@skipIfDarwin
9796
@skipIfNetBSD # Hangs on NetBSD as well
9897
def test_by_name_waitFor(self):
9998
"""
@@ -114,7 +113,6 @@ def test_by_name_waitFor(self):
114113
self.attach(program=program, waitFor=True)
115114
self.set_and_hit_breakpoint(continueToExit=True)
116115

117-
@skipIfDarwin
118116
@skipIfNetBSD # Hangs on NetBSD as well
119117
def test_commands(self):
120118
"""
@@ -201,7 +199,6 @@ def test_commands(self):
201199
self.verify_commands("exitCommands", output, exitCommands)
202200
self.verify_commands("terminateCommands", output, terminateCommands)
203201

204-
@skipIfDarwin
205202
@skipIfNetBSD # Hangs on NetBSD as well
206203
@skipIf(
207204
archs=["arm", "aarch64"]

0 commit comments

Comments
 (0)