[Lldb-commits] [lldb] r247596 - Remove expectedFailureFreeBSD from now-passing test

Ed Maste via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 14 11:50:23 PDT 2015


Author: emaste
Date: Mon Sep 14 13:50:23 2015
New Revision: 247596

URL: http://llvm.org/viewvc/llvm-project?rev=247596&view=rev
Log:
Remove expectedFailureFreeBSD from now-passing test

ExprCommandCallUserDefinedFunction::test_with_dwarf

llvm.org/pr20274

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

Modified: lldb/trunk/test/expression_command/call-function/TestCallUserDefinedFunction.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/call-function/TestCallUserDefinedFunction.py?rev=247596&r1=247595&r2=247596&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/call-function/TestCallUserDefinedFunction.py (original)
+++ lldb/trunk/test/expression_command/call-function/TestCallUserDefinedFunction.py Mon Sep 14 13:50:23 2015
@@ -32,7 +32,6 @@ class ExprCommandCallUserDefinedFunction
 
     @dwarf_test
     @expectedFailureWindows("llvm.org/pr24489: Name lookup not working correctly on Windows")
-    @expectedFailureFreeBSD("llvm.org/pr20274") # intermittent failure
     def test_with_dwarf(self):
         """Test return values of user defined function calls."""
         self.buildDwarf()




More information about the lldb-commits mailing list