Disable stop-hook test on FreeBSD as on Linux

It fails on the buildbot, so skip for now to reduce the noise.

llvm.org/pr15037

llvm-svn: 195459
This commit is contained in:
Ed Maste 2013-11-22 13:54:58 +00:00
parent 53ae4b1433
commit bf9b24edc3
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class StopHookMechanismTestCase(TestBase):
self.buildDsym()
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)
@dwarf_test
def test_with_dwarf(self):