Skip to content

Commit df4eac2

Browse files
committed
[lldb-dap] Temporarily disable the breakpoint tests
At least one of these tests is failing every run on GreenDragon: https://ci.swift.org/view/all/job/llvm.org/view/LLDB/job/as-lldb-cmake/
1 parent 87db094 commit df4eac2

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

lldb/test/API/tools/lldb-dap/breakpoint/TestDAP_setBreakpoints.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import os
1313

1414

15+
@skip("Temporarily disable the breakpoint tests")
1516
class TestDAP_setBreakpoints(lldbdap_testcase.DAPTestCaseBase):
1617
def setUp(self):
1718
lldbdap_testcase.DAPTestCaseBase.setUp(self)

lldb/test/API/tools/lldb-dap/breakpoint/TestDAP_setExceptionBreakpoints.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import lldbdap_testcase
1111

1212

13+
@skip("Temporarily disable the breakpoint tests")
1314
class TestDAP_setExceptionBreakpoints(lldbdap_testcase.DAPTestCaseBase):
1415
@skipIfWindows
1516
def test_functionality(self):

lldb/test/API/tools/lldb-dap/breakpoint/TestDAP_setFunctionBreakpoints.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import lldbdap_testcase
1111

1212

13+
@skip("Temporarily disable the breakpoint tests")
1314
class TestDAP_setFunctionBreakpoints(lldbdap_testcase.DAPTestCaseBase):
1415
@skipIfWindows
1516
def test_set_and_clear(self):

0 commit comments

Comments
 (0)