aboutsummaryrefslogtreecommitdiff
path: root/utils/lit
AgeCommit message (Expand)Author
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-12[lit] Raise the logic for enabling clang & lld substitutions to llvm.Zachary Turner
2017-10-10[lit] Only enable LSan on darwin when clang supports itFrancis Ricci
2017-10-06[lit] Improve tool substitution in lit.Zachary Turner
2017-10-06Run pyformat on lit code.Zachary Turner
2017-10-04[test] Fix append_path in the empty caseFrancis Ricci
2017-10-01[lit] Fix running lit tests in unconfigured source dirMichal Gorny
2017-09-29[test] Enable LeakSanitizer on 64-bit Darwin ASan llvm buildsFrancis Ricci
2017-09-21Resubmit "[lit] Refactor out some more common lit configuration code."Zachary Turner
2017-09-21Revert "[lit] Refactor out some more common lit configuration code."Zachary Turner
2017-09-21[lit] Refactor out some more common lit configuration code.Zachary Turner
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/Win] Check if a path was found before attempting to use it.David L. Jones
2017-09-21[lit] Make lit support config files with .py extension.Zachary Turner
2017-09-20[lit] Undo the patch to stop writing pyc files.Zachary Turner
2017-09-20[lit] Reverse path list when updating environment vars.Zachary Turner
2017-09-19Make lit stop writing pyc files.Zachary Turner
2017-09-18[lit] Use realpath when adding to the config map.Zachary Turner
2017-09-18Fix inverted regex search.Zachary Turner
2017-09-18[lit] Fix a Python 3 compatibility issue.Zachary Turner
2017-09-18[lit] Update clang and lld to use new config helpers.Zachary Turner
2017-09-16Try to fix some failing bots.Zachary Turner
2017-09-16Resubmit "Add a shared llvm.lit module that all test suites can use."Zachary Turner
2017-09-16[lit] Fix some Python 3 compatibility issues.Zachary Turner
2017-09-16[lit] Fix the lit unit tests.Zachary Turner
2017-09-16[lit] Add a single process mode.Zachary Turner
2017-09-16Revert lit changes related to lit.llvm module.Zachary Turner
2017-09-16[lit] Fix another Python 3 error.Zachary Turner
2017-09-16[lit] Better check for integral value.Zachary Turner
2017-09-16Resubmit "[lit] Add a lit.llvm module that all llvm projects can use"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-15[lit] Revert "Add a lit.llvm module that all llvm projects can use"Zachary Turner
2017-09-15[lit] Remove some code that I forgot to remove.Zachary Turner
2017-09-15[lit] Add a lit.llvm module that all test suites can use.Zachary Turner
2017-09-14[lit] Fix some windows line endings that snuck in.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-31[lit] Make symlinks in test paths work a different wayReid Kleckner
2017-08-31Revert "[lit] Don't call realpath on the path used for test suite search"Reid Kleckner
2017-08-31[lit] Don't call realpath on the path used for test suite searchReid 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