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
This commit is contained in:
Todd Fiala 2014-02-28 15:26:10 +00:00
parent 512a18e518
commit 71c53fb25b
1 changed files with 1 additions and 1 deletions

View File

@ -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."""