diff options
| author | Todd Fiala <tfiala@google.com> | 2014-02-12 17:50:26 +0000 |
|---|---|---|
| committer | Todd Fiala <tfiala@google.com> | 2014-02-12 17:50:26 +0000 |
| commit | 027baff8a012d4d4abc805a88513fe6a93681100 (patch) | |
| tree | 3d69fd11e48365a1010ee10a9076c07d6c133e17 /lldb/test | |
| parent | c2ae1b1b410609bbce23899204aa3125680a528f (diff) | |
| download | bcm5719-llvm-027baff8a012d4d4abc805a88513fe6a93681100.tar.gz bcm5719-llvm-027baff8a012d4d4abc805a88513fe6a93681100.zip | |
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
Diffstat (limited to 'lldb/test')
| -rw-r--r-- | lldb/test/functionalities/abbreviation/TestAbbreviations.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/abbreviation/TestAbbreviations.py b/lldb/test/functionalities/abbreviation/TestAbbreviations.py index 354379478cc..9faa0d18f3e 100644 --- a/lldb/test/functionalities/abbreviation/TestAbbreviations.py +++ b/lldb/test/functionalities/abbreviation/TestAbbreviations.py @@ -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':", |

