aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/lit/tests
AgeCommit message (Expand)AuthorFilesLines
4 days[lit] Optionally exclude xfail tests (#151191)Mircea Trofin2-1/+29
2025-06-06[lit] show retry attempts (#142413)Konrad Kleine4-11/+15
2025-06-02[utils][tests] Adjust timeout-hang.py tolerances (#142089)Hubert Tong1-6/+15
2025-05-31[lit] add --max-retries-per-test execution option (#141851)Konrad Kleine9-0/+182
2025-05-06[lit] Fix lit hang on pool join when exception is thrown (#131881)David Garcia Orozco3-0/+35
2025-04-26[lit] Support GoogleTest test discovery through prefixes, too (#137423)Jon Roelofs3-0/+125
2025-04-02[LIT] Add a test for lit.Test.toMetricValue. NFCJon Roelofs4-4/+13
2025-03-24Reapply "lit: Move RUN at line comment after the command."Peter Collingbourne2-9/+9
2025-02-10[llvm][lit] Update regexes in Xunit test (#126527)David Spickett1-7/+7
2025-01-01[AIX] [lit] Fix shtest-format.py to account for behaviour on AIX (#121426)Mark Danial1-1/+1
2024-12-31[lit] Cope with more cat variants (#121376)Angus Lees1-1/+1
2024-11-13[lit] Add --report-failures-only option for lit test reports (#115439)Rakshit Patel1-0/+12
2024-10-21[llvm][llvm-lit] Add option to create unique result file names if results alr...David Spickett1-0/+22
2024-10-18Revert "Renormalize line endings whitespace only after dccebddb3b80"Luke Drummond1-3/+3
2024-10-18Revert "Finally formalise our defacto line-ending policy"Luke Drummond1-1/+0
2024-10-18Full path names are used in several unittests instead of the binary name. Fix...HighW4y2H3ll1-1/+1
2024-10-17Renormalize line endings whitespace only after dccebddb3b80Luke Drummond1-3/+3
2024-10-17Finally formalise our defacto line-ending policyLuke Drummond1-0/+1
2024-10-16[llvm][llvm-lit] Add total time for each testsuite in JUnit XML output (#112230)David Spickett2-2/+2
2024-10-03[LIT] Rename substitution `%basename_s` to `%{s:basename}` (#111062)Rahul Joshi1-3/+5
2024-10-03[LIT] Add support for `%basename_s` to get base name of source file (#110993)Rahul Joshi1-0/+5
2024-09-11Reland "[llvm-lit] Process ANSI color codes in test output when forma… (#10...Henrik G. Olsson4-0/+28
2024-09-10Revert "[llvm-lit] Process ANSI color codes in test output when formatting" (...Henrik G. Olsson4-28/+0
2024-09-10[llvm-lit] Process ANSI color codes in test output when formatting (#106776)Henrik G. Olsson4-0/+28
2024-09-04Reapply "[llvm-lit] Add precommit test to verify current behavior of glob exp...Harini09246-0/+28
2024-08-30Revert "[llvm-lit] Add precommit test to verify current behavior of glob expa...Harini09246-28/+0
2024-08-30[llvm-lit] Add precommit test to verify current behavior of glob expansion in...Harini09246-0/+28
2024-08-29[llvm-lit] Print environment variables when using env without subcommand (#98...Harini092427-224/+255
2024-08-26[llvm-lit][test] Resolved typo in raising InternalShellError for export comma...Connie Zhu3-0/+21
2024-08-22[lit] Fix substitutions containing backslashes (#103042)Martin Storsjö2-5/+9
2024-08-20[llvm-lit][test] Updated built-in cat command tests (#104473)Connie Zhu3-79/+68
2024-08-14[llvm-lit][test][NFC] Moved cat command tests into separate lit test file (#1...Connie9-113/+127
2024-07-22[lit][NFC] Avoid unintended -EMPTY suffix in check prefix (#99690)Paul Kirth1-3/+3
2024-07-20[lit] Add a flag to disable lit time tests (#98270)Vincent Lee3-0/+23
2024-07-09Revert "[lit] Implement builtin umask (#94621)"Jay Foad5-38/+0
2024-07-09[lit] Implement builtin umask (#94621)Jay Foad5-0/+38
2024-06-10[lit] Skip xunit test on Windows only (#94980)Jay Foad1-1/+1
2023-11-30[test] Fix expected line number in `TestRunner.py` (#73996)Stephan T. Lavavej1-1/+1
2023-11-30[libc++][test] `ADDITIONAL_COMPILE_FLAGS` should be a space-separated list (#...Stephan T. Lavavej2-0/+35
2023-10-22[LIT] Print discovered tests and percentages (#66057) (#69831)Madhur Amilkanthwar57-62/+73
2023-10-20[lit] Clean up internal shell parse errors with ScriptFatal (#68496)Joel E. Denny1-5/+13
2023-10-20Revert "[LIT] Print discovered tests and percentages (#66057)" (#69715)Madhur Amilkanthwar1-7/+0
2023-10-20[LIT] Print discovered tests and percentages (#66057)Madhur Amilkanthwar1-0/+7
2023-10-19[unittest] Refactoring the gtest sharding option. (#69537)Haowei1-1/+1
2023-10-17[unittest] Add option to allow disabling sharding in unittest (#67063)Haowei3-0/+152
2023-10-03[lit] Fix shell commands with newlines (#67898)Joel E. Denny7-3/+41
2023-09-19[lit] Apply aa71680f2948's fix to an additional testJoel E. Denny3-10/+14
2023-09-19[lit] Fix a test fail under windowsJoel E. Denny1-3/+10
2023-09-19[lit] Echo full RUN lines in case of external shells (#66408)Joel E. Denny6-7/+92
2023-09-19[lit] Improve test output from lit's internal shellJoel E. Denny30-738/+911