Add RFC for providing ignore test message#3217
Add RFC for providing ignore test message#3217yanganto wants to merge 3 commits intorust-lang:masterfrom
Conversation
|
FWIW, I don't feel like this really needs an RFC. This is just a presentation issue, which can be changed at any time. I think just opening a PR to change it would be sufficient. However, I'm not on the libs team, so they may feel differently. You can try asking on Zulip (#t-libs). |
|
I agree with @ehuss that this doesn't require an RFC, but I also think this would be a great addition! |
|
Thanks, I try to work on the PR. |
|
Hi @nrc, I find that there is a |
|
@yanganto |
…ulacrum Provide ignore message in the result of test Provide ignore the message in the result of the test. This PR does not need RFC, because it is about the presentation of the report of `cargo test`. However, the following document listed here helps you to know about PR. - [RFC](rust-lang/rfcs#3217) - [Rendered](https://github.com/yanganto/rfcs/blob/ignore-test-message/text/0000-ignore-test-message.md) - [Previous discussion on IRLO](https://internals.rust-lang.org/t/pre-rfc-provide-ignore-message-when-the-test-ignored/15904) If there is something improper, please let me know. Thanks.
…ulacrum Provide ignore message in the result of test Provide ignore the message in the result of the test. This PR does not need RFC, because it is about the presentation of the report of `cargo test`. However, the following document listed here helps you to know about PR. - [RFC](rust-lang/rfcs#3217) - [Rendered](https://github.com/yanganto/rfcs/blob/ignore-test-message/text/0000-ignore-test-message.md) - [Previous discussion on IRLO](https://internals.rust-lang.org/t/pre-rfc-provide-ignore-message-when-the-test-ignored/15904) If there is something improper, please let me know. Thanks.
This RFC proposes to add ignore message into the summary as a result of
cargo test.Rendered
Previous discussion on IRLO