Author: emaste
Date: Wed Mar 18 10:23:53 2015
New Revision: 232640
URL: http://llvm.org/viewvc/llvm-project?rev=232640&view=rev
Log:
Skip intermittently failing test on FreeBSD
It is already skipped on the other platforms anyhow.
llvm.org/pr19246
Modified:
lldb/trunk/test/expression_command/call-restarts/TestCallThatRestarts.py
Modified:
lldb/trunk/test/expression_command/call-restarts/TestCallThatRestarts.py
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/call-restarts/TestCallThatRestarts.py?rev=232640&r1=232639&r2=232640&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/call-restarts/TestCallThatRestarts.py
(original)
+++ lldb/trunk/test/expression_command/call-restarts/TestCallThatRestarts.py
Wed Mar 18 10:23:53 2015
@@ -28,6 +28,7 @@ class ExprCommandThatRestartsTestCase(Te
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
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits