[Lldb-commits] [lldb] r247822 - Decorate flaky FreeBSD test

Ed Maste via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 16 11:00:09 PDT 2015


Author: emaste
Date: Wed Sep 16 13:00:09 2015
New Revision: 247822

URL: http://llvm.org/viewvc/llvm-project?rev=247822&view=rev
Log:
Decorate flaky FreeBSD test

ExprCommandWithTimeoutsTestCase::expectedFailureFreeBSD had an
expectedFailureFreeBSD decorator, removed in r247799. It had been flakey
on the FreeBSD buildbot but passed locally. John Wolfe has since
observed a local failure, so add expectedFlakeyFreeBSD until we can
investigate and likely increase the timeout in the test.

llvm.org/pr19605 (FreeBSD)
llvm.org/pr20275 (equivalent Linux issue)

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=247822&r1=247821&r2=247822&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/timeout/TestCallWithTimeout.py (original)
+++ lldb/trunk/test/expression_command/timeout/TestCallWithTimeout.py Wed Sep 16 13:00:09 2015
@@ -26,6 +26,7 @@ class ExprCommandWithTimeoutsTestCase(Te
         self.buildDsym()
         self.call_function()
 
+    @expectedFlakeyFreeBSD("llvm.org/pr19605")
     @expectedFlakeyLinux("llvm.org/pr20275")
     @expectedFailureWindows("llvm.org/pr21765")
     @dwarf_test




More information about the lldb-commits mailing list