diff options
| author | Ed Maste <emaste@freebsd.org> | 2013-11-22 13:54:58 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@freebsd.org> | 2013-11-22 13:54:58 +0000 |
| commit | bf9b24edc3d62989e420d6ea0b1cf1ae8f6bcac3 (patch) | |
| tree | 5a00677a54199734d0110f1877c1d35e118316de /lldb/test/functionalities/stop-hook | |
| parent | 53ae4b14330f30f2fc42e9b6c6e5b20776ca9a20 (diff) | |
| download | bcm5719-llvm-bf9b24edc3d62989e420d6ea0b1cf1ae8f6bcac3.tar.gz bcm5719-llvm-bf9b24edc3d62989e420d6ea0b1cf1ae8f6bcac3.zip | |
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
Diffstat (limited to 'lldb/test/functionalities/stop-hook')
| -rw-r--r-- | lldb/test/functionalities/stop-hook/TestStopHookMechanism.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/stop-hook/TestStopHookMechanism.py b/lldb/test/functionalities/stop-hook/TestStopHookMechanism.py index dc2eed3b7e2..29573048208 100644 --- a/lldb/test/functionalities/stop-hook/TestStopHookMechanism.py +++ b/lldb/test/functionalities/stop-hook/TestStopHookMechanism.py @@ -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): |

