From 2001d1040f14d1dd2107ce47cb7ee5b13ea653b9 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 18 Mar 2015 15:23:53 +0000 Subject: [PATCH] Skip intermittently failing test on FreeBSD It is already skipped on the other platforms anyhow. llvm.org/pr19246 llvm-svn: 232640 --- lldb/test/expression_command/call-restarts/TestCallThatRestarts.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4