Skip to content

Commit 473f20e

Browse files
authored
Merge pull request #11587 from augusto2112/dis-dap
[lldb] Disable DAP tests that fail intermittently
2 parents e51a289 + f332478 commit 473f20e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Despite the test program printing correctly. See
1616
# https://github.com/llvm/llvm-project/issues/137599.
1717

18-
18+
@skipIf(bugnumber = "rdar://162151729")
1919
class TestDAP_launch(lldbdap_testcase.DAPTestCaseBase):
2020
@skipIfWindows
2121
def test_default(self):

lldb/test/API/tools/lldb-dap/restart/TestDAP_restart_console.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from lldbsuite.test.lldbtest import line_number
1010

1111

12+
@skipIf(bugnumber = "rdar://162151859")
1213
@skipIfBuildType(["debug"])
1314
class TestDAP_restart_console(lldbdap_testcase.DAPTestCaseBase):
1415
def verify_stopped_on_entry(self, stopped_events: List[Dict[str, Any]]):

0 commit comments

Comments
 (0)