You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #14078 - choznerol:issue-14076-run_expect_error-test-incorrectly-passing, r=weihanglo
Remove `run_expect_error` to avoid tests incorrectly passing
### What does this PR try to resolve?
Fixes#14076
### How should we test and review this PR?
I pushed commits separately so the CI status can show the reproduction and the fix:
- bc5d57c reproduce the bug: Its CI shouldn't have passed.
- 3c473b5 fixes the issue, so the CI for d9d11c4 is now correctly [failing tests](https://github.com/rust-lang/cargo/actions/runs/9529301554/job/26267905188#step:11:4072).
- Turns out these test already have regression. 79a7bf4 fixes them.
### Additional information
Thanks `@weihanglo` for suggesting the fix 3c473b5 in #14076 (comment).
0 commit comments