summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/stop-hook/multiple_threads
diff options
context:
space:
mode:
authorDaniel Malea <daniel.malea@intel.com>2012-12-19 17:19:28 +0000
committerDaniel Malea <daniel.malea@intel.com>2012-12-19 17:19:28 +0000
commit34f21d18b56e5c3dbce62affcf1631fcb696bf48 (patch)
tree651d864f3e17f045df1ae5a9d1708263519c9231 /lldb/test/functionalities/stop-hook/multiple_threads
parent696d7226d6699ebe0535fe1cccc070fd8b1dd6ce (diff)
downloadbcm5719-llvm-34f21d18b56e5c3dbce62affcf1631fcb696bf48.tar.gz
bcm5719-llvm-34f21d18b56e5c3dbce62affcf1631fcb696bf48.zip
Test suite cleanup for Linux: mark test cases expected to fail due to open bugzillas
- bugzillas covered: 14323, 14600, 14541, 14437, 14540, 14541 llvm-svn: 170564
Diffstat (limited to 'lldb/test/functionalities/stop-hook/multiple_threads')
-rw-r--r--lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py1
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..34f1d7076a3 100644
--- a/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py
+++ b/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py
@@ -21,6 +21,7 @@ class StopHookForMultipleThreadsTestCase(TestBase):
self.stop_hook_multiple_threads()
@dwarf_test
+ @skipOnLinux # due to bugzilla 14323
def test_stop_hook_multiple_threads_with_dwarf(self):
"""Test that lldb stop-hook works for multiple threads."""
self.buildDwarf(dictionary=self.d)
OpenPOWER on IntegriCloud