summaryrefslogtreecommitdiff
path: root/llvm/docs/TestingGuide.rst
AgeCommit message (Expand)Author
2025-01-24[llvm][Docs] Make it clear where lit test files live (#124121)David Spickett
2024-10-18Revert "Finally formalise our defacto line-ending policy"Luke Drummond
2024-10-17Finally formalise our defacto line-ending policyLuke Drummond
2024-08-22[lit] Fix substitutions containing backslashes (#103042)Martin Storsjö
2024-06-11[test] Fix documentation of %{fs-sep} et al (#95088)Jay Foad
2024-06-07Reland "[python] Bump Python minimum version to 3.8 (#78828)"Aiden Grossman
2024-05-08[utils] Add script to generate elaborated IR and assembly tests (#89026)Fangrui Song
2024-04-20Revert "Reland "[python] Bump Python minimum version to 3.8 (#78828)""Aiden Grossman
2024-04-20Reland "[python] Bump Python minimum version to 3.8 (#78828)"Aiden Grossman
2024-02-19Revert "[python] Bump Python minimum version to 3.8 (#78828)"Aiden Grossman
2024-02-19[python] Bump Python minimum version to 3.8 (#78828)Craig Hesling
2024-01-25[doc] Add special case for unsupported test (#78858)AdityaK
2023-08-01[lit][clang] Avoid realpath on Windows due to MAX_PATH limitationsSaleem Abdulrasool
2023-07-06[UTC] Add do-not-autogenerate capabilityPaul Robinson
2023-01-26[Docs] Add best practices for regression testsNikita Popov
2022-12-30[docs] TestingGuide.rst: Fix incorrect descriptionJie Fu
2022-12-21[docs] Update an examplePaul Robinson
2022-12-21[docs] Add tips on writing test constraintsPaul Robinson
2022-12-21[lit] Document the 'target=<triple>' featurePaul Robinson
2022-11-27[Docs] Mention to add RUN line before running script to generate assertionShivam Gupta
2022-09-21[lit] Implement DEFINE and REDEFINE directivesJoel E. Denny
2022-04-27[lit] Support %if ... %else syntax for RUN linesAndrew Savonichev
2022-03-14[test] Add lit helper for windows pathsKeith Smiley
2022-02-10[docs] Replace `opt -analyze` with better alternatives.Arthur Eubanks
2022-01-24[llvm][docs] Fix code-block in the testing guideDavid Spickett
2021-11-03[docs] Mention --leading-lines instead of --no-leading-linesFangrui Song
2021-11-03[Docs] Document scripts that are use to generate assertion in test casesShivam Gupta
2021-09-18llvm doc: remove the old reference to subversion and add a link to the GH rep...Sylvestre Ledru
2021-09-18Adjust the doc after the renaming of debuginfo-tests => cross-project-testsSylvestre Ledru
2021-08-19[docs] Document that psutil should be installed in non-user locationYaron Keren
2021-08-09Revert "Reapply "[lit] Have REQUIRES support the target triple""Paul Robinson
2021-08-09Reapply "[lit] Have REQUIRES support the target triple"Paul Robinson
2021-08-06Revert "[lit] Have REQUIRES support the target triple"Paul Robinson
2021-08-06[lit] Have REQUIRES support the target triplePaul Robinson
2021-06-30[lit] Add the ability to parse regexes in Lit boolean expressionsLouis Dionne
2021-06-28[RFC][debuginfo-test] Rename debug-info lit tests for general purposesJames Henderson
2021-03-30[Docs] Update googletest docs link.oToToT
2021-02-03[test] Use host platform specific error message substitution in lit tests - c...Abhina Sreeskantharajan
2021-01-29[test] Use host platform specific error message substitution in lit testsAbhina Sreeskantharajan
2020-12-21Update references to 'master' branch.Hafiz Abid Qadeer
2020-12-17Remove Python2 fallback and only advertise Python3 in the docserge-sans-paille
2020-08-03Add test utility 'split-file'Fangrui Song
2020-07-28Revert D83834 "Add test utility 'extract'"Fangrui Song
2020-07-23Add test utility 'extract'Fangrui Song
2020-07-15Document the testing of Analyses in the LLVM testing guide (NFC)Mehdi Amini
2020-03-24NFC: Fix typos in TestingGuide documentationLouis Dionne
2020-03-22Doc: Links should use httpsSylvestre Ledru
2020-01-22Change the googlemock linkSunil Singh
2019-11-21[FileCheck] Make FILECHECK_OPTS useful for its test suiteJoel E. Denny
2019-08-18[Docs] Test commitDeForest Richards