[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/
This commit is contained in:
parent
87db0943e4
commit
df4eac2f8b
@ -12,6 +12,7 @@ import lldbdap_testcase
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
||||||
|
@skip("Temporarily disable the breakpoint tests")
|
||||||
class TestDAP_setBreakpoints(lldbdap_testcase.DAPTestCaseBase):
|
class TestDAP_setBreakpoints(lldbdap_testcase.DAPTestCaseBase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
lldbdap_testcase.DAPTestCaseBase.setUp(self)
|
lldbdap_testcase.DAPTestCaseBase.setUp(self)
|
||||||
|
@ -10,6 +10,7 @@ from lldbsuite.test import lldbutil
|
|||||||
import lldbdap_testcase
|
import lldbdap_testcase
|
||||||
|
|
||||||
|
|
||||||
|
@skip("Temporarily disable the breakpoint tests")
|
||||||
class TestDAP_setExceptionBreakpoints(lldbdap_testcase.DAPTestCaseBase):
|
class TestDAP_setExceptionBreakpoints(lldbdap_testcase.DAPTestCaseBase):
|
||||||
@skipIfWindows
|
@skipIfWindows
|
||||||
def test_functionality(self):
|
def test_functionality(self):
|
||||||
|
@ -10,6 +10,7 @@ from lldbsuite.test import lldbutil
|
|||||||
import lldbdap_testcase
|
import lldbdap_testcase
|
||||||
|
|
||||||
|
|
||||||
|
@skip("Temporarily disable the breakpoint tests")
|
||||||
class TestDAP_setFunctionBreakpoints(lldbdap_testcase.DAPTestCaseBase):
|
class TestDAP_setFunctionBreakpoints(lldbdap_testcase.DAPTestCaseBase):
|
||||||
@skipIfWindows
|
@skipIfWindows
|
||||||
def test_set_and_clear(self):
|
def test_set_and_clear(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user