Add decorator for llvm.org/pr18805 until root cause is identified
authorEd Maste <emaste@freebsd.org>
Tue, 11 Feb 2014 13:50:45 +0000 (13:50 +0000)
committerEd Maste <emaste@freebsd.org>
Tue, 11 Feb 2014 13:50:45 +0000 (13:50 +0000)
llvm-svn: 201153

lldb/test/functionalities/abbreviation/TestAbbreviations.py

index c864150..3543794 100644 (file)
@@ -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':",