summaryrefslogtreecommitdiff
path: root/utils/lit/tests
AgeCommit message (Expand)Author
2017-12-01[lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands i...Ying Yi
2017-11-29Make check-lit tests respect LLVM_LIT_TOOLS_DIRGreg Bedwell
2017-11-23Reverted rL318911 since it broke the sanitizer-windows.Ying Yi
2017-11-23[lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands i...Ying Yi
2017-10-14Revert "lit.py: Add new %{shared_output(LABEL)} substitution"Jordan Rose
2017-10-14lit.py: Give up and disable the new shared-output.py test on WindowsJordan Rose
2017-10-14lit.py: Previous test fix was a red herring; backslashes are escapesJordan Rose
2017-10-14lit.py: Fix new test harder for systems that don't use / as os.path.sepJordan Rose
2017-10-13lit.py: Fix new test for systems that don't use / as os.path.sepJordan Rose
2017-10-13lit.py: Add new %{shared_output(LABEL)} substitutionJordan Rose
2017-10-01[lit] Fix running lit tests in unconfigured source dirMichal Gorny
2017-09-21[lit] Actually do normalize the case of files in the config map.Zachary Turner
2017-09-21[lit] Don't norm case when inserting into the config map.Zachary Turner
2017-09-21[lit] Add a test for the builtin config map.Zachary Turner
2017-09-21[lit] Make lit support config files with .py extension.Zachary Turner
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