tests: mark simple UI tests as check-pass#155947
tests: mark simple UI tests as check-pass#155947rust-bors[bot] merged 1 commit intorust-lang:mainfrom
Conversation
4743ac2 to
b19b0e5
Compare
|
r? @nnethercote rustbot has assigned @nnethercote. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
LLMs often produce verbose descriptions with lots of unnecessary detail. PR descriptions end up in the repository as merge commit messages, so this unnecessary detail pollutes history. Please remove "Checks run:" and everything that follows from the PR description; those python commands are very basic information that don't add anything interesting. |
Done, thanks. Will not add that in future prs |
|
@bors r+ rollup |
Rollup of 6 pull requests Successful merges: - #152443 (NVPTX: Drop support for old architectures and old ISAs) - #155648 (`-Znext-solver` Propagate `stalled_on_coroutines` as a field in `Certainty::Maybe`) - #155896 (Shrink `ParseSess`) - #155922 (delete unused auxiliary test files) - #155943 (fix: ✏️ forgot to change the stable version for `assert_matches!` macro.) - #155947 (tests: mark simple UI tests as check-pass)
Rollup merge of #155947 - SynapLink:cleanup/check-pass-variance-tests, r=nnethercote tests: mark simple UI tests as check-pass This changes 14 simple UI tests from build-pass to check-pass. These tests cover type checking, trait bounds, closure inference, deprecation diagnostics, dyn compatibility, and variance. They do not need codegen or linking, so check-pass keeps the intended coverage while removing old FIXME(62277) markers.
This changes 14 simple UI tests from build-pass to check-pass.
These tests cover type checking, trait bounds, closure inference, deprecation diagnostics, dyn compatibility, and variance. They do not need codegen or linking, so check-pass keeps the intended coverage while removing old FIXME(62277) markers.