-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Remove compile-fail
test suite
#80453
Conversation
r? @lcnr (rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
1bac6c6
to
8dfc2e3
Compare
This comment has been minimized.
This comment has been minimized.
not familiar with the affected areas, maybe |
1d4b15c
to
69ddc42
Compare
compile-fail
test suitecompile-fail
test suite
PR CI (Linux) is green and I tested this locally on Windows, so this should be ready for the big CI. |
@bors r+ rollup=never p=1 |
📌 Commit 69ddc42dd7a31c235c110d6ee198a226fb36009f has been approved by |
⌛ Testing commit 69ddc42dd7a31c235c110d6ee198a226fb36009f with merge 89ae219167d7bfba851f3f4d4748648b28d3b67c... |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
69ddc42
to
eb322ba
Compare
@bors r=Mark-Simulacrum |
📌 Commit eb322babd2adff35fefcb707a700f43bb77f0b9c has been approved by |
⌛ Testing commit 8f67e63aa608cab3aaefaf3917f71e936b423ae9 with merge a85eb8ddd06d4e409436dc49a660aab459d263eb... |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
8f67e63
to
2ad6e53
Compare
@bors r=Mark-Simulacrum |
📌 Commit 2ad6e5394ce6ee9f11bbfdbb0c8a5173e6e8975c has been approved by |
⌛ Testing commit 2ad6e5394ce6ee9f11bbfdbb0c8a5173e6e8975c with merge b5cc1c71e9d05137cac9c3ce6f32697346b49eae... |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
2ad6e53
to
4d2d0ba
Compare
@bors r=Mark-Simulacrum |
📌 Commit 4d2d0ba has been approved by |
☀️ Test successful - checks-actions |
By moving all of its tests to
ui
test suite.Now we have directives like
// dont-check-compiler-stderr
that allow to disable.stderr
comparison for platform-dependent tests without introducing a whole new test suite.