[Lldb-commits] [lldb] r241203 - Mark test_sb_api_listener_event_process_state as flakey
Ying Chen
chying at google.com
Wed Jul 1 15:50:28 PDT 2015
Author: chying
Date: Wed Jul 1 17:50:28 2015
New Revision: 241203
URL: http://llvm.org/viewvc/llvm-project?rev=241203&view=rev
Log:
Mark test_sb_api_listener_event_process_state as flakey
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=241203&r1=241202&r2=241203&view=diff
==============================================================================
--- lldb/trunk/test/api/multithreaded/TestMultithreaded.py (original)
+++ lldb/trunk/test/api/multithreaded/TestMultithreaded.py Wed Jul 1 17:50:28 2015
@@ -38,6 +38,7 @@ 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