[Lldb-commits] [lldb] r193844 - Skip this test case pending figuring out why it fails
Enrico Granata
egranata at apple.com
Thu Oct 31 18:00:57 PDT 2013
Author: enrico
Date: Thu Oct 31 20:00:57 2013
New Revision: 193844
URL: http://llvm.org/viewvc/llvm-project?rev=193844&view=rev
Log:
Skip this test case pending figuring out why it fails
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=193844&r1=193843&r2=193844&view=diff
==============================================================================
--- lldb/trunk/test/api/multithreaded/TestMultithreaded.py (original)
+++ lldb/trunk/test/api/multithreaded/TestMultithreaded.py Thu Oct 31 20:00:57 2013
@@ -39,6 +39,7 @@ class SBBreakpointCallbackCase(TestBase)
@skipIfFreeBSD # llvm.org/pr16696
@skipIfi386
@skipIfLinuxClang # buildbot clang version unable to use libstdc++ with c++11
+ @unittest2.skipUnless(sys.platform.startswith("darwin")==False, "skip on Darwin")
def test_sb_api_listener_event_process_state(self):
""" Test that a registered SBListener receives events when a process
changes state.
More information about the lldb-commits
mailing list