[Lldb-commits] [lldb] r236853 - Enable TestCallStopAndContinue on FreeBSD

Ed Maste emaste at freebsd.org
Fri May 8 06:52:23 PDT 2015


Author: emaste
Date: Fri May  8 08:52:22 2015
New Revision: 236853

URL: http://llvm.org/viewvc/llvm-project?rev=236853&view=rev
Log:
Enable TestCallStopAndContinue on FreeBSD

It's reported to pass consistently on Linux now, and it passed for me
in local testing on FreeBSD. Remove the expectedFailureFreeBSD decorator
for now.

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=236853&r1=236852&r2=236853&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/call-function/TestCallStopAndContinue.py (original)
+++ lldb/trunk/test/expression_command/call-function/TestCallStopAndContinue.py Fri May  8 08:52:22 2015
@@ -30,7 +30,6 @@ class ExprCommandCallStopContinueTestCas
 
     @dwarf_test
     @expectedFailureDarwin("llvm.org/pr20274") # intermittent failure on MacOSX
-    @expectedFailureFreeBSD("llvm.org/pr20274") # intermittent failure
     def test_with_dwarf(self):
         """Test gathering result from interrupted function call."""
         self.buildDwarf()





More information about the lldb-commits mailing list