about summary refs log tree commit diff
path: root/tests/crashes/README.md
AgeCommit message (Collapse)AuthorLines
2024-11-06add note not to re-report crashes from `crashes` testsMatthias Krüger-1/+3
2024-04-15crashes: readme: add reminder to add Fixes #abcde to prs to automatically ↵Matthias Krüger-0/+7
close issues.
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/+1
error by accident
2024-04-14crashes: add another test showing that everything works fine when we need ↵Matthias Krüger-0/+13
compile-flags to repro an ice and add README