Disable test on Windows. script print deadlocks on Windows.
authorZachary Turner <zturner@google.com>
Wed, 30 Jul 2014 22:08:17 +0000 (22:08 +0000)
committerZachary Turner <zturner@google.com>
Wed, 30 Jul 2014 22:08:17 +0000 (22:08 +0000)
llvm-svn: 214351

lldb/test/functionalities/abbreviation/TestAbbreviations.py

index e5d66c1..4362fb7 100644 (file)
@@ -12,6 +12,7 @@ class AbbreviationsTestCase(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 
+    @unittest2.skipIf(sys.platform.startswith("win32"), "one-shot script commands deadlock on Windows.")
     def test_nonrunning_command_abbreviations (self):
         self.expect("ap script",
                     startstr = "The following built-in commands may relate to 'script':",