[Lldb-commits] [lldb] r212878 - Add FreeBSD failure decorator for TestCallStopAndContinue

Ed Maste emaste at freebsd.org
Sat Jul 12 08:41:03 PDT 2014


Author: emaste
Date: Sat Jul 12 10:41:03 2014
New Revision: 212878

URL: http://llvm.org/viewvc/llvm-project?rev=212878&view=rev
Log:
Add FreeBSD failure decorator for TestCallStopAndContinue

The testrun now completes successfully on my FreeBSD 11.0-CURRENT
laptop.  There are some intermittent failures on the FreeBSD buildbot
still, which should be addressed in later commits.

llvm.org/pr20274

Modified:
    lldb/trunk/test/expression_command/call-function/TestCallStopAndContinue.py

Modified: lldb/trunk/test/expression_command/call-function/TestCallStopAndContinue.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/call-function/TestCallStopAndContinue.py?rev=212878&r1=212877&r2=212878&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/call-function/TestCallStopAndContinue.py (original)
+++ lldb/trunk/test/expression_command/call-function/TestCallStopAndContinue.py Sat Jul 12 10:41:03 2014
@@ -30,6 +30,7 @@ class ExprCommandCallStopContinueTestCas
 
     @dwarf_test
     @expectedFailureDarwin("llvm.org/pr20274") # intermittent failure on MacOSX
+    @expectedFailureFreeBSD("llvm.org/pr20274") # intermittent failure
     @expectedFailureLinux("llvm.org/pr20274") # intermittent failure on Linux
     def test_with_dwarf(self):
         """Test gathering result from interrupted function call."""





More information about the lldb-commits mailing list