[Lldb-commits] [lldb] r235916 - XFail flakey test.

Chaoren Lin chaorenl at google.com
Mon Apr 27 13:57:24 PDT 2015


Author: chaoren
Date: Mon Apr 27 15:57:24 2015
New Revision: 235916

URL: http://llvm.org/viewvc/llvm-project?rev=235916&view=rev
Log:
XFail flakey test.

Modified:
    lldb/trunk/test/functionalities/avoids-fd-leak/TestFdLeak.py

Modified: lldb/trunk/test/functionalities/avoids-fd-leak/TestFdLeak.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/avoids-fd-leak/TestFdLeak.py?rev=235916&r1=235915&r2=235916&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/avoids-fd-leak/TestFdLeak.py (original)
+++ lldb/trunk/test/functionalities/avoids-fd-leak/TestFdLeak.py Mon Apr 27 15:57:24 2015
@@ -13,6 +13,7 @@ class AvoidsFdLeakTestCase(TestBase):
     mydir = TestBase.compute_mydir(__file__)
 
     @expectedFailure(lambda x: sys.version_info >= (2, 7, 8), "bugs.freebsd.org/197376") # python random leaks fd
+    @expectedFailureLinux # xfail flakey test to get buildbot green
     @skipIfWindows # The check for descriptor leakage needs to be implemented differently here.
     @skipIfTargetAndroid # Android have some other file descriptors open by the shell
     def test_fd_leak_basic (self):





More information about the lldb-commits mailing list