[Lldb-commits] [lldb] r241014 - Revert "Mark test_sb_api_listener_event_process_state as flakey"

Ying Chen chying at google.com
Mon Jun 29 15:40:33 PDT 2015


Author: chying
Date: Mon Jun 29 17:40:33 2015
New Revision: 241014

URL: http://llvm.org/viewvc/llvm-project?rev=241014&view=rev
Log:
Revert "Mark test_sb_api_listener_event_process_state as flakey"

This reverts commit a4f5f4da7e164b7ac358a75f2e4254c25718ad4b.
This test fails 100% with gcc4.9.2, revert it first. Will find out why xfail is overruled by xflaky.

Modified:
    lldb/trunk/test/api/multithreaded/TestMultithreaded.py

Modified: lldb/trunk/test/api/multithreaded/TestMultithreaded.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/api/multithreaded/TestMultithreaded.py?rev=241014&r1=241013&r2=241014&view=diff
==============================================================================
--- lldb/trunk/test/api/multithreaded/TestMultithreaded.py (original)
+++ lldb/trunk/test/api/multithreaded/TestMultithreaded.py Mon Jun 29 17:40:33 2015
@@ -38,7 +38,6 @@ class SBBreakpointCallbackCase(TestBase)
 
     @skipIfRemote
     @skipIfNoSBHeaders
-    @expectedFlakeyLinux # Driver occasionally returns '1' as exit status
     @expectedFailureAll("llvm.org/pr23139", oslist=["linux"], compiler="gcc", compiler_version=[">=","4.9"], archs=["x86_64"])
     def test_sb_api_listener_event_process_state(self):
         """ Test that a registered SBListener receives events when a process





More information about the lldb-commits mailing list