diff options
| author | Todd Fiala <tfiala@google.com> | 2014-02-28 00:13:00 +0000 |
|---|---|---|
| committer | Todd Fiala <tfiala@google.com> | 2014-02-28 00:13:00 +0000 |
| commit | 347284f82dc10053e0a932a99eb0296e3ec8ea81 (patch) | |
| tree | cf468076609041bcc4a9d5867c6a8ee88edf3d34 /lldb/test/api/multithreaded/TestMultithreaded.py | |
| parent | eaaf5908d92f838da20e594b5cba9b0e4df55508 (diff) | |
| download | bcm5719-llvm-347284f82dc10053e0a932a99eb0296e3ec8ea81.tar.gz bcm5719-llvm-347284f82dc10053e0a932a99eb0296e3ec8ea81.zip | |
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
Diffstat (limited to 'lldb/test/api/multithreaded/TestMultithreaded.py')
| -rw-r--r-- | lldb/test/api/multithreaded/TestMultithreaded.py | 1 |
1 files changed, 0 insertions, 1 deletions
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', |

