[Lldb-commits] [lldb] r251699 - Mark another TestEvents test as flaky on linux
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 30 07:08:19 PDT 2015
Author: labath
Date: Fri Oct 30 09:08:19 2015
New Revision: 251699
URL: http://llvm.org/viewvc/llvm-project?rev=251699&view=rev
Log:
Mark another TestEvents test as flaky on linux
I don't think anything has changed recently - the test was always flaky, but
only very rarely. Still, it is causing noise in the buildbots.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/python_api/event/TestEvents.py
Modified: lldb/trunk/packages/Python/lldbsuite/test/python_api/event/TestEvents.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/python_api/event/TestEvents.py?rev=251699&r1=251698&r2=251699&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/python_api/event/TestEvents.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/python_api/event/TestEvents.py Fri Oct 30 09:08:19 2015
@@ -101,6 +101,7 @@ class EventAPITestCase(TestBase):
my_thread.join()
@add_test_categories(['pyapi'])
+ @expectedFlakeyLinux("llvm.org/pr23730") # Flaky, fails ~1/100 cases
def test_wait_for_event(self):
"""Exercise SBListener.WaitForEvent() API."""
self.build()
More information about the lldb-commits
mailing list