summaryrefslogtreecommitdiff
path: root/utils/lit
Commit message (Expand)AuthorAge
* Fix test syntax to work with non-bash /bin/sh.Joerg Sonnenberger2014-04-12
* [lit] Fix non-function style print statement.Daniel Dunbar2014-03-11
* [lit] Bump dev version number.Daniel Dunbar2014-03-10
* [lit] Add a README.txt.Daniel Dunbar2014-03-10
* [lit] Add --version option.Daniel Dunbar2014-03-10
* lit: Provide source locations in cfg files with older Python versionsAlp Toker2014-01-11
* lit: execfile() isn't present in Python 3.3Alp Toker2014-01-11
* lit: Provide file location in cfg error messagesAlp Toker2014-01-08
* Python compatibility fix for r198150Alp Toker2013-12-29
* Prospective Python 3 fix for r198150Alp Toker2013-12-29
* lit: Incremental test schedulingAlp Toker2013-12-29
* Tweak lit/TestingConfig.py Py3-compatible. has_key is dead.NAKAMURA Takumi2013-12-17
* lit: multiprocessing platform fix attemptAlp Toker2013-10-28
* Clarify the comment about BSD versions in r193465Alp Toker2013-10-27
* self.path may be empty or otherwise miss the normal system directories,Joerg Sonnenberger2013-10-26
* lit: Issue a note when multiprocessing fails to loadAlp Toker2013-10-26
* Fix a referenced before assignment in r193463Alp Toker2013-10-26
* lit: handle late multiprocessing errors gracefullyAlp Toker2013-10-26
* Attempt to fix the FreeBSD build, disable multiprocessingAlp Toker2013-10-26
* Try to fix the openbsd bot.Rafael Espindola2013-10-25
* Actually switch the default to use multiprocessingRafael Espindola2013-10-23
* [lit] Stop hacking the GIL check interval.Daniel Dunbar2013-10-23
* [lit] Use multiprocessing based parallelism by default, on Unix.Daniel Dunbar2013-10-23
* Lit: LIT_PRESERVES_TMP should be aware of TMPDIR, too.NAKAMURA Takumi2013-10-17
* Lit: Introduce an environment variable, $LIT_PRESERVES_TMP, to preserve TMP (...NAKAMURA Takumi2013-10-17
* [lit] Add an --output option, for writing results in a machine readable form.Daniel Dunbar2013-09-14
* [lit] Add support for attach arbitrary metrics to test results.Daniel Dunbar2013-09-11
* [lit] Allow config files to pass arbitrary values to child configs.Daniel Dunbar2013-09-03
* [lit] [tests] Add missing test input file.Daniel Dunbar2013-08-29
* [lit] Fix internal shell's argv[0] handling.Daniel Dunbar2013-08-29
* [lit] Add support for multiprocessing, under --use-processes for now.Daniel Dunbar2013-08-29
* [lit] Implement --max-time support by using provider cancel method.Daniel Dunbar2013-08-29
* [lit] Refactor test execution logic into lit.run.Run.Daniel Dunbar2013-08-29
* [lit] Put display lock inside the ThreadResultsConsumer.Daniel Dunbar2013-08-29
* [lit] Factor out a results consumer interface for test execution.Daniel Dunbar2013-08-29
* [lit] Move top-level execute code into Run object.Daniel Dunbar2013-08-29
* [lit] Factor out Run class to capture configuration + discovered tests.Daniel Dunbar2013-08-29
* [lit] Change lit.Test.ResultCode to be unique across pickling.Daniel Dunbar2013-08-29
* [lit] Add a TODO.Daniel Dunbar2013-08-29
* [lit] Update shtest format to return lit.Test.Result objects.Daniel Dunbar2013-08-29
* [lit] Update LitTestCase to support lit.Test.Result.Daniel Dunbar2013-08-29
* [lit] Fix a couple lingering Py3 compat issues in ProgressBar.Daniel Dunbar2013-08-21
* [lit] Lift XFAIL handling to core infrastructure.Daniel Dunbar2013-08-21
* [lit] Allow formats to return lit.Test.Result instances directly.Daniel Dunbar2013-08-21
* [lit] Factor out a separate Test.Result() object.Daniel Dunbar2013-08-21
* [lit] Simplify --time-tests code.Daniel Dunbar2013-08-21
* [lit] Extract TestFormat base class, for future use.Daniel Dunbar2013-08-21
* [lit] Rewrite TODO list, and elaborate on some things.Daniel Dunbar2013-08-16
* [lit] Remove some done TODOs.Daniel Dunbar2013-08-15
* [lit] Add test coverage of gtest format.Daniel Dunbar2013-08-14