-
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
Migrate compiler-lookup-paths
, dump-mono-stats
and prune-link-args
run-make
tests to rmake
or ui
format
#126208
Migrate compiler-lookup-paths
, dump-mono-stats
and prune-link-args
run-make
tests to rmake
or ui
format
#126208
Conversation
This comment has been minimized.
This comment has been minimized.
5d9d76d
to
4484eb1
Compare
This comment has been minimized.
This comment has been minimized.
4484eb1
to
890a85e
Compare
This comment has been minimized.
This comment has been minimized.
890a85e
to
640c0f0
Compare
This comment has been minimized.
This comment has been minimized.
640c0f0
to
6bf6241
Compare
Amusingly, I appear to be running into the same issue which the test author experienced 11 years ago:
So... to ask the question again, over a decade later - is it worth it to fix that? Maybe just adding backslashes would suffice, but I am not sure. |
This comment has been minimized.
This comment has been minimized.
6bf6241
to
16c0be8
Compare
This comment has been minimized.
This comment has been minimized.
If it's a hassle then it's fine to just keep it as a run-make test (would be helpful including this info in the test description). |
115d7d3
to
51903b5
Compare
Done, it would be nice to run a Windows try job afterwards, as there was an unexplained ignore flag. |
b934542
to
a3f9d13
Compare
☔ The latest upstream changes (presumably #127819) made this pull request unmergeable. Please resolve the merge conflicts. |
a3f9d13
to
ea2b699
Compare
…'s-test, r=jieyouxu Migrate `compiler-lookup-paths`, `dump-mono-stats` and `prune-link-args` `run-make` tests to `rmake` or `ui` format Part of rust-lang#121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html). try-job: x86_64-msvc try-job: aarch64-apple try-job: dist-x86_64-linux try-job: armhf-gnu
…'s-test, r=jieyouxu Migrate `compiler-lookup-paths`, `dump-mono-stats` and `prune-link-args` `run-make` tests to `rmake` or `ui` format Part of rust-lang#121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html). try-job: x86_64-msvc try-job: aarch64-apple try-job: dist-x86_64-linux try-job: armhf-gnu
Rollup of 11 pull requests Successful merges: - rust-lang#125206 (Simplify environment variable examples) - rust-lang#126208 (Migrate `compiler-lookup-paths`, `dump-mono-stats` and `prune-link-args` `run-make` tests to `rmake` or `ui` format) - rust-lang#126271 (Skip fast path for dec2flt when optimize_for_size) - rust-lang#126776 (Clean up more comments near use declarations) - rust-lang#127444 (`impl Send + Sync` and override `count` for the `CStr::bytes` iterator) - rust-lang#127792 (std: Use `read_unaligned` for reads from DWARF) - rust-lang#127807 (Use futex.rs for Windows thread parking) - rust-lang#127810 (Rename `tcx` to `cx` in `rustc_type_ir`) - rust-lang#127816 (Update method name to reflect changes to its internals) - rust-lang#127833 (zkvm: add `#[forbid(unsafe_op_in_unsafe_fn)]` in `stdlib`) - rust-lang#127836 (std: Forbid unwrapped unsafe ops in xous and uefi modules) r? `@ghost` `@rustbot` modify labels: rollup
☀️ Test successful - checks-actions |
Finished benchmarking commit (1a6e777): 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)This benchmark run did not return any relevant results for this metric. CyclesResults (secondary 2.9%)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.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 768.585s -> 769.376s (0.10%) |
Part of #121876 and the associated Google Summer of Code project.
try-job: x86_64-msvc
try-job: aarch64-apple
try-job: dist-x86_64-linux
try-job: armhf-gnu