about summary refs log tree commit diff
path: root/tests/crashes
AgeCommit message (Collapse)AuthorLines
2024-04-14update README and add COMPILETEST_VERBOSE_CRASHES env var which when set ↵Matthias Krüger-1/+4
print stdout, stderr and exit code of "crashes" tests, useful for debugging or adding new tests
2024-04-14crashes: fix ice detection which did not trigger if code compiled without ↵Matthias Krüger-1/+14
error by accident
2024-04-14tests/crashes: add ICEs from matthiaskrgr/glacier2Matthias Krüger-39/+2620
2024-04-14add .rs crashes from https://github.com/rust-lang/glacierMatthias Krüger-1/+664
2024-04-14tidy: add tidy check agains \.rs files inside tests/crashes that are missing ↵Matthias Krüger-4/+0
"//@ known-bug: "
2024-04-14crashes: add another test showing that everything works fine when we need ↵Matthias Krüger-1/+28
compile-flags to repro an ice and add README
2024-04-14bootstrap/compiletest: implement "crashes" tests that fail if no ice is ↵Matthias Krüger-0/+1
reproduced
2024-04-14add initial ice as testMatthias Krüger-0/+4