[Lldb-commits] [lldb] r201153 - Add decorator for llvm.org/pr18805 until root cause is identified

Ed Maste emaste at freebsd.org
Tue Feb 11 05:50:45 PST 2014


Author: emaste
Date: Tue Feb 11 07:50:45 2014
New Revision: 201153

URL: http://llvm.org/viewvc/llvm-project?rev=201153&view=rev
Log:
Add decorator for llvm.org/pr18805 until root cause is identified

Modified:
    lldb/trunk/test/functionalities/abbreviation/TestAbbreviations.py

Modified: lldb/trunk/test/functionalities/abbreviation/TestAbbreviations.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/abbreviation/TestAbbreviations.py?rev=201153&r1=201152&r2=201153&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/abbreviation/TestAbbreviations.py (original)
+++ lldb/trunk/test/functionalities/abbreviation/TestAbbreviations.py Tue Feb 11 07:50:45 2014
@@ -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':",





More information about the lldb-commits mailing list