-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests are (uselessly) combining //~ERROR
with --error-format
#118752
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Comments
rustbot
added
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
labels
Dec 8, 2023
estebank
added
the
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
label
Dec 8, 2023
saethlin
removed
the
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
label
Dec 10, 2023
@rustbot claim |
@Rajveer100 apply the patch in the issue description using |
I do see a few tests failing, so I guess what's left is to just update the |
Rajveer100
added a commit
to Rajveer100/rust
that referenced
this issue
Dec 21, 2023
…ror-pattern` Resolves Issue rust-lang#118752
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Jan 3, 2024
…, r=davidtwco Switch from using `//~ERROR` annotations with `--error-format` to `error-pattern` Fixes rust-lang#118752 As noticed by `@jyn514` while working on a patch, tests failed due to `//~ERROR` annotations used in combination with the older `--error-format` which is now `error-pattern`.
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Jan 4, 2024
…, r=davidtwco Switch from using `//~ERROR` annotations with `--error-format` to `error-pattern` Fixes rust-lang#118752 As noticed by ``@jyn514`` while working on a patch, tests failed due to `//~ERROR` annotations used in combination with the older `--error-format` which is now `error-pattern`.
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jan 4, 2024
Rollup merge of rust-lang#119184 - Rajveer100:branch-for-issue-118752, r=davidtwco Switch from using `//~ERROR` annotations with `--error-format` to `error-pattern` Fixes rust-lang#118752 As noticed by ```@jyn514``` while working on a patch, tests failed due to `//~ERROR` annotations used in combination with the older `--error-format` which is now `error-pattern`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
with this patch applied:
i get 10 or so test failures:
the ERROR annotations in these tests are useless. either they should stop using
--error-format
or they should switch fromERROR
toerror-pattern
. several of the patterns involved are not present in the stderr, so the tests are doing nothing.i started on fixing this and then ran out of time.
@rustbot label +A-testsuite +C-bug
The text was updated successfully, but these errors were encountered: