[Lldb-commits] [lldb] r214351 - Disable test on Windows. script print deadlocks on Windows.

Zachary Turner zturner at google.com
Wed Jul 30 15:08:17 PDT 2014


Author: zturner
Date: Wed Jul 30 17:08:17 2014
New Revision: 214351

URL: http://llvm.org/viewvc/llvm-project?rev=214351&view=rev
Log:
Disable test on Windows.  script print deadlocks on Windows.

Modified:
    lldb/trunk/test/functionalities/abbreviation/TestAbbreviations.py

Modified: lldb/trunk/test/functionalities/abbreviation/TestAbbreviations.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/abbreviation/TestAbbreviations.py?rev=214351&r1=214350&r2=214351&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/abbreviation/TestAbbreviations.py (original)
+++ lldb/trunk/test/functionalities/abbreviation/TestAbbreviations.py Wed Jul 30 17:08:17 2014
@@ -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':",





More information about the lldb-commits mailing list