summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/stop-hook/multiple_threads
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2014-07-09 23:10:43 +0000
committerTodd Fiala <todd.fiala@gmail.com>2014-07-09 23:10:43 +0000
commit9e2d329818b71050ad397cc3393517646e9311cc (patch)
tree91979ce31a0ceb872bc73466abbef68c8cfb0c6e /lldb/test/functionalities/stop-hook/multiple_threads
parentd3561f6fecd32a4fd52d93273b4a14b69c3682b8 (diff)
downloadbcm5719-llvm-9e2d329818b71050ad397cc3393517646e9311cc.tar.gz
bcm5719-llvm-9e2d329818b71050ad397cc3393517646e9311cc.zip
Skip tests that are intermittent on Linux, fix gdb-remote port-grabbing code.
Marked skipped for Linux: TestCallStopAndContinue TestConvenienceVariables TestStopHookMultipleThreads Fixed up gdb-remote port-grabbing code to use a random port in a wide range, and to allow that to fail more gracefully. This appears to have solved some gdb-remote intermittent failing behavior. llvm-svn: 212662
Diffstat (limited to 'lldb/test/functionalities/stop-hook/multiple_threads')
-rw-r--r--lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py b/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py
index 4ef7ccfff89..86410e4c812 100644
--- a/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py
+++ b/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py
@@ -20,8 +20,8 @@ class StopHookForMultipleThreadsTestCase(TestBase):
self.setTearDownCleanup(dictionary=self.d)
self.stop_hook_multiple_threads()
- @expectedFailureLinux('llvm.org/pr15037') # -- stop hooks sometimes fail to fire on Linux
@dwarf_test
+ @skipIfLinux # llvm.org/pr15037 stop hooks sometimes fail to fire on Linux (cannot mark XFAIL, sometimes it passes)
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