| Commit message (Expand) | Author | Age | Files | Lines |
* | lit: multiprocessing platform fix attempt | Alp Toker | 2013-10-28 | 1 | -1/+2 |
* | Clarify the comment about BSD versions in r193465 | Alp Toker | 2013-10-27 | 1 | -1/+2 |
* | self.path may be empty or otherwise miss the normal system directories, | Joerg Sonnenberger | 2013-10-26 | 1 | -5/+1 |
* | lit: Issue a note when multiprocessing fails to load | Alp Toker | 2013-10-26 | 1 | -0/+1 |
* | Fix a referenced before assignment in r193463 | Alp Toker | 2013-10-26 | 1 | -0/+1 |
* | lit: handle late multiprocessing errors gracefully | Alp Toker | 2013-10-26 | 2 | -8/+11 |
* | Attempt to fix the FreeBSD build, disable multiprocessing | Alp Toker | 2013-10-26 | 1 | -1/+2 |
* | Try to fix the openbsd bot. | Rafael Espindola | 2013-10-25 | 1 | -1/+1 |
* | Actually switch the default to use multiprocessing | Rafael Espindola | 2013-10-23 | 1 | -1/+1 |
* | [lit] Stop hacking the GIL check interval. | Daniel Dunbar | 2013-10-23 | 1 | -6/+0 |
* | [lit] Use multiprocessing based parallelism by default, on Unix. | Daniel Dunbar | 2013-10-23 | 1 | -3/+7 |
* | Lit: LIT_PRESERVES_TMP should be aware of TMPDIR, too. | NAKAMURA Takumi | 2013-10-17 | 1 | -2/+3 |
* | Lit: Introduce an environment variable, $LIT_PRESERVES_TMP, to preserve TMP (... | NAKAMURA Takumi | 2013-10-17 | 1 | -0/+9 |
* | [lit] Add an --output option, for writing results in a machine readable form. | Daniel Dunbar | 2013-09-14 | 5 | -3/+96 |
* | [lit] Add support for attach arbitrary metrics to test results. | Daniel Dunbar | 2013-09-11 | 5 | -2/+119 |
* | [lit] Allow config files to pass arbitrary values to child configs. | Daniel Dunbar | 2013-09-03 | 4 | -12/+8 |
* | [lit] [tests] Add missing test input file. | Daniel Dunbar | 2013-08-29 | 1 | -0/+6 |
* | [lit] Fix internal shell's argv[0] handling. | Daniel Dunbar | 2013-08-29 | 2 | -3/+5 |
* | [lit] Add support for multiprocessing, under --use-processes for now. | Daniel Dunbar | 2013-08-29 | 3 | -39/+115 |
* | [lit] Implement --max-time support by using provider cancel method. | Daniel Dunbar | 2013-08-29 | 1 | -10/+16 |
* | [lit] Refactor test execution logic into lit.run.Run. | Daniel Dunbar | 2013-08-29 | 2 | -123/+158 |
* | [lit] Put display lock inside the ThreadResultsConsumer. | Daniel Dunbar | 2013-08-29 | 1 | -17/+9 |
* | [lit] Factor out a results consumer interface for test execution. | Daniel Dunbar | 2013-08-29 | 1 | -20/+44 |
* | [lit] Move top-level execute code into Run object. | Daniel Dunbar | 2013-08-29 | 4 | -41/+49 |
* | [lit] Factor out Run class to capture configuration + discovered tests. | Daniel Dunbar | 2013-08-29 | 2 | -18/+29 |
* | [lit] Change lit.Test.ResultCode to be unique across pickling. | Daniel Dunbar | 2013-08-29 | 1 | -0/+11 |
* | [lit] Add a TODO. | Daniel Dunbar | 2013-08-29 | 1 | -0/+29 |
* | [lit] Update shtest format to return lit.Test.Result objects. | Daniel Dunbar | 2013-08-29 | 1 | -40/+21 |
* | [lit] Update LitTestCase to support lit.Test.Result. | Daniel Dunbar | 2013-08-29 | 1 | -5/+13 |
* | [lit] Fix a couple lingering Py3 compat issues in ProgressBar. | Daniel Dunbar | 2013-08-21 | 1 | -4/+12 |
* | [lit] Lift XFAIL handling to core infrastructure. | Daniel Dunbar | 2013-08-21 | 3 | -36/+48 |
* | [lit] Allow formats to return lit.Test.Result instances directly. | Daniel Dunbar | 2013-08-21 | 2 | -10/+21 |
* | [lit] Factor out a separate Test.Result() object. | Daniel Dunbar | 2013-08-21 | 2 | -33/+40 |
* | [lit] Simplify --time-tests code. | Daniel Dunbar | 2013-08-21 | 1 | -11/+5 |
* | [lit] Extract TestFormat base class, for future use. | Daniel Dunbar | 2013-08-21 | 4 | -10/+10 |
* | [lit] Rewrite TODO list, and elaborate on some things. | Daniel Dunbar | 2013-08-16 | 1 | -12/+129 |
* | [lit] Remove some done TODOs. | Daniel Dunbar | 2013-08-15 | 1 | -4/+0 |
* | [lit] Add test coverage of gtest format. | Daniel Dunbar | 2013-08-14 | 3 | -0/+57 |
* | [lit] Ensure test output is converted to strings where possible. | Daniel Dunbar | 2013-08-14 | 7 | -4/+63 |
* | [lit] Support parsing scripts with inconsistent or invalid encodings. | Daniel Dunbar | 2013-08-14 | 2 | -12/+48 |
* | Revert r188376, "[lit] Support parsing scripts with inconsistent or invalid e... | Daniel Dunbar | 2013-08-14 | 2 | -45/+12 |
* | [lit] Support parsing scripts with inconsistent or invalid encodings. | Daniel Dunbar | 2013-08-14 | 2 | -12/+45 |
* | [lit] Fix a relative import issue I missed earlier. | Daniel Dunbar | 2013-08-14 | 1 | -2/+4 |
* | [lit] Avoid StringIO. | Daniel Dunbar | 2013-08-14 | 1 | -19/+25 |
* | [lit] Fix tests to execute lit with same python as invoked with. | Daniel Dunbar | 2013-08-14 | 3 | -3/+6 |
* | [lit] Factor ShTest format script command parsing from other processing. | Daniel Dunbar | 2013-08-14 | 1 | -17/+32 |
* | [lit] Move executeCommand() into lit.util. | Daniel Dunbar | 2013-08-14 | 4 | -23/+23 |
* | [lit] Move formats into their own subpackage. | Daniel Dunbar | 2013-08-14 | 4 | -117/+130 |
* | Lit: Introduce "%/[STpst] into parseIntegratedTestScript(), to normalize subs... | NAKAMURA Takumi | 2013-08-14 | 1 | -0/+9 |
* | [lit] Support use of setup.py from other directories. | Daniel Dunbar | 2013-08-13 | 1 | -1/+8 |