Disable file descriptor leak tests on python >=2.7.8
authorPavel Labath <labath@google.com>
Mon, 23 Feb 2015 11:14:28 +0000 (11:14 +0000)
committerPavel Labath <labath@google.com>
Mon, 23 Feb 2015 11:14:28 +0000 (11:14 +0000)
commit934967148853060a165789b31b174fe3aa23d727
tree9d43a6abab03dcdb9930d66c1d516bfb48625635
parent56335e33b36fd4a4796499a6d29d876445ae2b75
Disable file descriptor leak tests on python >=2.7.8

this version introduced an internal leak, which we cannot reasonably fix.

llvm-svn: 230215
lldb/test/functionalities/avoids-fd-leak/TestFdLeak.py