mydir = TestBase.compute_mydir(__file__)
@skipIfWindows
- @skipIfDarwinEmbedded
+ @skipIfRemote
def test_set_and_clear(self):
'''Tests setting and clearing source file and line breakpoints.
This packet is a bit tricky on the debug adaptor side since there
"expect breakpoint still verified")
@skipIfWindows
- @skipIfDarwinEmbedded
+ @skipIfRemote
def test_functionality(self):
'''Tests hitting breakpoints and the functionality of a single
breakpoint, like 'conditions' and 'hitCondition' settings.'''
mydir = TestBase.compute_mydir(__file__)
@skipIfWindows
- @skipIfDarwinEmbedded
+ @skipIfRemote
def test_set_and_clear(self):
'''Tests setting and clearing function breakpoints.
This packet is a bit tricky on the debug adaptor side since there
"expect %u source breakpoints" % (len(functions)))
@skipIfWindows
- @skipIfDarwinEmbedded
+ @skipIfRemote
def test_functionality(self):
'''Tests hitting breakpoints and the functionality of a single
breakpoint, like 'conditions' and 'hitCondition' settings.'''
@skipIfWindows
@skipIfDarwin # Flaky
- @skipIfDarwinEmbedded
+ @skipIfRemote
def test_default(self):
'''
Tests the default launch of a simple program. No arguments,
"make sure program path is in first argument")
@skipIfWindows
- @skipIfDarwinEmbedded
+ @skipIfRemote
def test_stopOnEntry(self):
'''
Tests the default launch of a simple program that stops at the
'verify stop isn\'t "main" breakpoint')
@skipIfWindows
- @skipIfDarwinEmbedded
+ @skipIfRemote
def test_cwd(self):
'''
Tests the default launch of a simple program with a current working
self.assertTrue(found, "verified program working directory")
@skipIfWindows
- @skipIfDarwinEmbedded
+ @skipIfRemote
def test_debuggerRoot(self):
'''
Tests the "debuggerRoot" will change the working directory of
self.continue_to_exit()
@skipIfWindows
- @skipIfDarwinEmbedded
+ @skipIfRemote
def test_sourcePath(self):
'''
Tests the "sourcePath" will set the target.source-map.
self.continue_to_exit()
@skipIfWindows
- @skipIfDarwinEmbedded
+ @skipIfRemote
def test_disableSTDIO(self):
'''
Tests the default launch of a simple program with STDIO disabled.
@skipIfWindows
@skipIfLinux # shell argument expansion doesn't seem to work on Linux
@expectedFailureNetBSD
- @skipIfDarwinEmbedded
+ @skipIfRemote
def test_shellExpandArguments_enabled(self):
'''
Tests the default launch of a simple program with shell expansion
glob, program))
@skipIfWindows
- @skipIfDarwinEmbedded
+ @skipIfRemote
def test_shellExpandArguments_disabled(self):
'''
Tests the default launch of a simple program with shell expansion
glob, glob))
@skipIfWindows
- @skipIfDarwinEmbedded
+ @skipIfRemote
def test_args(self):
'''
Tests launch of a simple program with arguments
'arg[%i] "%s" not in "%s"' % (i+1, quoted_arg, lines[i]))
@skipIfWindows
- @skipIfDarwinEmbedded
+ @skipIfRemote
def test_environment(self):
'''
Tests launch of a simple program with environment variables
var, lines))
@skipIfWindows
- @skipIfDarwinEmbedded
+ @skipIfRemote
def test_commands(self):
'''
Tests the "initCommands", "preRunCommands", "stopCommands" and
self.verify_commands('exitCommands', output, exitCommands)
@skipIfWindows
- @skipIfDarwinEmbedded
+ @skipIfRemote
def test_extra_launch_commands(self):
'''
Tests the "luanchCommands" with extra launching settings