diff options
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/frame/select/TestFrameSelect.py | 1 | ||||
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/log/basic/TestLogging.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/frame/select/TestFrameSelect.py b/lldb/packages/Python/lldbsuite/test/commands/frame/select/TestFrameSelect.py index ae7cb21af21..c6b665ee941 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/frame/select/TestFrameSelect.py +++ b/lldb/packages/Python/lldbsuite/test/commands/frame/select/TestFrameSelect.py @@ -11,6 +11,7 @@ class TestFrameSelect(TestBase): mydir = TestBase.compute_mydir(__file__) @no_debug_info_test + @skipIfWindows def test_relative(self): self.build() diff --git a/lldb/packages/Python/lldbsuite/test/commands/log/basic/TestLogging.py b/lldb/packages/Python/lldbsuite/test/commands/log/basic/TestLogging.py index cc3cc1155e0..5199057cadc 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/log/basic/TestLogging.py +++ b/lldb/packages/Python/lldbsuite/test/commands/log/basic/TestLogging.py @@ -91,6 +91,7 @@ class LogTestCase(TestBase): self.assertEquals(contents.find("bacon"), 0) # Enable all log options and check that nothing crashes. + @skipIfWindows def test_all_log_options(self): if (os.path.exists(self.log_file)): os.remove(self.log_file) |