llvm-project/llvm/utils/lit/lit
Alp Toker d0cdc67caa lit: multiprocessing platform fix attempt
The error raised by Python varies by platform(!), so let's just catch any
exception and fall back.

Thanks to Sylvestre Ledru for noticing this on a Debian / Python 2.7 system
running code coverage.

llvm-svn: 193516
2013-10-28 10:26:13 +00:00
..
ExampleTests.ObjDir
formats [lit] Extract TestFormat base class, for future use. 2013-08-21 22:26:26 +00:00
LitConfig.py self.path may be empty or otherwise miss the normal system directories, 2013-10-26 13:25:45 +00:00
LitTestCase.py [lit] Move top-level execute code into Run object. 2013-08-29 00:48:55 +00:00
ProgressBar.py [lit] Fix a couple lingering Py3 compat issues in ProgressBar. 2013-08-21 22:26:47 +00:00
ShCommands.py [lit] Avoid __cmp__ and cmp(). 2013-08-07 03:22:02 +00:00
ShUtil.py [lit] Rename lit.{TestFormats,Util} to their aliased names {formats,util}. 2013-08-09 00:37:15 +00:00
Test.py [lit] Add an --output option, for writing results in a machine readable form. 2013-09-14 01:19:17 +00:00
TestRunner.py [lit] Fix internal shell's argv[0] handling. 2013-08-29 02:52:10 +00:00
TestingConfig.py Lit: LIT_PRESERVES_TMP should be aware of TMPDIR, too. 2013-10-17 13:11:13 +00:00
__init__.py [lit] Drop deprecated aliases for lit and old module names. 2013-08-09 21:39:24 +00:00
discovery.py [lit] Allow config files to pass arbitrary values to child configs. 2013-09-03 23:32:55 +00:00
main.py lit: handle late multiprocessing errors gracefully 2013-10-26 08:22:44 +00:00
run.py lit: multiprocessing platform fix attempt 2013-10-28 10:26:13 +00:00
util.py [lit] Ensure test output is converted to strings where possible. 2013-08-14 22:21:01 +00:00