[Lldb-commits] [lldb] r201357 - Re-enable TestAbbreviations.py on Linux after test fix.

Todd Fiala tfiala at google.com
Thu Feb 13 11:21:14 PST 2014


Author: tfiala
Date: Thu Feb 13 13:21:13 2014
New Revision: 201357

URL: http://llvm.org/viewvc/llvm-project?rev=201357&view=rev
Log:
Re-enable TestAbbreviations.py on Linux after test fix.

See http://llvm.org/bugs/show_bug.cgi?id=18816.


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=201357&r1=201356&r2=201357&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/abbreviation/TestAbbreviations.py (original)
+++ lldb/trunk/test/functionalities/abbreviation/TestAbbreviations.py Thu Feb 13 13:21:13 2014
@@ -12,7 +12,6 @@ class AbbreviationsTestCase(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 
-    @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