diff options
| author | Todd Fiala <tfiala@google.com> | 2014-02-28 15:26:10 +0000 |
|---|---|---|
| committer | Todd Fiala <tfiala@google.com> | 2014-02-28 15:26:10 +0000 |
| commit | 71c53fb25bb01eadec14c5510aa08683a53b1cea (patch) | |
| tree | 66c1b5be166ab7b945668a6ea691af3ea919bf97 /lldb/test/functionalities/stop-hook | |
| parent | 512a18e5181993ed251c53c02e6c40d0426d133b (diff) | |
| download | bcm5719-llvm-71c53fb25bb01eadec14c5510aa08683a53b1cea.tar.gz bcm5719-llvm-71c53fb25bb01eadec14c5510aa08683a53b1cea.zip | |
Marked linux TestStopHookMultipleThreads as expected failure.
Related to this bug:
http://llvm.org/bugs/show_bug.cgi?id=15037
Previously this was marked as skipped. I tried running it 10 times in
a row and it failed every time. Switched it to XFAIL.
llvm-svn: 202506
Diffstat (limited to 'lldb/test/functionalities/stop-hook')
| -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 f2a90e0ac5e..4ef7ccfff89 100644 --- a/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py +++ b/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py @@ -20,7 +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 + @expectedFailureLinux('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.""" |

