commit | f3903a5cede4b2e628105cba7569abbe812dc27c | [log] [tgz] |
---|---|---|
author | Daniel Malea <daniel.malea@intel.com> | Mon Sep 30 21:32:25 2013 +0000 |
committer | Daniel Malea <daniel.malea@intel.com> | Mon Sep 30 21:32:25 2013 +0000 |
tree | 6dc7c8963800f2c14e420539cbd2e874d40cd140 | |
parent | dfc637b9de49af155e9b5c8231908a5c997fcb8b [diff] [blame] |
Disable TestStopHookMultipleThreads.py (on Linux) due to llvm.org/pr15037 - stop hooks sometimes fail to fire on Linux llvm-svn: 191704
diff --git a/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py b/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py index 2710cf9..b7f2b53 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 @@ 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."""