diff options
author | Daniel Malea <daniel.malea@intel.com> | 2013-09-30 21:32:25 +0000 |
---|---|---|
committer | Daniel Malea <daniel.malea@intel.com> | 2013-09-30 21:32:25 +0000 |
commit | f3903a5cede4b2e628105cba7569abbe812dc27c (patch) | |
tree | 6dc7c8963800f2c14e420539cbd2e874d40cd140 | |
parent | dfc637b9de49af155e9b5c8231908a5c997fcb8b (diff) | |
download | bcm5719-llvm-f3903a5cede4b2e628105cba7569abbe812dc27c.tar.gz bcm5719-llvm-f3903a5cede4b2e628105cba7569abbe812dc27c.zip |
Disable TestStopHookMultipleThreads.py (on Linux) due to llvm.org/pr15037
- stop hooks sometimes fail to fire on Linux
llvm-svn: 191704
-rw-r--r-- | lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py b/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py index 2710cf92c7d..b7f2b53e5bb 100644 --- a/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py +++ b/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py @@ -20,6 +20,7 @@ class StopHookForMultipleThreadsTestCase(TestBase): self.setTearDownCleanup(dictionary=self.d) self.stop_hook_multiple_threads() + @skipIfLinux # llvm.org/pr15037 -- stop hooks sometimes fail to fire on Linux @dwarf_test def test_stop_hook_multiple_threads_with_dwarf(self): """Test that lldb stop-hook works for multiple threads.""" |