From 3fb0a9cc6f2f534f1a0c9c8ba9bc2066af34e025 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Tue, 11 Feb 2014 13:50:45 +0000 Subject: [PATCH] Add decorator for llvm.org/pr18805 until root cause is identified llvm-svn: 201153 --- lldb/test/functionalities/abbreviation/TestAbbreviations.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/functionalities/abbreviation/TestAbbreviations.py b/lldb/test/functionalities/abbreviation/TestAbbreviations.py index c864150..3543794 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':", -- 2.7.4