From 11282dcac637499e15ae1e58208d895515f3e8bf Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Mon, 14 Sep 2015 16:11:11 +0000 Subject: [PATCH] Skip TestBatchMode for remote platforms the test does not know how to run executables on the remote platform. llvm-svn: 247574 --- lldb/test/driver/batch_mode/TestBatchMode.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lldb/test/driver/batch_mode/TestBatchMode.py b/lldb/test/driver/batch_mode/TestBatchMode.py index 611d1abfd3d9..964ff401c94e 100644 --- a/lldb/test/driver/batch_mode/TestBatchMode.py +++ b/lldb/test/driver/batch_mode/TestBatchMode.py @@ -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."""