File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,11 @@ related tests.
70
70
> //!
71
71
> //! Regression test for <https://github.com/rust-lang/rust/issues/123456>.
72
72
> ```
73
+ >
74
+ > One exception to this rule is [crashes tests]: there it is canonical that
75
+ > tests are named only after issue numbers because its purpose is to track
76
+ > snippets from which issues no longer ICE/crash, and they would either be
77
+ > removed or converted into proper ui/other tests in the fix PRs.
73
78
74
79
## Test organization
75
80
@@ -194,3 +199,4 @@ See [LLVM FileCheck guide][FileCheck] for details.
194
199
[ compiletest directives ] : ./directives.md
195
200
[ `run-make` ] : ./compiletest.md#run-make-tests
196
201
[ FileCheck ] : https://llvm.org/docs/CommandGuide/FileCheck.html
202
+ [ crashes tests ] : ./compiletest.md#crashes-tests
You can’t perform that action at this time.
0 commit comments