aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2015-03-18 15:23:53 +0000
committerEd Maste <emaste@freebsd.org>2015-03-18 15:23:53 +0000
commit2001d1040f14d1dd2107ce47cb7ee5b13ea653b9 (patch)
treef2f7b827678cbddcfb69326832dfa49be3082443
parent8cc20307e1cdba6d034970fecd357a1700b2492b (diff)
downloadllvm-2001d1040f14d1dd2107ce47cb7ee5b13ea653b9.zip
llvm-2001d1040f14d1dd2107ce47cb7ee5b13ea653b9.tar.gz
llvm-2001d1040f14d1dd2107ce47cb7ee5b13ea653b9.tar.bz2
Skip intermittently failing test on FreeBSD
It is already skipped on the other platforms anyhow. llvm.org/pr19246 llvm-svn: 232640
-rw-r--r--lldb/test/expression_command/call-restarts/TestCallThatRestarts.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py b/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py
index fca9c3d..c6c4af2 100644
--- a/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py
+++ b/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py
@@ -28,6 +28,7 @@ class ExprCommandThatRestartsTestCase(TestBase):
self.call_function()
@dwarf_test
+ @skipIfFreeBSD # llvm.org/pr19246: intermittent failure
@skipIfLinux # llvm.org/pr19246: intermittent failure
@skipIfDarwin # llvm.org/pr19246: intermittent failure
@skipIfWindows # Test relies on signals, unsupported on Windows