[Lldb-commits] [lldb] r247799 - Remove expectedFailureFreeBSD from passing test
Ed Maste via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 16 06:55:15 PDT 2015
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
More information about the lldb-commits
mailing list