Author: emaste Date: Wed Sep 16 08:55:15 2015 New Revision: 247799 URL: http://llvm.org/viewvc/llvm-project?rev=247799&view=rev Log: Remove expectedFailureFreeBSD from passing test
ExprCommandWithTimeoutsTestCase::expectedFailureFreeBSD This test passes locally but was marked XFAIL due to failures on the FreeBSD buildbot. That buildbot has been retired as it was overloaded, and we will investigate again if this fails once a new buildbot is in place. llvm.org/pr19605 Modified: lldb/trunk/test/expression_command/timeout/TestCallWithTimeout.py Modified: lldb/trunk/test/expression_command/timeout/TestCallWithTimeout.py URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/timeout/TestCallWithTimeout.py?rev=247799&r1=247798&r2=247799&view=diff ============================================================================== --- lldb/trunk/test/expression_command/timeout/TestCallWithTimeout.py (original) +++ lldb/trunk/test/expression_command/timeout/TestCallWithTimeout.py Wed Sep 16 08:55:15 2015 @@ -26,7 +26,6 @@ class ExprCommandWithTimeoutsTestCase(Te self.buildDsym() self.call_function() - @expectedFailureFreeBSD("llvm.org/pr19605") # fails on buildbot @expectedFlakeyLinux("llvm.org/pr20275") @expectedFailureWindows("llvm.org/pr21765") @dwarf_test _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits