@@ -72,7 +72,7 @@ The following test suites are available, with links for more information:
72
72
| [ ` mir-opt ` ] ( #mir-opt-tests ) | Check MIR generation and optimizations |
73
73
| [ ` coverage ` ] ( #coverage-tests ) | Check coverage instrumentation |
74
74
| [ ` coverage-run-rustdoc ` ] ( #coverage-tests ) | ` coverage ` tests that also run instrumented doctests |
75
- | [ ` crashes ` ] ( #crashes -tests ) | Check that the compiler ICEs/panics/crashes on certain inputs to catch accidental fixes |
75
+ | [ ` crashes ` ] ( #crash -tests ) | Check that the compiler ICEs/panics/crashes on certain inputs to catch accidental fixes |
76
76
77
77
### General purpose test suite
78
78
@@ -550,7 +550,7 @@ only running the main `coverage` suite.
550
550
[ `src/tools/coverage-dump` ] : https://github.com/rust-lang/rust/tree/master/src/tools/coverage-dump
551
551
[ `tests/coverage-run-rustdoc` ] : https://github.com/rust-lang/rust/tree/master/tests/coverage-run-rustdoc
552
552
553
- ### Crashes tests
553
+ ### Crash tests
554
554
555
555
[ ` tests/crashes ` ] serve as a collection of tests that are expected to cause the
556
556
compiler to ICE, panic or crash in some other way, so that accidental fixes are
@@ -573,13 +573,13 @@ recommended to include test cases from several issues in a single PR.
573
573
When you do so, each issue number should be noted in the file name (` 12345.rs `
574
574
should suffice) and also inside the file by means of a ` //@ known-bug: #12345 `
575
575
directive. Please [ label] [ labeling ] the relevant issues with ` S-bug-has-test `
576
- afterwards .
576
+ once your PR is merged .
577
577
578
578
If you happen to fix one of the crashes, please move it to a fitting
579
579
subdirectory in ` tests/ui ` and give it a meaningful name. Please add a doc
580
580
comment at the top of the file explaining why this test exists, even better if
581
581
you can briefly explain how the example causes rustc to crash previously and
582
- what was done to prevent rustc to ICE/ panic/ crash.
582
+ what was done to prevent rustc to ICE / panic / crash.
583
583
584
584
Adding
585
585
0 commit comments