summaryrefslogtreecommitdiff
path: root/llvm/utils/lit
AgeCommit message (Expand)Author
2025-11-21[NFC][LLDB] Make it possible to detect if the compiler used in tests supports...Dan Liew
2025-11-19[lit] Add LIT_CURRENT_TESTCASE environment variable when running tests (#168762)Andrew Haberlandt
2025-11-14[utils] don't warn when setting rlimit fails on Solaris (#167921)Henrik G. Olsson
2025-11-13[utils] support both files originating from split-file in DiffUpdater (#166679)Henrik G. Olsson
2025-11-13[utils] remove flakiness in verbosity.py test case (#167801)Henrik G. Olsson
2025-11-12[utils] revamp options controlling lit's output (#167192)Henrik G. Olsson
2025-11-04[LIT][Cygwin] Mark `ulimit -f` unsupported for Cygwin (#165849)Tomohiro Kashiwada
2025-11-04[LIT] replace `lit.util.mkdir` with `pathlib.Path.mkdir` (#163948)Tomohiro Kashiwada
2025-10-31[llvm][clang] Remove handling of Python2 ConfigParser module name (#163727)David Spickett
2025-10-31[lit] Mark ulimit test as unsupported on SolarisAiden Grossman
2025-10-30[lit] Expand late substitutions before running builtinsAiden Grossman
2025-10-30[lit] Move ulimit_unlimited.txt test to non Darwin testsAiden Grossman
2025-10-30[lit] Add support for setting limits to unlimitedAiden Grossman
2025-10-30[lit] Remove setting stack size in ulimit_okay.txtAiden Grossman
2025-10-30Reapply "[lit] Support more ulimit options"Aiden Grossman
2025-10-28[lit] Fix to make "RUN: env PATH=..." work as intended (#165308)Björn Pettersson
2025-10-27Revert "[lit] Support more ulimit options"Aiden Grossman
2025-10-27[lit] Support more ulimit optionsAiden Grossman
2025-10-23[LIT][Cygwin] Mark `ulimit -n` unsupported for Cygwin (#164604)Tomohiro Kashiwada
2025-10-22[lit] Update shtest-ulimit.py to explicitly check default limits (#164678)Aiden Grossman
2025-10-21[lit] Ensure ulimit does not persist across tests (#164485)Aiden Grossman
2025-10-20[Unittest][Cygwin] Set $PATH when running unittests (#163947)Tomohiro Kashiwada
2025-10-12[lit] Fix the missing comma in LIT config (#162998)Kunqiu Chen
2025-10-09[lit][test] Relax time regex in xunit failure testDavid Spickett
2025-09-26[lit] Remove support for %TAiden Grossman
2025-09-26[lit] Remove %T from testsAiden Grossman
2025-09-24[lit] Allow retries for readfile tests (#160600)Aiden Grossman
2025-09-24[lit] [test] Fix the shtest-readfile test on Python 3.13 on Windows (#160503)Martin Storsjö
2025-09-24[AIX] Fix AIX failures due to switch to internal shell (#160566)Mark Danial
2025-09-19[lit] Add support for deleting symlinks to directories without -rAiden Grossman
2025-09-19[lit] Make builtin cat work with stdinAiden Grossman
2025-09-19[lit] Add support for readfile to external shellAiden Grossman
2025-09-19[lit] Add readfile substitutionAiden Grossman
2025-09-14[lit] Mark shtest-ulimit.py unsupported on SolarisAiden Grossman
2025-09-14[lit] Split Linux specific ulimit tests (#158390)Aiden Grossman
2025-09-12Reapply "[lit] Implement ulimit builtin"Aiden Grossman
2025-09-12[lit] Add missing split-file dependencyAiden Grossman
2025-09-12Revert "[lit] Implement ulimit builtin"Aiden Grossman
2025-09-12[lit] Implement ulimit builtinAiden Grossman
2025-09-12Fix test on Windows by telling diff to ignore Windows-specific line endings. ...dyung
2025-09-12[Utils] fix diff_test_updater on Windows (#158235)Henrik G. Olsson
2025-09-11[lit] Remove Python 2 string support (#157979)Aiden Grossman
2025-09-11[clang] Remove shell requirements from testsAiden Grossman
2025-09-11[Utils] Compare true file locations instead of string paths (#158160)Henrik G. Olsson
2025-09-11[Utils] Add support for split-file to diff_test_updater (#157765)Henrik G. Olsson
2025-09-11[lit] Remove StringIO importsAiden Grossman
2025-09-08[lit] Remove python 2.7 code paths in builtin diffAiden Grossman
2025-09-09[Utils] Ensure that empty.txt is always empty (#157576)Henrik G. Olsson
2025-09-08[Utils] Adds support for diff based tests to lit's --update-tests (#154147)Henrik G. Olsson
2025-09-07[lit] Move pipefail test into lit testsAiden Grossman