-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
libtest: Print why a test was ignored if it's the only test specified. #106769
libtest: Print why a test was ignored if it's the only test specified. #106769
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Mark-Simulacrum (or someone else) soon. Please see the contribution instructions for more information. |
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
Libtest already has an ignore message. Instead of adding a nearly identical kind of message, perhaps it would be sufficient to force the existing ignore message to be displayed if |
@rustbot label -S-waiting-on-author +S-waiting-on-review |
Please also squash commits into one. Thanks! r=me with nits fixed and commits squashed |
c337866
to
7713337
Compare
@bors r=Mark-Simulacrum |
@lenko-d: 🔑 Insufficient privileges: Not in reviewers |
@bors r+ |
…iaskrgr Rollup of 11 pull requests Successful merges: - rust-lang#96763 (Fix maintainer validation message) - rust-lang#106540 (Insert whitespace to avoid ident concatenation in suggestion) - rust-lang#106763 (print why a test was ignored if its the only test specified) - rust-lang#106769 (libtest: Print why a test was ignored if it's the only test specified.) - rust-lang#106798 (Implement `signum` with `Ord`) - rust-lang#107006 (Output tree representation on thir-tree) - rust-lang#107078 (Update wording of invalid_doc_attributes docs.) - rust-lang#107169 (Pass `--locked` to the x test tidy call) - rust-lang#107431 (docs: remove colon from time header) - rust-lang#107432 (rustdoc: remove unused class `has-srclink`) - rust-lang#107448 (When stamp doesn't exist, should say Error, and print path to stamp file) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes #106659
Needed by 106763