summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2016-02-18 21:38:24 +0000
committerEd Maste <emaste@freebsd.org>2016-02-18 21:38:24 +0000
commit88980d051a3ed8c0f958a6b6473c836c6215b73d (patch)
treed74615e37709242c43652460e28cc769793f4a9f /lldb/packages/Python/lldbsuite/test
parent9d9cb274ea8830e0163e58a2fe0ff2b20ea367d3 (diff)
downloadbcm5719-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/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/abbreviation/TestAbbreviations.py1
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()
OpenPOWER on IntegriCloud