summaryrefslogtreecommitdiff
path: root/utils/lit/tests
AgeCommit message (Expand)Author
2017-09-16[lit] Fix the lit unit tests.Zachary Turner
2017-09-15Resubmit "[lit] Force site configs to run before source-tree configs"Zachary Turner
2017-09-15Revert "[lit] Force site configs to run before source-tree configs"Zachary Turner
2017-09-14[lit] Force site configs to be run before source-tree configsZachary Turner
2017-08-31[lit] Fix some issues with short paths in test discovery introduced in r312254Reid Kleckner
2017-08-23Make lit :: shtest-format.py supported on Windows againVictor Leschuk
2017-08-19Temporary mark lit :: shtest-format as unsupported on windowsVictor Leschuk
2017-08-18[lit] support unsetting env variables (again!)Ben Dunbobbin
2017-08-03Fix check-lit compatibility with multi-config CMake generatorsGreg Bedwell
2017-08-02Revert "[lit] Avoid copying llvm/utils/lit/tests/Inputs with lit site configs"Reid Kleckner
2017-07-31[lit] Avoid copying llvm/utils/lit/tests/Inputs with lit site configsReid Kleckner
2017-07-29lit::shtest-format.py: Make write-bad-encoding.py py3-aware.NAKAMURA Takumi
2017-07-28[lit] Use a %{python} substitution to avoid relying on python being on PATHReid Kleckner
2017-07-28[lit] Dump some FileCheck inputs to try to debug some failing testsReid Kleckner
2017-07-28[lit] Fix shtest-format external_shell failuresReid Kleckner
2017-07-28[lit] Port googletest lit tests to WindowsReid Kleckner
2017-07-27Un-revert "Teach the CMake build system to run lit's test suite. These can be...Brian Gesiak
2017-07-27[lit] Fix order of checks in shtest-shell.py testBrian Gesiak
2017-07-26[lit] Fix race between shtest-shell and max-failures testsReid Kleckner
2017-07-26[lit] Fix shtest-shell and max-failures lit tests on WindowsReid Kleckner
2017-07-26[lit] Fix shtest-output-printing.py on Windows by matching either / or \\Reid Kleckner
2017-07-26[lit] Fix discovery.py on Windows by matching backslashes when necessaryReid Kleckner
2017-07-26[lit] Un-XFAIL selecting.py test on WindowsReid Kleckner
2017-07-26Un-XFAIL some internal lit tests on Windows, they pass for me locallyReid Kleckner
2017-07-26Fix LIT test breakageGeorge Karpenkov
2017-07-26[lit] Mark several of lit's tests XFAIL on WindowsBrian Gesiak
2017-07-07[lit] Modify LIT to accept environment variable LIT_FILTER to select tests.George Karpenkov
2017-04-06[lit] Implement timeouts and max_time for process pool testingReid Kleckner
2017-03-22lit: remove python2-ismsBrian Gesiak
2017-01-25Reinstate "r292904 - [lit] Allow boolean expressions in REQUIRES and XFAILGreg Parker
2017-01-24Revert "r292904 - [lit] Allow boolean expressions in REQUIRES and XFAILAlex Lorenz
2017-01-24[lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTEDGreg Parker
2017-01-24Revert "[lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTED"Greg Parker
2017-01-24[lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTEDGreg Parker
2017-01-18[lit] Support sharding testsuites, for parallel execution.Graydon Hoare
2016-12-05[lit] Support custom parsers in parseIntegratedTestScriptEric Fiselier
2016-10-12[lit] Fix test shtest-timeout.py for modern outputMichal Gorny
2016-10-12[lit] Run unit tests as part of lit test suiteBrian Gesiak
2016-10-03[lit] Use argparse instead of optparseChris Bieneman
2016-10-03[lit] Remove unused imports (NFC)Chris Bieneman
2016-09-26[lit] Add a --max-failures option.Daniel Dunbar
2016-06-07[lit] Improve logging with file redirection.Daniel Dunbar
2016-06-02[lit] Improve readability of failing scripts.Daniel Dunbar
2016-06-02Add "REQUIRES-ANY" feature testEric Fiselier
2016-03-31[lit][googletest] Handle upstream gtest outputDaniel Dunbar
2016-01-09Revert "Teach the CMake build system to run lit's test suite. These can be run"Dan Liew
2016-01-08Teach the CMake build system to run lit's test suite. These can be runDan Liew
2015-12-27[lit] Implement support of per test timeout in lit.Dan Liew
2015-07-21[LIT] Fix discovery.py test once againEric Fiselier
2015-06-13[LIT] Fix failing LIT testsEric Fiselier