File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/doc/rustc-dev-guide/src/tests Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,11 @@ related tests.
7070> //!
7171> //! Regression test for <https://github.com/rust-lang/rust/issues/123456>.
7272> ```
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.
7378
7479## Test organization
7580
@@ -194,3 +199,4 @@ See [LLVM FileCheck guide][FileCheck] for details.
194199[ compiletest directives ] : ./directives.md
195200[ `run-make` ] : ./compiletest.md#run-make-tests
196201[ 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