summaryrefslogtreecommitdiff
path: root/utils/lit/lit
AgeCommit message (Expand)Author
2017-11-19[LIT] Fix testing out-of-tree Clang buildsEric Fiselier
2017-11-17[lit] Try to improve Ctrl-C behavior on WindowsReid Kleckner
2017-11-17Fix an issue with llvm lit tool substitutions.Zachary Turner
2017-11-17Re-revert "Refactor debuginfo-tests"Zachary Turner
2017-11-16Resubmit "Refactor debuginfo-tests"Zachary Turner
2017-11-13Revert "Update test_debuginfo.pl script to point to new tree location."Zachary Turner
2017-11-10[debuginfo-tests] Make debuginfo-tests work in a standard configuration.Zachary Turner
2017-11-01Add system-linux to allow tests run with llvm-lit to restrict themselves to l...Jake Ehrlich
2017-10-17lit: Improve %: normalization.Peter Collingbourne
2017-10-14Revert "lit.py: Add new %{shared_output(LABEL)} substitution"Jordan 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-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] Reverse path list when updating environment vars.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