Author: tfiala
Date: Mon Sep 14 18:35:00 2015
New Revision: 247639

URL: http://llvm.org/viewvc/llvm-project?rev=247639&view=rev
Log:
Marked TestEvents test as flakey on Linux.

It's passing all the time for me (50/50), and was passing what
looks like 9/10 times for the originator.

Modified:
    lldb/trunk/test/python_api/event/TestEvents.py

Modified: lldb/trunk/test/python_api/event/TestEvents.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/test/python_api/event/TestEvents.py?rev=247639&r1=247638&r2=247639&view=diff
==============================================================================
--- lldb/trunk/test/python_api/event/TestEvents.py (original)
+++ lldb/trunk/test/python_api/event/TestEvents.py Mon Sep 14 18:35:00 2015
@@ -55,7 +55,7 @@ class EventAPITestCase(TestBase):
     @skipIfFreeBSD # llvm.org/pr21325
     @python_api_test
     @dwarf_test
-    @expectedFailureLinux("llvm.org/pr23617") # Flaky, fails ~1/10 cases
+    @expectedFlakeyLinux("llvm.org/pr23617")  # Flaky, fails ~1/10 cases
     @expectedFailureWindows("llvm.org/pr24778")
     def test_add_listener_to_broadcaster_with_dwarf(self):
         """Exercise some SBBroadcaster APIs."""


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to