about summary refs log tree commit diff
path: root/src/test/mir-opt/README.md
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-51/+0
2022-08-09Mention `unit-test` in MIR opt test READMEJakob Degen-0/+12
2020-04-07Remove old mir-opt test format.Ana-Maria Mihalache-80/+2
2020-03-26Enable `--bless`ing of MIR dumpsOliver Scherer-1/+41
2018-02-17fix more typos found by codespell.Matthias Krüger-1/+1
2017-10-09Update README and tests for new infrastructureChristopher Vittal-9/+24
2017-07-30Add tests for emitting validation statementsRalf Jung-9/+2
2017-06-12Leverage mir-opt to encode tests for `EndRegion`.Felix S. Klock II-1/+26
The tests use `-Z identify_regions` so one can eyeball output for sanity. The tests with closures use `-Z span_free_formats` so that host-specific paths do not get embedded into the dumped MIR. The tests check against MIR dump output immediately prior to borrowck (determined by hand to be the dump from after the "qualify-consts" pass) since that is when `EndRegion` will be most relevant in the near term.
2016-07-20add mir optimization tests, dump-mir-dir optionScott A Carr-0/+44