We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e53d1f + 7434026 commit ed551e4Copy full SHA for ed551e4
src/tests/best-practices.md
@@ -70,6 +70,11 @@ related tests.
70
> //!
71
> //! Regression test for <https://github.com/rust-lang/rust/issues/123456>.
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.
78
79
## Test organization
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
0 commit comments