[lit] Fix handling of per test timeout when the installed psutil version
[oota-llvm.git] / utils / lit / lit / util.py
2016-01-13 Dan Liew[lit] Fix handling of per test timeout when the install...
2015-12-27 Dan Liew[lit] Implement support of per test timeout in lit.
2015-12-22 Nico Weberlit: Limit number of processes on Windows to 32.
2015-11-13 Dan Liew[lit] Fix bug where ``lit.util.which()`` would return...
2015-07-19 Eric Fiselier[LIT] Allow for executeCommand to take the stdin input.
2015-01-12 Eric Fiselier[LIT] Decode string result in lit.util.capture
2014-12-10 Eric Fiselier[LIT] Add support for `UNSUPPORTED` tag to `TestRunner...
2014-09-12 Jordan Rose[lit] Parse all strings as UTF-8 rather than ASCII.
2014-06-10 Alexander PotapenkoAdd detection of OS X relocatable SDK to compiler-rt...
2013-08-14 Daniel Dunbar[lit] Ensure test output is converted to strings where...
2013-08-14 Daniel Dunbar[lit] Move executeCommand() into lit.util.
2013-08-09 Daniel Dunbar[lit] Rename lit.{TestFormats,Util} to their aliased...