Revert r256277 and r256279.
[oota-llvm.git] / utils / lit /
2015-11-19 Dan Liew[lit] Fix bug when using Python3 where a failing test...
2015-11-13 Dan Liew[lit] Improve error message when lit fails to executabl...
2015-11-13 Dan Liew[lit] Fix bug where ``lit.util.which()`` would return...
2015-11-11 Matthias Braunlit: Show all output with --show-all, even in combinati...
2015-11-02 Matthias Braunlit: Add '-a' option to display commands+output of...
2015-10-28 Matthias Braunlit/TestRunner.py: Factor variable subsitution into...
2015-10-28 Matthias Braunlit/TestRunner.py: Factor out Substitution construction...
2015-10-28 Matthias Braunlit/TestRunner.py: Get execdir from test.getExecPath...
2015-10-28 Matthias Braunlit/TestRunner.py: Make parseIntegratedTestScriptComman...
2015-10-15 NAKAMURA TakumiLit: Rework r249161; Move RLIMIT_NPROC to main.py.
2015-10-02 Hal Finkel[lit] Raise the default soft process limit when possible
2015-09-04 Evgeniy StepanovFix passed env var name in lit for Android tests.
2015-09-02 Reid Kleckner[lit] Add basic flaky test retry functionality
2015-08-31 Reid KlecknerRevert "[lit] Speculatively fix PR24554 by manually...
2015-08-28 Peter Collingbournelit: Match UNSUPPORTED against target triple as we...
2015-08-25 Reid Kleckner[lit] Speculatively fix PR24554 by manually closing...
2015-07-22 Reid Kleckner[lit] Fix launching executables relative to the cwd...
2015-07-21 Eric Fiselier[LIT] Fix discovery.py test once again
2015-07-20 Reid Kleckner[lit] Implement 'env' in the internal shell
2015-07-19 Eric Fiselier[LIT] Allow for executeCommand to take the stdin input.
2015-06-23 Evgeniy StepanovPass 2 more variables to lit tests.
2015-06-13 Eric Fiselier[LIT] Fix failing LIT tests
2015-06-01 Arnold Schwaighoferlit: Allow configurations to restrict the set of tests...
2015-05-04 Matthias BraunLit: Allow overriding llvm tool paths+arguments, make...
2015-04-07 Reid Kleckner[lit] Allow disabling an entire gtest suite, as is...
2015-04-06 Reid Kleckner[lit] Skip gtest names starting with DISABLED_
2015-04-06 Reid Kleckner[lit] Fix running gtest type-parameterized tests on...
2015-03-02 Reid Klecknerlit: Add 'cd' support to the internal shell and port...
2015-02-04 Reid KlecknerDon't warn or note if bash is missing
2015-02-01 Sylvestre LedruFix some bashims. More information on https://wiki...
2015-01-21 Eric Fiselier[lit] Format JSONMetricValue strings better.
2015-01-14 Rafael EspindolaDon't set LD_PRELOAD to ''. It doesn't work on OpenBSD.
2015-01-12 Eric Fiselier[LIT] Remove string decoding in gtest discovery code...
2015-01-12 Eric Fiselier[LIT] Decode string result in lit.util.capture
2014-12-23 Rafael EspindolaPass LSAN_OPTIONS down so that it is possible to add...
2014-12-20 Eric FiselierSplit executeShTest into two parts so that it can be...
2014-12-19 Eric Fiselier[LIT] Add JSONMetricValue type to wrap types supported...
2014-12-12 Rafael EspindolaNow that we require a newer python, use the new excepti...
2014-12-12 Rafael EspindolaRequire python 2.7.
2014-12-10 Eric Fiselier[LIT] Add support for `UNSUPPORTED` tag to `TestRunner...
2014-12-08 David Majnemerlit: Don't use python 2.6 features
2014-12-06 Chris MatthewsFix for xunit output to work around issue in Jenkins...
2014-12-06 Chris MatthewsFix corner cases in lit xunit for paths with dots
2014-12-03 Chris MatthewsAdd a test-case for lit xunit output
2014-12-03 Chris MatthewsDon't allow test-suite names with . in them in xml...
2014-12-02 Chris MatthewsGive lit a --xunit-xml-output option for saving results...
2014-11-03 Rafael EspindolaHandle ASAN_OPTIONS and UBSAN_OPTIONS in TestingConfig.py
2014-11-03 Rafael Espindolarefactor duplicated code. NFC.
2014-11-03 Rafael Espindola[lit] Forward LD_PRELOAD to tests.
2014-10-22 Daniel Dunbar[lit] Fix Python-3 compatibility, patch by Dan Liew.
2014-10-22 Daniel Dunbar[lit] Bump version number.
2014-10-22 Daniel DunbarFix ShTest parsing error when a keyword line doesn...
2014-10-20 Dan LiewTeach Lit to catch OSError exceptions when creating...
2014-10-16 Peter CollingbourneInitial version of Go bindings.
2014-09-12 Jordan Rose[lit] Parse all strings as UTF-8 rather than ASCII.
2014-08-16 Eric Fiselier[LIT] Move display of unsupported and xfail tests to...
2014-08-02 Eric Fiselier[lit] Add --show-xfail flag to LIT.
2014-07-17 Eric Fiselier[lit] Add --show-unsupported flag to LIT
2014-06-17 Hans Wennborglit: simplify population of the actual_inputs array
2014-06-16 Hans WennborgRevert "lit: warn when passed invalid pathname" (r210597)
2014-06-10 Hans Wennborglit: warn when passed invalid pathname
2014-06-10 Alexander PotapenkoAdd detection of OS X relocatable SDK to compiler-rt...
2014-04-12 Joerg SonnenbergerFix test syntax to work with non-bash /bin/sh.
2014-03-11 Daniel Dunbar[lit] Fix non-function style print statement.
2014-03-10 Daniel Dunbar[lit] Bump dev version number.
2014-03-10 Daniel Dunbar[lit] Add a README.txt.
2014-03-10 Daniel Dunbar[lit] Add --version option.
2014-01-11 Alp Tokerlit: Provide source locations in cfg files with older...
2014-01-11 Alp Tokerlit: execfile() isn't present in Python 3.3
2014-01-08 Alp Tokerlit: Provide file location in cfg error messages
2013-12-29 Alp TokerPython compatibility fix for r198150
2013-12-29 Alp TokerProspective Python 3 fix for r198150
2013-12-29 Alp Tokerlit: Incremental test scheduling
2013-12-17 NAKAMURA TakumiTweak lit/TestingConfig.py Py3-compatible. has_key...
2013-10-28 Alp Tokerlit: multiprocessing platform fix attempt
2013-10-27 Alp TokerClarify the comment about BSD versions in r193465
2013-10-26 Joerg Sonnenbergerself.path may be empty or otherwise miss the normal...
2013-10-26 Alp Tokerlit: Issue a note when multiprocessing fails to load
2013-10-26 Alp TokerFix a referenced before assignment in r193463
2013-10-26 Alp Tokerlit: handle late multiprocessing errors gracefully
2013-10-26 Alp TokerAttempt to fix the FreeBSD build, disable multiprocessing
2013-10-25 Rafael EspindolaTry to fix the openbsd bot.
2013-10-23 Rafael EspindolaActually switch the default to use multiprocessing
2013-10-23 Daniel Dunbar[lit] Stop hacking the GIL check interval.
2013-10-23 Daniel Dunbar[lit] Use multiprocessing based parallelism by default...
2013-10-17 NAKAMURA TakumiLit: LIT_PRESERVES_TMP should be aware of TMPDIR, too.
2013-10-17 NAKAMURA TakumiLit: Introduce an environment variable, $LIT_PRESERVES_...
2013-09-14 Daniel Dunbar[lit] Add an --output option, for writing results in...
2013-09-11 Daniel Dunbar[lit] Add support for attach arbitrary metrics to test...
2013-09-03 Daniel Dunbar[lit] Allow config files to pass arbitrary values to...
2013-08-29 Daniel Dunbar[lit] [tests] Add missing test input file.
2013-08-29 Daniel Dunbar[lit] Fix internal shell's argv[0] handling.
2013-08-29 Daniel Dunbar[lit] Add support for multiprocessing, under --use...
2013-08-29 Daniel Dunbar[lit] Implement --max-time support by using provider...
2013-08-29 Daniel Dunbar[lit] Refactor test execution logic into lit.run.Run.
2013-08-29 Daniel Dunbar[lit] Put display lock inside the ThreadResultsConsumer.
2013-08-29 Daniel Dunbar[lit] Factor out a results consumer interface for test...
2013-08-29 Daniel Dunbar[lit] Move top-level execute code into Run object.
2013-08-29 Daniel Dunbar[lit] Factor out Run class to capture configuration...
2013-08-29 Daniel Dunbar[lit] Change lit.Test.ResultCode to be unique across...
next