[Lldb-commits] [lldb] r237888 - XFAIL TestEvents on Linux bacuse it is flaky

Tamas Berghammer tberghammer at google.com
Thu May 21 03:16:55 PDT 2015


Author: tberghammer
Date: Thu May 21 05:16:55 2015
New Revision: 237888

URL: http://llvm.org/viewvc/llvm-project?rev=237888&view=rev
Log:
XFAIL TestEvents on Linux bacuse it is flaky

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=237888&r1=237887&r2=237888&view=diff
==============================================================================
--- lldb/trunk/test/python_api/event/TestEvents.py (original)
+++ lldb/trunk/test/python_api/event/TestEvents.py Thu May 21 05:16:55 2015
@@ -54,6 +54,7 @@ class EventAPITestCase(TestBase):
     @skipIfFreeBSD # llvm.org/pr21325
     @python_api_test
     @dwarf_test
+    @expectedFailureLinux
     def test_add_listener_to_broadcaster_with_dwarf(self):
         """Exercise some SBBroadcaster APIs."""
         self.buildDwarf()





More information about the lldb-commits mailing list