summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/avoids-fd-leak/TestFdLeak.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-75/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-0/+2
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-8/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-2/+2
* Fix up bad compiler spec on ConstVariableTestCase; fixup two more OS X unexpe...Todd Fiala2015-09-141-3/+10
* Enable TestFdLeak on linuxPavel Labath2015-09-031-1/+0
* Correct failure decorator in test_fd_leak_multitargetEd Maste2015-06-291-1/+1
* Added expectedFlakey test decoratorVince Harron2015-06-261-2/+2
* [TestGdbRemoteAbort] Skip on API 16 Android devicesSiva Chandra2015-06-051-3/+3
* Mark the other test of TestFdLeak also as xfail to keep the bot green.Siva Chandra2015-05-021-0/+1
* XFail flakey test.Chaoren Lin2015-04-271-0/+1
* Skip fdleak tests on androidTamas Berghammer2015-03-131-2/+5
* Disable file descriptor leak tests on python >=2.7.8Pavel Labath2015-02-231-3/+3
* Add decorator for fd leak test failing on FreeBSDEd Maste2015-02-181-0/+3
* Fix TestFdLeak.py on Mac.Pavel Labath2015-02-091-5/+3
* Fix descriptor leak in multi-target debuggingPavel Labath2015-02-091-0/+23
* Avoid leaking log file descriptors into the inferior process.Pavel Labath2015-02-051-4/+16
* Avoid leakage of file descriptors in LLDB and LLGSPavel Labath2015-02-041-0/+32
OpenPOWER on IntegriCloud