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 77
88
99class TestDAP_commands (lldbdap_testcase .DAPTestCaseBase ):
10+ @skipIfRemote
1011 def test_command_directive_quiet_on_success (self ):
1112 program = self .getBuildArtifact ("a.out" )
1213 command_quiet = (
@@ -60,6 +61,7 @@ def test_command_directive_abort_on_error_launch_commands(self):
6061 def test_command_directive_abort_on_error_pre_run_commands (self ):
6162 self .do_test_abort_on_error (use_pre_run_commands = True )
6263
64+ @skipIfRemote
6365 def test_command_directive_abort_on_error_post_run_commands (self ):
6466 self .do_test_abort_on_error (use_post_run_commands = True )
6567
Original file line number Diff line number Diff line change 1111
1212
1313class TestDAP_startDebugging (lldbdap_testcase .DAPTestCaseBase ):
14+ @skipIfRemote
1415 def test_startDebugging (self ):
1516 """
1617 Tests the "startDebugging" reverse request. It makes sure that the IDE can
You can’t perform that action at this time.
0 commit comments