-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Format some tests #125759
Format some tests #125759
Conversation
So we can gradually remove the ones where rustfmt can be used.
That directory doesn't contain any Rust files, so it's a trivial change.
Some changes occurred in tests/codegen/stack-probes-inline.rs cc @rust-lang/project-exploit-mitigations, @rcvalle Some changes occurred in tests/codegen/sanitizer cc @rust-lang/project-exploit-mitigations, @rcvalle Some changes occurred in run-make tests. cc @jieyouxu Some changes occurred in tests/codegen/split-lto-unit.rs cc @rust-lang/project-exploit-mitigations, @rcvalle |
This touches a lot of files and is conflict prone, so: @bors rollup=never p=1 |
This comment has been minimized.
This comment has been minimized.
ab3bca2
to
b4350e1
Compare
b4350e1
to
d282f62
Compare
r=me once it's ready for you (and yeay, thanks a lot!). |
@bors r=GuillaumeGomez |
I don't want my rollup of 4 to jump ahead of this PR (that'd be kinda mean ^^). |
…llaumeGomez Format some tests There are more directories under `tests/` still to do, but this is enough for one PR. r? `@GuillaumeGomez`
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
@bors retry |
…llaumeGomez Format some tests There are more directories under `tests/` still to do, but this is enough for one PR. r? `@GuillaumeGomez`
…llaumeGomez Format some tests There are more directories under `tests/` still to do, but this is enough for one PR. r? `@GuillaumeGomez`
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
With the exception of `tests/run-make/translation/test.rs`, which has a syntax error. The expected output in `rustdoc-error-lines/rmake.rs`'s required slight tweaking. The two `reproducible-build.rs` files need `// ignore-tidy-linelength` because rustfmt produces lines longer than 100 chars, which tidy doesn't like, yuk.
fcfd885
to
0ea498a
Compare
Hopefully I fixed that error... @bors r=GuillaumeGomez |
(We should update |
@bors p=10 (making sure this PR gets merged before any rollups) |
☀️ Test successful - checks-actions |
Finished benchmarking commit (2a2c29a): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (secondary -3.6%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 667.778s -> 669.181s (0.21%) |
…=oli-obk rustfmt `tests/mir-opt` Continuing the work started in rust-lang#125759. Details in individual commit log messages. r? `@oli-obk`
rustfmt more tests This finishes the formatting of tests begun in rust-lang#125759 and continued in rust-lang#125912. r? `@lqd`
There are more directories under
tests/
still to do, but this is enough for one PR.r? @GuillaumeGomez