[Lldb-commits] [lldb] r236495 - Enable TestCallStopAndContinue on Linux

Pavel Labath labath at google.com
Tue May 5 04:08:09 PDT 2015


Author: labath
Date: Tue May  5 06:08:08 2015
New Revision: 236495

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

This test has been working reliably for me in the last 300 test runs. Enabling to see what the
buildbot thinks...

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=236495&r1=236494&r2=236495&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/call-function/TestCallStopAndContinue.py (original)
+++ lldb/trunk/test/expression_command/call-function/TestCallStopAndContinue.py Tue May  5 06:08:08 2015
@@ -31,7 +31,6 @@ 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."""
         self.buildDwarf()





More information about the lldb-commits mailing list