Disable test on Windows. script print deadlocks on Windows.

llvm-svn: 214351
This commit is contained in:
Zachary Turner 2014-07-30 22:08:17 +00:00
parent 3771fbb2f5
commit 31dd2c125f
1 changed files with 1 additions and 0 deletions

View 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':",