[Lldb-commits] [lldb] r257050 - XFAIL TestEvents.test_add_listener_to_broadcaster

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 7 02:53:40 PST 2016


Author: labath
Date: Thu Jan  7 04:53:40 2016
New Revision: 257050

URL: http://llvm.org/viewvc/llvm-project?rev=257050&view=rev
Log:
XFAIL TestEvents.test_add_listener_to_broadcaster

Upgrade flaky to xfail, as the test sometimes fails even during the rerun.

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=257050&r1=257049&r2=257050&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 Thu Jan  7 04:53:40 2016
@@ -176,7 +176,7 @@ class EventAPITestCase(TestBase):
 
     @skipIfFreeBSD # llvm.org/pr21325
     @add_test_categories(['pyapi'])
-    @expectedFlakeyLinux("llvm.org/pr23617")  # Flaky, fails ~1/10 cases
+    @expectedFailureLinux("llvm.org/pr23617")  # Flaky, fails ~1/10 cases
     @expectedFailureWindows("llvm.org/pr24778")
     def test_add_listener_to_broadcaster(self):
         """Exercise some SBBroadcaster APIs."""




More information about the lldb-commits mailing list