summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert "[lit] Temporarily disable shtest-timeout.py on darwin"Dan Liew2018-03-281-4/+1
* [lit] Remove a timing senstive part of `shtest-timeout.py`Dan Liew2018-03-282-52/+2
* Revert "Revert "[lit] Generalized /dev/null support on Windows.""Mircea Trofin2018-03-272-0/+28
* [lit] Temporarily disable shtest-timeout.py on darwinJan Korous2018-03-271-1/+4
* Revert "[lit] Generalized /dev/null support on Windows."Mircea Trofin2018-03-262-28/+0
* [lit] Generalized /dev/null support on Windows.Mircea Trofin2018-03-262-0/+28
* [lit] Implement 'cat' command for internal shellReid Kleckner2018-03-266-2/+107
* [lit] - Allow 1 test to report multiple micro-test results to provide support...Brian Homerding2018-03-135-0/+150
* Losen time contraint to accommodate system loadsLei Huang2018-02-281-1/+1
* [lit] Implement "-r" option for builtin "diff" command + a test using that.Max Moroz2018-01-0910-2/+132
* [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands i...Ying Yi2017-12-0118-2/+279
* Make check-lit tests respect LLVM_LIT_TOOLS_DIRGreg Bedwell2017-11-293-5/+9
* Reverted rL318911 since it broke the sanitizer-windows.Ying Yi2017-11-2318-273/+2
* [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands i...Ying Yi2017-11-2318-2/+273
* Revert "lit.py: Add new %{shared_output(LABEL)} substitution"Jordan Rose2017-10-145-25/+0
* lit.py: Give up and disable the new shared-output.py test on WindowsJordan Rose2017-10-141-0/+3
* lit.py: Previous test fix was a red herring; backslashes are escapesJordan Rose2017-10-141-1/+1
* lit.py: Fix new test harder for systems that don't use / as os.path.sepJordan Rose2017-10-141-1/+1
* lit.py: Fix new test for systems that don't use / as os.path.sepJordan Rose2017-10-131-1/+1
* lit.py: Add new %{shared_output(LABEL)} substitutionJordan Rose2017-10-135-0/+22
* [lit] Fix running lit tests in unconfigured source dirMichal Gorny2017-10-011-1/+1
* [lit] Actually do normalize the case of files in the config map.Zachary Turner2017-09-212-2/+4
* [lit] Don't norm case when inserting into the config map.Zachary Turner2017-09-213-3/+3
* [lit] Add a test for the builtin config map.Zachary Turner2017-09-217-0/+46
* [lit] Make lit support config files with .py extension.Zachary Turner2017-09-212-0/+33
* [lit] Fix the lit unit tests.Zachary Turner2017-09-161-0/+1
* Resubmit "[lit] Force site configs to run before source-tree configs"Zachary Turner2017-09-151-3/+2
* Revert "[lit] Force site configs to run before source-tree configs"Zachary Turner2017-09-151-2/+3
* [lit] Force site configs to be run before source-tree configsZachary Turner2017-09-141-3/+2
* [lit] Fix some issues with short paths in test discovery introduced in r312254Reid Kleckner2017-08-311-0/+7
* Make lit :: shtest-format.py supported on Windows againVictor Leschuk2017-08-231-1/+0
* Temporary mark lit :: shtest-format as unsupported on windowsVictor Leschuk2017-08-191-0/+1
* [lit] support unsetting env variables (again!)Ben Dunbobbin2017-08-186-0/+76
* Fix check-lit compatibility with multi-config CMake generatorsGreg Bedwell2017-08-031-3/+14
* Revert "[lit] Avoid copying llvm/utils/lit/tests/Inputs with lit site configs"Reid Kleckner2017-08-023-30/+1
* [lit] Avoid copying llvm/utils/lit/tests/Inputs with lit site configsReid Kleckner2017-07-313-1/+30
* lit::shtest-format.py: Make write-bad-encoding.py py3-aware.NAKAMURA Takumi2017-07-291-1/+1
* [lit] Use a %{python} substitution to avoid relying on python being on PATHReid Kleckner2017-07-285-9/+7
* [lit] Dump some FileCheck inputs to try to debug some failing testsReid Kleckner2017-07-282-0/+6
* [lit] Fix shtest-format external_shell failuresReid Kleckner2017-07-283-4/+7
* [lit] Port googletest lit tests to WindowsReid Kleckner2017-07-286-22/+13
* Un-revert "Teach the CMake build system to run lit's test suite. These can be...Brian Gesiak2017-07-272-2/+24
* [lit] Fix order of checks in shtest-shell.py testBrian Gesiak2017-07-272-0/+10
* [lit] Fix race between shtest-shell and max-failures testsReid Kleckner2017-07-262-4/+10
* [lit] Fix shtest-shell and max-failures lit tests on WindowsReid Kleckner2017-07-267-16/+10
* [lit] Fix shtest-output-printing.py on Windows by matching either / or \\Reid Kleckner2017-07-261-4/+1
* [lit] Fix discovery.py on Windows by matching backslashes when necessaryReid Kleckner2017-07-261-22/+19
* [lit] Un-XFAIL selecting.py test on WindowsReid Kleckner2017-07-261-3/+0
* Un-XFAIL some internal lit tests on Windows, they pass for me locallyReid Kleckner2017-07-263-9/+0
* Fix LIT test breakageGeorge Karpenkov2017-07-261-1/+1
OpenPOWER on IntegriCloud