[Lldb-commits] [lldb] r238826 - Un-enable TestEvents test on linux

Pavel Labath labath at google.com
Tue Jun 2 05:50:26 PDT 2015


Author: labath
Date: Tue Jun  2 07:50:25 2015
New Revision: 238826

URL: http://llvm.org/viewvc/llvm-project?rev=238826&view=rev
Log:
Un-enable TestEvents test on linux

Test still seems to fail about 1/10 runs. Skipping the test, but it a more greppable fashion.

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=238826&r1=238825&r2=238826&view=diff
==============================================================================
--- lldb/trunk/test/python_api/event/TestEvents.py (original)
+++ lldb/trunk/test/python_api/event/TestEvents.py Tue Jun  2 07:50:25 2015
@@ -22,6 +22,8 @@ class EventAPITestCase(TestBase):
 
     @python_api_test
     @dwarf_test
+    @expectedFailureLinux("llvm.org/pr23730") # Flaky, fails ~1/10 cases
+    @skipIfLinux # skip to avoid crashes
     def test_listen_for_and_print_event_with_dwarf(self):
         """Exercise SBEvent API."""
         self.buildDwarf()





More information about the lldb-commits mailing list