[Lldb-commits] [lldb] r261266 - Remove expectedFlakeyFreeBSD decorator for prompt setting

Ed Maste via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 18 13:38:25 PST 2016


Author: emaste
Date: Thu Feb 18 15:38:24 2016
New Revision: 261266

URL: http://llvm.org/viewvc/llvm-project?rev=261266&view=rev
Log:
Remove expectedFlakeyFreeBSD decorator for prompt setting

The race condition/use after free involved in setting long prompts
appears to be fixed now (although I do not know which commit fixed it).

llvm.org/pr22611

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/functionalities/abbreviation/TestAbbreviations.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/abbreviation/TestAbbreviations.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/abbreviation/TestAbbreviations.py?rev=261266&r1=261265&r2=261266&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/abbreviation/TestAbbreviations.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/abbreviation/TestAbbreviations.py Thu Feb 18 15:38:24 2016
@@ -16,7 +16,6 @@ class AbbreviationsTestCase(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 
-    @expectedFlakeyFreeBSD("llvm.org/pr22611 thread race condition breaks prompt setting")
     @no_debug_info_test
     def test_command_abbreviations_and_aliases (self):
         command_interpreter = self.dbg.GetCommandInterpreter()




More information about the lldb-commits mailing list