diff options
author | Ed Maste <emaste@freebsd.org> | 2016-02-18 21:38:24 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2016-02-18 21:38:24 +0000 |
commit | 88980d051a3ed8c0f958a6b6473c836c6215b73d (patch) | |
tree | d74615e37709242c43652460e28cc769793f4a9f /lldb/packages/Python | |
parent | 9d9cb274ea8830e0163e58a2fe0ff2b20ea367d3 (diff) | |
download | bcm5719-llvm-88980d051a3ed8c0f958a6b6473c836c6215b73d.tar.gz bcm5719-llvm-88980d051a3ed8c0f958a6b6473c836c6215b73d.zip |
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
Diffstat (limited to 'lldb/packages/Python')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/abbreviation/TestAbbreviations.py | 1 |
1 files changed, 0 insertions, 1 deletions
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() |