summaryrefslogtreecommitdiff
path: root/llvm/utils/lit/tests
AgeCommit message (Expand)Author
2025-11-19[lit] Add LIT_CURRENT_TESTCASE environment variable when running tests (#168762)Andrew Haberlandt
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-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-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-11[Utils] Add support for split-file to diff_test_updater (#157765)Henrik G. Olsson
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
2025-09-06[lit] Remove buildbot debug commandsAiden Grossman
2025-09-04[lit] Add support for env -i (#156939)Aiden Grossman
2025-09-03lit] Update internal shell lexer to remove escape on '$' only for double-quot...cmtice
2025-09-03[lit] Update internal shell lexer to handle LLDB persistent vars. (#156125)cmtice
2025-08-30[lit] Mark shtest-umask.py as unsupportedAiden Grossman
2025-08-29Reapply "[lit] Implement builtin umask (#94621)" (#155850)Aiden Grossman
2025-08-26Fix test added in #155148 work with Windows style path separators. (#155354)dyung
2025-08-25[Util] Make pass-test-update.py test case more resilient (NFC) (#155303)Henrik G. Olsson
2025-08-25[Util] Only run --update-tests functions on failing tests (#155148)Henrik G. Olsson
2025-08-21[llvm-lit] Second attempt to fix print-relative-path.pyBjorn Pettersson