From 347284f82dc10053e0a932a99eb0296e3ec8ea81 Mon Sep 17 00:00:00 2001 From: Todd Fiala Date: Fri, 28 Feb 2014 00:13:00 +0000 Subject: 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. llvm-svn: 202446 --- lldb/test/api/multithreaded/TestMultithreaded.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/test/api/multithreaded/TestMultithreaded.py') diff --git a/lldb/test/api/multithreaded/TestMultithreaded.py b/lldb/test/api/multithreaded/TestMultithreaded.py index 1d9a5b0a696..9af46174c6c 100644 --- a/lldb/test/api/multithreaded/TestMultithreaded.py +++ b/lldb/test/api/multithreaded/TestMultithreaded.py @@ -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', -- cgit v1.2.3