diff options
| author | Todd Fiala <todd.fiala@gmail.com> | 2014-07-10 20:52:08 +0000 |
|---|---|---|
| committer | Todd Fiala <todd.fiala@gmail.com> | 2014-07-10 20:52:08 +0000 |
| commit | 57cacb013f4c29ffab4e932f0543d9b05f32814b (patch) | |
| tree | 96a24ed2db654cc1c9bd20de7d13984d1b05ff90 /lldb/test/functionalities/stop-hook | |
| parent | 1b5adb82d9a72cf36f4c3864c55388a8eb243de4 (diff) | |
| download | bcm5719-llvm-57cacb013f4c29ffab4e932f0543d9b05f32814b.tar.gz bcm5719-llvm-57cacb013f4c29ffab4e932f0543d9b05f32814b.zip | |
Flipped intermittent test failures from skip to XFAIL.
The following intermittently-failing tests have been flipped from
skip to XFAIL on some combo of Linux and MacOSX:
TestCallStopAndContinue.py (Linux, MacOSX)
TestCallWithTimeout.py (Linux)
TestConvenienceVariables.py (Linux)
TestStopHookMultipleThreads.py (Linux)
The following new tests have been marked XFAIL but are just
intermittently failing:
TestMultipleDebug.py (definitely intermittent on MacOSX, not sure I've seen
it pass yet on Linux)
llvm-svn: 212762
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 86410e4c812..7fd553aa3ef 100644 --- a/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py +++ b/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py @@ -21,7 +21,7 @@ class StopHookForMultipleThreadsTestCase(TestBase): self.stop_hook_multiple_threads() @dwarf_test - @skipIfLinux # llvm.org/pr15037 stop hooks sometimes fail to fire on Linux (cannot mark XFAIL, sometimes it passes) + @expectedFailureLinux("llvm.org/pr15037") # stop hooks sometimes fail to fire on Linux def test_stop_hook_multiple_threads_with_dwarf(self): """Test that lldb stop-hook works for multiple threads.""" self.buildDwarf(dictionary=self.d) |

