diff options
| author | Ed Maste <emaste@freebsd.org> | 2015-09-09 21:00:10 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@freebsd.org> | 2015-09-09 21:00:10 +0000 |
| commit | 81f3ccb505f8a594703bfc574442bb5c8bb841e3 (patch) | |
| tree | 1f56ed6dfb9981aa6323cde3628d79600323e9db /lldb/test/functionalities | |
| parent | ad650a189c445b5911941d317fde2df6c6a9bf15 (diff) | |
| download | bcm5719-llvm-81f3ccb505f8a594703bfc574442bb5c8bb841e3.tar.gz bcm5719-llvm-81f3ccb505f8a594703bfc574442bb5c8bb841e3.zip | |
For now skip ThreadSpecificBreakTestCase on FreeBSD
It often hangs or times out, and obscures issues with other tests.
Just skip it for now (until the FreeBSD test suite is producing
consistent results) so that we can get a buildbot back.
Previous investigation (for failures) in llvm.org/pr18522
llvm-svn: 247190
Diffstat (limited to 'lldb/test/functionalities')
| -rw-r--r-- | lldb/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py b/lldb/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py index cd8adb0759d..0675c6baf1e 100644 --- a/lldb/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py +++ b/lldb/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py @@ -20,6 +20,7 @@ class ThreadSpecificBreakTestCase(TestBase): self.buildDsym() self.do_thread_specific_break() + @skipIfFreeBSD # test frequently times out or hangs @expectedFailureFreeBSD('llvm.org/pr18522') # hits break in another thread in testrun @python_api_test @dwarf_test |

