File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
lldb/test/API/tools/lldb-dap Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 7
7
8
8
9
9
class TestDAP_commands (lldbdap_testcase .DAPTestCaseBase ):
10
+ @skipIfRemote
10
11
def test_command_directive_quiet_on_success (self ):
11
12
program = self .getBuildArtifact ("a.out" )
12
13
command_quiet = (
@@ -60,6 +61,7 @@ def test_command_directive_abort_on_error_launch_commands(self):
60
61
def test_command_directive_abort_on_error_pre_run_commands (self ):
61
62
self .do_test_abort_on_error (use_pre_run_commands = True )
62
63
64
+ @skipIfRemote
63
65
def test_command_directive_abort_on_error_post_run_commands (self ):
64
66
self .do_test_abort_on_error (use_post_run_commands = True )
65
67
Original file line number Diff line number Diff line change 11
11
12
12
13
13
class TestDAP_startDebugging (lldbdap_testcase .DAPTestCaseBase ):
14
+ @skipIfRemote
14
15
def test_startDebugging (self ):
15
16
"""
16
17
Tests the "startDebugging" reverse request. It makes sure that the IDE can
You can’t perform that action at this time.
0 commit comments