aboutsummaryrefslogtreecommitdiffstats
path: root/utils/lit
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-4/+16
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-13/+39
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-236-16/+18
* Pass LSAN_OPTIONS down so that it is possible to add suppressions.Rafael Espindola2015-01-081-1/+2
* Split executeShTest into two parts so that it can be better leveraged by libc++Eric Fiselier2015-01-081-13/+18
* [LIT] Add JSONMetricValue type to wrap types supported by the json encoder.Eric Fiselier2015-01-081-0/+36
* Now that we require a newer python, use the new exception syntax.Rafael Espindola2015-01-081-1/+1
* Require python 2.7.Rafael Espindola2015-01-081-2/+0
* [LIT] Add support for `UNSUPPORTED` tag to `TestRunner.parseIntegratedTestScr...Eric Fiselier2015-01-082-19/+29
* lit: Don't use python 2.6 featuresDavid Majnemer2015-01-081-1/+1
* Fix for xunit output to work around issue in Jenkins when tests are at the ro...Chris Matthews2015-01-081-1/+1
* Fix corner cases in lit xunit for paths with dotsChris Matthews2015-01-081-2/+9
* Add a test-case for lit xunit outputChris Matthews2015-01-081-0/+10
* Don't allow test-suite names with . in them in xml outputChris Matthews2015-01-082-6/+8
* Give lit a --xunit-xml-output option for saving results in xunit formatChris Matthews2015-01-082-7/+55
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-029-34/+67
* Update LLVM for rebase to r212749.Stephen Hines2014-07-212-3/+20
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-292-3/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-248-14/+65
* 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