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