aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide/lit.rst
AgeCommit message (Expand)AuthorFilesLines
2025-06-06[lit] show retry attempts (#142413)Konrad Kleine1-0/+8
2025-06-04[docs] don't use "=" in lit options with arguments (#142340)Konrad Kleine1-14/+14
2025-05-31[lit] add --max-retries-per-test execution option (#141851)Konrad Kleine1-0/+13
2025-04-28Clarify `lit`'s definition of failure and conditions when it exits with exit ...i-ky1-5/+8
2025-03-24Reapply "lit: Move RUN at line comment after the command."Peter Collingbourne1-1/+1
2025-03-24Revert "lit: Move RUN at line comment after the command."Peter Collingbourne1-1/+1
2025-03-24lit: Move RUN at line comment after the command.Peter Collingbourne1-1/+1
2024-11-13[lit] Add --report-failures-only option for lit test reports (#115439)Rakshit Patel1-0/+4
2024-10-29[llvm][docs] Update list of llvm-lit optionsDavid Spickett1-49/+113
2024-10-03[LIT] Rename substitution `%basename_s` to `%{s:basename}` (#111062)Rahul Joshi1-2/+3
2024-10-03[LIT] Add support for `%basename_s` to get base name of source file (#110993)Rahul Joshi1-0/+1
2024-10-01Revert "[Utils] Add new --update-tests flag to llvm-lit" (#110772)Henrik G. Olsson1-5/+0
2024-10-01[Utils] Add new --update-tests flag to llvm-lit (#108425)Henrik G. Olsson1-0/+5
2024-07-20[lit] Add a flag to disable lit time tests (#98270)Vincent Lee1-0/+4
2024-06-11[llvm][lit] Add tsan feature when enabled (#94573)Keith Smiley1-0/+17
2023-09-19[lit] Improve test output from lit's internal shellJoel E. Denny1-4/+3
2023-09-19[lit] Drop "Script:", make -v and -a imply -vvJoel E. Denny1-10/+9
2023-09-07Revert "[lit] Drop "Script:", make -v and -a imply -vv"Joel E. Denny1-9/+10
2023-08-29[lit] Drop "Script:", make -v and -a imply -vvJoel E. Denny1-10/+9
2023-08-01[lit][clang] Avoid realpath on Windows due to MAX_PATH limitationsSaleem Abdulrasool1-0/+10
2023-07-26[LIT] Added an option to llvm-lit to emit the necessary test coverage data, d...Shivam Gupta1-0/+6
2023-07-21Revert "[LIT] Added an option to llvm-lit to emit the necessary test coverage...Shivam Gupta1-6/+0
2023-07-21[LIT] Added an option to llvm-lit to emit the necessary test coverage data, d...Shivam Gupta1-0/+6
2023-07-17[lit] Remove the --no-indirectly-run-check optionLouis Dionne1-8/+2
2023-02-09[Docs] Clarify behavior of llvm-lit -vvJay Foad1-1/+1
2022-09-21[lit] Implement DEFINE and REDEFINE directivesJoel E. Denny1-8/+0
2022-08-29[docs] Expand lit documentation on response filesPetr Hosek1-1/+4
2022-08-24[lit] Support reading arguments from a filePetr Hosek1-0/+3
2022-03-14[test] Add lit helper for windows pathsKeith Smiley1-0/+3
2021-08-27[llvm] [lit] Support forcing lexical test orderMichał Górny1-2/+17
2021-07-16[lit] Add --xfail-not/LIT_XFAIL_NOTJoel E. Denny1-0/+9
2021-07-01[lit] Extend --xfail/LIT_XFAIL to take full test nameJoel E. Denny1-0/+25
2021-03-16[lit] Sort test start times based on prior test timing dataDavid Zarzycki1-14/+13
2021-02-24[lit] Add --ignore-failJoel E. Denny1-0/+4
2021-02-20[lit] Add --xfail and --filter-out (inverse of --filter)David Zarzycki1-0/+15
2021-02-17[lit] Add "early_tests" config optionDavid Zarzycki1-0/+7
2021-02-17Add lit config for dir with standalone testsThomas Preud'homme1-0/+10
2020-08-06fix doc typo to cycle botsNico Weber1-1/+1
2020-07-28[docs] [lit] Add a more helpful description for lit.py's -s flag.Varun Gandhi1-0/+1
2020-06-27[LIT] Correcting max-failures option in lit documentation.Mike Edwards1-4/+3
2020-06-06[LIT] NFC adding max-failures option to lit documentation.Mike Edwards1-0/+7
2020-04-25[docs] Fix :option: linksJon Roelofs1-2/+2
2020-04-22[docs] Fix :option: linksJon Roelofs1-2/+2
2020-04-22[docs] Document lit's --timeout=N flagJon Roelofs1-4/+12
2020-04-06[lit] Move the recursiveExpansionLimit setting to TestingConfigLouis Dionne1-4/+4
2020-03-27[lit] Recursively expand substitutionsLouis Dionne1-4/+13
2020-03-24[lit] NFC: Document missing result codesLouis Dionne1-1/+11
2020-01-22[llvm] NFC: fix trivial typos in documentsKazuaki Ishizaki1-1/+1
2019-12-04[lit] Document the undocumented pre-defined substitutionsDaniel Sanders1-11/+32
2019-10-10[lit] Bring back `--threads` option aliasJulian Lettner1-1/+1