From 88980d051a3ed8c0f958a6b6473c836c6215b73d Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 18 Feb 2016 21:38:24 +0000 Subject: 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 llvm-svn: 261266 --- .../lldbsuite/test/functionalities/abbreviation/TestAbbreviations.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/abbreviation/TestAbbreviations.py b/lldb/packages/Python/lldbsuite/test/functionalities/abbreviation/TestAbbreviations.py index ef74e782a35..6423ecf27ae 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/abbreviation/TestAbbreviations.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/abbreviation/TestAbbreviations.py @@ -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() -- cgit v1.2.3