Skip to content

Commit 03e9867

Browse files
committed
crashes: add README
1 parent 9271e41 commit 03e9867

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tests/crashes/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
This is serves as a collection of crashes so that accidental ICE fixes are tracked.
2+
This was formally done at https://github.com/rust-lang/glacier but doing it inside
3+
the rustc testsuite is more convenient.
4+
5+
It is imperative that a test in the suite causes an internal compiler error/panic
6+
or makes rustc crash in some other way.
7+
Accepted exit codes are: 101 (may be expanded later)
8+
9+
When adding crashes from https://github.com/rust-lang/rust/issues, the
10+
issue number should be noted in the file name (12345.rs should suffice).
11+
12+
If you happen to fix one of the crashes, please move it to `tests/ui`! :)
13+

0 commit comments

Comments
 (0)