[lldb][NFC] Disable added frame select and all log option test on windows
authorRaphael Isemann <teemperor@gmail.com>
Tue, 3 Sep 2019 16:21:57 +0000 (16:21 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Tue, 3 Sep 2019 16:21:57 +0000 (16:21 +0000)
llvm-svn: 370776

lldb/packages/Python/lldbsuite/test/commands/frame/select/TestFrameSelect.py
lldb/packages/Python/lldbsuite/test/commands/log/basic/TestLogging.py

index ae7cb21..c6b665e 100644 (file)
@@ -11,6 +11,7 @@ class TestFrameSelect(TestBase):
     mydir = TestBase.compute_mydir(__file__)
 
     @no_debug_info_test
+    @skipIfWindows
     def test_relative(self):
         self.build()
 
index cc3cc11..5199057 100644 (file)
@@ -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)