From f792054fd2d312478c1034bb36c4a9f0e9878e51 Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Tue, 3 Sep 2019 16:21:57 +0000 Subject: [lldb][NFC] Disable added frame select and all log option test on windows llvm-svn: 370776 --- lldb/packages/Python/lldbsuite/test/commands/log/basic/TestLogging.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test/commands/log/basic/TestLogging.py') 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) -- cgit v1.2.3