forked from OSchip/llvm-project
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:
parent
53ae4b1433
commit
bf9b24edc3
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue