Change TestAbbreviations test to expected failure on Linux.

See http://llvm.org/bugs/show_bug.cgi?id=18816.
Likely the same issue as http://llvm.org/bugs/show_bug.cgi?id=18805.

llvm-svn: 201244
This commit is contained in:
Todd Fiala 2014-02-12 17:50:26 +00:00
parent c2ae1b1b41
commit 027baff8a0
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ class AbbreviationsTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
@expectedFailureFreeBSD('llvm.org/pr18805')
@expectedFailureLinux('llvm.org/pr18816')
def test_nonrunning_command_abbreviations (self):
self.expect("ap script",
startstr = "The following built-in commands may relate to 'script':",