Uh oh!
There was an error while loading. Please reload this page.
compiletest: rename add-core-stubs/core-stubs-compile-flags to add-minicore/minicore-compile-flags - #148305
Conversation
rustbot
commented
Oct 30, 2025
Some changes occurred in tests/codegen-llvm/stack-probes-inline.rs cc @rust-lang/project-exploit-mitigations, @rcvalle The rustc-dev-guide subtree was changed. If this PR only touches the dev guide consider submitting a PR directly to rust-lang/rustc-dev-guide otherwise thank you for updating the dev guide with your changes. cc @BoxyUwU, @jieyouxu, @Kobzol, @tshepang Some changes occurred in tests/codegen-llvm/sanitizer cc @rcvalle Some changes occurred in tests/ui/sanitizer cc @rcvalle Some changes occurred in src/tools/compiletest cc @jieyouxu |
rustbot
commented
Oct 30, 2025
r? @wesleywiser rustbot has assigned @wesleywiser. Use |
There was a problem hiding this comment.
Looks good to me but I'll let @jieyouxu review as well before r+'ing
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
@bors p=10 (logically conflict-prone) |
jieyouxu
commented
Nov 1, 2025
@bors rollup=never (logically conflict-prone) |
jieyouxu
commented
Nov 1, 2025
@rustbot author |
RalfJung
commented
Nov 2, 2025
I'm happy to also do that rename here. |
RalfJung
commented
Nov 2, 2025
@rustbot ready |
jieyouxu
commented
Nov 2, 2025
If you are up for that, I think it might be better to just do that in this PR, otherwise we'd have this weird transitional phase where the main directive is called |
This comment has been minimized.
This comment has been minimized.
bors
commented
Nov 2, 2025
compiletest: rename `add-core-stubs`/`core-stubs-compile-flags` to `add-minicore`/`minicore-compile-flags` Fixes#148282
rust-log-analyzer
commented
Nov 2, 2025
The job Click to see the possible cause of the failure (guessed by this bot) |
bors
commented
Nov 2, 2025
💔 Test failed - checks-actions |
RalfJung
commented
Nov 2, 2025
I... didn't change that code? |
bors
commented
Nov 2, 2025
bors
commented
Nov 2, 2025
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 8483293 (parent) -> b15a874 (this PR) Test differencesShow 3 test diffs3 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard b15a874aafe7eab9ea3ac2c1d59c7b03e1425027 --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
rust-timer
commented
Nov 3, 2025
Finished benchmarking commit (b15a874): comparison URL. Overall result: ❌ regressions - please read the text belowOur benchmarks found a performance regression caused by this PR. Next Steps:
@rustbot label: +perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResults (primary 3.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary 1.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 473.503s -> 473.039s (-0.10%) |
Kobzol
commented
Nov 3, 2025
Noise, this only changed tests. @rustbot label: +perf-regression-triaged |
Fixes#148282