Skip TestBatchMode for remote platforms

the test does not know how to run executables on the remote platform.

llvm-svn: 247574
This commit is contained in:
Pavel Labath 2015-09-14 16:11:11 +00:00
parent 7d6d898826
commit 11282dcac6
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ class DriverBatchModeTest (TestBase):
mydir = TestBase.compute_mydir(__file__)
@skipUnlessDarwin
@skipIfRemote # test not remote-ready llvm.org/pr24813
@dsym_test
def test_driver_batch_mode_with_dsym(self):
"""Test that the lldb driver's batch mode works correctly."""
@ -24,6 +25,7 @@ class DriverBatchModeTest (TestBase):
self.batch_mode ()
@expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
@skipIfRemote # test not remote-ready llvm.org/pr24813
@dwarf_test
def test_driver_batch_mode_with_dwarf(self):
"""Test that the lldb driver's batch mode works correctly."""