-
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
Handle empty test suites in GitHub job summary report #138268
Conversation
Thanks :D |
Actually wait @bors r- |
Sorry I'm a goober and the NaN here is actually "faithful" to how debuginfo test suite runs 0 tests if it doesn't have the prerequisites. This is #126628. This may help detect situations where debuginfo suite becomes accidentally skipped, but also unlikely to be spotted in the first place. I'd be fine if we just skipped it though, because I consider it a bug in how debuginfo test suite handles this situation. Please feel free to r=me if you think we should skip given this info. |
I see. Hmm, in that case it would be a bit more accurate to show it with all zeros instead. I'll do that. |
@rustbot ready |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
@bors r+ rollup |
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#137931 (Add remark for missing `llvm-tools` component re. `rustc_private` linker failures related to not finding LLVM libraries) - rust-lang#138138 (Pass `InferCtxt` to `InlineAsmCtxt` to properly taint on error) - rust-lang#138223 (Fix post-merge workflow) - rust-lang#138268 (Handle empty test suites in GitHub job summary report) - rust-lang#138278 (Delegation: fix ICE with invalid `MethodCall` generation) - rust-lang#138281 (Fix O(tests) stack usage in edition 2024 mergeable doctests) - rust-lang#138305 (Subtree update of `rust-analyzer`) - rust-lang#138306 (Revert "Use workspace lints for crates in `compiler/` rust-lang#138084") r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#138268 - Kobzol:fix-summary-nan, r=jieyouxu Handle empty test suites in GitHub job summary report Should fix [NaN](https://github.com/rust-lang-ci/rust/actions/runs/13739044506#summary-38426140405)s being printed. r? `@jieyouxu`
Should fix NaNs being printed.
r? @jieyouxu