summaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide/lit.rst
AgeCommit message (Expand)Author
2025-10-24[llvm][docs] Correct description of %t lit substitution (#164397)David Spickett
2025-10-20[LLVM][Docs] Remove Stray %T SubstitutionAiden Grossman
2025-09-26[lit] Remove support for %TAiden Grossman
2025-09-19[lit] Add readfile substitutionAiden Grossman
2025-08-18Reland "[Utils] Add new --update-tests flag to llvm-lit" (#153821)Henrik G. Olsson
2025-07-31[lit] Optionally exclude xfail tests (#151191)Mircea Trofin
2025-06-06[lit] show retry attempts (#142413)Konrad Kleine
2025-06-04[docs] don't use "=" in lit options with arguments (#142340)Konrad Kleine
2025-05-31[lit] add --max-retries-per-test execution option (#141851)Konrad Kleine
2025-04-28Clarify `lit`'s definition of failure and conditions when it exits with exit ...i-ky
2025-03-24Reapply "lit: Move RUN at line comment after the command."Peter Collingbourne
2025-03-24Revert "lit: Move RUN at line comment after the command."Peter Collingbourne
2025-03-24lit: Move RUN at line comment after the command.Peter Collingbourne
2024-11-13[lit] Add --report-failures-only option for lit test reports (#115439)Rakshit Patel
2024-10-29[llvm][docs] Update list of llvm-lit optionsDavid Spickett
2024-10-03[LIT] Rename substitution `%basename_s` to `%{s:basename}` (#111062)Rahul Joshi
2024-10-03[LIT] Add support for `%basename_s` to get base name of source file (#110993)Rahul Joshi
2024-10-01Revert "[Utils] Add new --update-tests flag to llvm-lit" (#110772)Henrik G. Olsson
2024-10-01[Utils] Add new --update-tests flag to llvm-lit (#108425)Henrik G. Olsson
2024-07-20[lit] Add a flag to disable lit time tests (#98270)Vincent Lee
2024-06-11[llvm][lit] Add tsan feature when enabled (#94573)Keith Smiley
2023-09-19[lit] Improve test output from lit's internal shellJoel E. Denny
2023-09-19[lit] Drop "Script:", make -v and -a imply -vvJoel E. Denny
2023-09-07Revert "[lit] Drop "Script:", make -v and -a imply -vv"Joel E. Denny
2023-08-29[lit] Drop "Script:", make -v and -a imply -vvJoel E. Denny
2023-08-01[lit][clang] Avoid realpath on Windows due to MAX_PATH limitationsSaleem Abdulrasool
2023-07-26[LIT] Added an option to llvm-lit to emit the necessary test coverage data, d...Shivam Gupta
2023-07-21Revert "[LIT] Added an option to llvm-lit to emit the necessary test coverage...Shivam Gupta
2023-07-21[LIT] Added an option to llvm-lit to emit the necessary test coverage data, d...Shivam Gupta
2023-07-17[lit] Remove the --no-indirectly-run-check optionLouis Dionne
2023-02-09[Docs] Clarify behavior of llvm-lit -vvJay Foad
2022-09-21[lit] Implement DEFINE and REDEFINE directivesJoel E. Denny
2022-08-29[docs] Expand lit documentation on response filesPetr Hosek
2022-08-24[lit] Support reading arguments from a filePetr Hosek
2022-03-14[test] Add lit helper for windows pathsKeith Smiley
2021-08-27[llvm] [lit] Support forcing lexical test orderMichał Górny
2021-07-16[lit] Add --xfail-not/LIT_XFAIL_NOTJoel E. Denny
2021-07-01[lit] Extend --xfail/LIT_XFAIL to take full test nameJoel E. Denny
2021-03-16[lit] Sort test start times based on prior test timing dataDavid Zarzycki
2021-02-24[lit] Add --ignore-failJoel E. Denny
2021-02-20[lit] Add --xfail and --filter-out (inverse of --filter)David Zarzycki
2021-02-17[lit] Add "early_tests" config optionDavid Zarzycki
2021-02-17Add lit config for dir with standalone testsThomas Preud'homme
2020-08-06fix doc typo to cycle botsNico Weber
2020-07-28[docs] [lit] Add a more helpful description for lit.py's -s flag.Varun Gandhi
2020-06-27[LIT] Correcting max-failures option in lit documentation.Mike Edwards
2020-06-06[LIT] NFC adding max-failures option to lit documentation.Mike Edwards
2020-04-25[docs] Fix :option: linksJon Roelofs
2020-04-22[docs] Fix :option: linksJon Roelofs
2020-04-22[docs] Document lit's --timeout=N flagJon Roelofs