Change TestStopHookMechanism to @expectedFailureLinux.

Similar to my previous check-in related to:
http://llvm.org/bugs/show_bug.cgi?id=15037

10 out of 10 runs of this failed.  Mark it XFAIL.

llvm-svn: 202507
This commit is contained in:
Todd Fiala 2014-02-28 15:47:48 +00:00
parent 71c53fb25b
commit f9dc4b7373
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class StopHookMechanismTestCase(TestBase):
self.stop_hook_firing()
@skipIfFreeBSD # llvm.org/pr15037
@skipIfLinux # llvm.org/pr15037: stop-hooks sometimes fail to fire on Linux (disabled to avoid needless noise)
@expectedFailureLinux('llvm.org/pr15037') # stop-hooks sometimes fail to fire on Linux
@dwarf_test
def test_with_dwarf(self):
"""Test the stop-hook mechanism."""