[Lldb-commits] [lldb] r246761 - Enable TestFdLeak on linux
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 3 05:00:16 PDT 2015
Author: labath
Date: Thu Sep 3 07:00:15 2015
New Revision: 246761
URL: http://llvm.org/viewvc/llvm-project?rev=246761&view=rev
Log:
Enable TestFdLeak on linux
it has been consistently passing at least the last 100 builds on the bot.
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=246761&r1=246760&r2=246761&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/avoids-fd-leak/TestFdLeak.py (original)
+++ lldb/trunk/test/functionalities/avoids-fd-leak/TestFdLeak.py Thu Sep 3 07:00:15 2015
@@ -13,7 +13,6 @@ 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