summaryrefslogtreecommitdiff
path: root/utils/lit
AgeCommit message (Expand)Author
2017-12-05Disable detect_leaks in the ASanified build of LLVM when using Apple LLVM. Th...Kuba Mracek
2017-12-04[NFC][lit] Use proper semantic versioning names for variablesJonas Devlieghere
2017-12-01[lit] Don't enable LSan on Darwin for Apple clang 9.0.0Jonas Devlieghere
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-28lit: Bring back -Dtool=xxx feature lost in r313928Matthias Braun
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-11-21Re-revert "Refactor debuginfo-tests."Zachary Turner
2017-11-20Resubmit "Refactor debuginfo-tests" again.Zachary Turner
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-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