Provide ignore message in the result of test#92714
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. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
6ae7ba9 to
ac3f972
Compare
This comment has been minimized.
This comment has been minimized.
ac3f972 to
b02a991
Compare
This comment has been minimized.
This comment has been minimized.
|
I think it is tricky to change the definition of I think you will need to annotate the field (and everywhere it is used) with |
This comment has been minimized.
This comment has been minimized.
fc1126d to
623de41
Compare
This comment has been minimized.
This comment has been minimized.
623de41 to
9121571
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
9121571 to
9c230a0
Compare
This comment has been minimized.
This comment has been minimized.
9c230a0 to
c925a43
Compare
This comment has been minimized.
This comment has been minimized.
129bcf8 to
186237a
Compare
9466490 to
159e379
Compare
|
@bors r+ rollup Thank you for all the hard work here -- squashed the commits down and approving. You can keep an eye on progress in the bors queue -- https://bors.rust-lang.org/queue/rust |
|
📌 Commit 159e3795f33e83a19dcb0547cfbb513506409830 has been approved by |
This comment has been minimized.
This comment has been minimized.
159e379 to
2f85ee3
Compare
|
@bors r+ |
|
📌 Commit 2f85ee3 has been approved by |
This comment has been minimized.
This comment has been minimized.
|
Hi @matthiaskrgr, |
|
Hi @Mark-Simulacrum @matthiaskrgr, I hope this PR is good for rolling up, if there is something can do from my side please let me know. Thanks. 🙏 |
|
@bors retry |
|
@yanganto: 🔑 Insufficient privileges: not in try users |
As an example:
#[test]
#[ignore = "not yet implemented"]
fn test_ignored() {
...
}
Will now render as:
running 2 tests
test tests::test_ignored ... ignored, not yet implemented
test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
|
We typically avoid merge commits, instead preferring to rebase -- I've done so now, @bors r+ |
|
📌 Commit bb3b557 has been approved by |
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
Seems likely to be a spurious failure. |
|
@Mark-Simulacrum Thanks for your help on this. 😄 |
|
Hm, no, that was not intentional (I had not realized we even had a logfile?). |
|
@m-ou-se Thanks for this, I am fixing this. 😅 |

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.
If there is something improper, please let me know.
Thanks.