[Lldb-commits] [lldb] r201244 - Change TestAbbreviations test to expected failure on Linux.

Todd Fiala tfiala at google.com
Wed Feb 12 09:50:29 PST 2014


Author: tfiala
Date: Wed Feb 12 11:50:26 2014
New Revision: 201244

URL: http://llvm.org/viewvc/llvm-project?rev=201244&view=rev
Log:
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.


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=201244&r1=201243&r2=201244&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/abbreviation/TestAbbreviations.py (original)
+++ lldb/trunk/test/functionalities/abbreviation/TestAbbreviations.py Wed Feb 12 11:50:26 2014
@@ -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':",





More information about the lldb-commits mailing list