diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-11-07 02:09:53 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-07 02:09:53 +0800 |
| commit | 4c7e92f76b80315eec27d22deb92ea2a30fe9d7b (patch) | |
| tree | 03a391583d019e0e55d3eaab6e337af79d0a5564 | |
| parent | d150498be496ebebc7d6e8f20848217bba04a68a (diff) | |
| parent | da5102c17252d6296eb71ffe1adcdfef583fd183 (diff) | |
| download | rust-4c7e92f76b80315eec27d22deb92ea2a30fe9d7b.tar.gz rust-4c7e92f76b80315eec27d22deb92ea2a30fe9d7b.zip | |
Rollup merge of #132700 - matthiaskrgr:plzno, r=fmease
add note not to re-report crashes from `crashes` tests for reasons... :sweat_smile: r? `@fmease`
| -rw-r--r-- | tests/crashes/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/crashes/README.md b/tests/crashes/README.md index 71ce9b2eca6..2dc81a115df 100644 --- a/tests/crashes/README.md +++ b/tests/crashes/README.md @@ -8,7 +8,7 @@ A test will "pass" if rustc exits with something other than 1 or 0. When adding crashes from https://github.com/rust-lang/rust/issues, the issue number should be noted in the file name (12345.rs should suffice) -and perhaps also inside the file via `//@ known-bug #4321` +and also inside the file via `//@ known-bug #4321` if possible. If you happen to fix one of the crashes, please move it to a fitting subdirectory in `tests/ui` and give it a meaningful name. @@ -21,3 +21,5 @@ to the description of your pull request will ensure the corresponding tickets will be closed automatically upon merge. The ticket ids can be found in the file name or the `known-bug` annotation inside the testfile. + +Please do not re-report any crashes that you find here! |
