[Lldb-commits] [lldb] r201284 - Remove decorator for fixed test

Ed Maste emaste at freebsd.org
Wed Feb 12 17:10:20 PST 2014


Author: emaste
Date: Wed Feb 12 19:10:20 2014
New Revision: 201284

URL: http://llvm.org/viewvc/llvm-project?rev=201284&view=rev
Log:
Remove decorator for fixed test

llvm.org/pr18805 fixed by r201270

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=201284&r1=201283&r2=201284&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/abbreviation/TestAbbreviations.py (original)
+++ lldb/trunk/test/functionalities/abbreviation/TestAbbreviations.py Wed Feb 12 19:10:20 2014
@@ -12,7 +12,6 @@ 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",





More information about the lldb-commits mailing list