diff options
| author | Todd Fiala <todd.fiala@gmail.com> | 2014-07-09 23:10:43 +0000 |
|---|---|---|
| committer | Todd Fiala <todd.fiala@gmail.com> | 2014-07-09 23:10:43 +0000 |
| commit | 9e2d329818b71050ad397cc3393517646e9311cc (patch) | |
| tree | 91979ce31a0ceb872bc73466abbef68c8cfb0c6e /lldb/test/functionalities/stop-hook/multiple_threads | |
| parent | d3561f6fecd32a4fd52d93273b4a14b69c3682b8 (diff) | |
| download | bcm5719-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.py | 2 |
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) |

