diff options
| author | Ed Maste <emaste@freebsd.org> | 2014-02-11 13:50:45 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@freebsd.org> | 2014-02-11 13:50:45 +0000 |
| commit | 3fb0a9cc6f2f534f1a0c9c8ba9bc2066af34e025 (patch) | |
| tree | 49de3a954e0e6c35c713def8a8283f154432968b /lldb/test | |
| parent | 2629e575db1e5124104d17a8cc0c6adc3a0958a9 (diff) | |
| download | bcm5719-llvm-3fb0a9cc6f2f534f1a0c9c8ba9bc2066af34e025.tar.gz bcm5719-llvm-3fb0a9cc6f2f534f1a0c9c8ba9bc2066af34e025.zip | |
Add decorator for llvm.org/pr18805 until root cause is identified
llvm-svn: 201153
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 c8641506734..354379478cc 100644 --- a/lldb/test/functionalities/abbreviation/TestAbbreviations.py +++ b/lldb/test/functionalities/abbreviation/TestAbbreviations.py @@ -12,6 +12,7 @@ class AbbreviationsTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) + @expectedFailureFreeBSD('llvm.org/pr18805') def test_nonrunning_command_abbreviations (self): self.expect("ap script", startstr = "The following built-in commands may relate to 'script':", |

