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() _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits