[Lldb-commits] [lldb] r202446 - Re-enable TestMultithreaded.py test on Linux.
Todd Fiala
tfiala at google.com
Thu Feb 27 16:13:00 PST 2014
Author: tfiala
Date: Thu Feb 27 18:13:00 2014
New Revision: 202446
URL: http://llvm.org/viewvc/llvm-project?rev=202446&view=rev
Log:
Re-enable TestMultithreaded.py test on Linux.
I could not get http://llvm.org/bugs/show_bug.cgi?id=16016)
to fail on my end running 10 times in a row. Re-enabling
the test.
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=202446&r1=202445&r2=202446&view=diff
==============================================================================
--- lldb/trunk/test/api/multithreaded/TestMultithreaded.py (original)
+++ lldb/trunk/test/api/multithreaded/TestMultithreaded.py Thu Feb 27 18:13:00 2014
@@ -47,7 +47,6 @@ class SBBreakpointCallbackCase(TestBase)
@skipIfi386
@skipIfLinuxClang # buildbot clang version unable to use libstdc++ with c++11
- @skipIfLinux # llvm.org/pr16016 assertion failure in ProcessPOSIX.cpp.
def test_sb_api_listener_resume(self):
""" Test that a process can be resumed from a non-main thread. """
self.build_and_test('driver.cpp listener_test.cpp test_listener_resume.cpp',
More information about the lldb-commits
mailing list