diff options
author | Pavel Labath <labath@google.com> | 2015-09-03 12:00:15 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2015-09-03 12:00:15 +0000 |
commit | b18469f5d72899d9a6d216a23b86c22890944d45 (patch) | |
tree | e875b75fc25092b4d6ffb18b45278bafe9ec55b4 | |
parent | 9253f00d135685e00661e9b3627e537ba5d046ae (diff) | |
download | bcm5719-llvm-b18469f5d72899d9a6d216a23b86c22890944d45.tar.gz bcm5719-llvm-b18469f5d72899d9a6d216a23b86c22890944d45.zip |
Enable TestFdLeak on linux
it has been consistently passing at least the last 100 builds on the bot.
llvm-svn: 246761
-rw-r--r-- | lldb/test/functionalities/avoids-fd-leak/TestFdLeak.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/functionalities/avoids-fd-leak/TestFdLeak.py b/lldb/test/functionalities/avoids-fd-leak/TestFdLeak.py index 96480adbfbd..415530bc501 100644 --- a/lldb/test/functionalities/avoids-fd-leak/TestFdLeak.py +++ b/lldb/test/functionalities/avoids-fd-leak/TestFdLeak.py @@ -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): |