tests: Port symbol-mangling-hashed to rmake.rs by jieyouxu · Pull Request #135768 · rust-lang/rust (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation55 Commits5 Checks6 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

jieyouxu

Part of #121876.

This PR supersedes #128567 and is co-authored with @lolbinarycat.

Summary

This PR ports tests/run-make/symbol-mangling-hashed to rmake.rs. Notable differences when compared to the Makefile version includes:

Review advice


try-job: x86_64-msvc-1
try-job: i686-msvc-1
try-job: i686-mingw
try-job: x86_64-mingw-1
try-job: x86_64-apple-1
try-job: aarch64-apple
try-job: test-various

@rustbot

This comment was marked as off-topic.

@rustbot rustbot added A-run-make

Area: port run-make Makefiles to rmake.rs

A-tidy

Area: The tidy tool

S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

T-bootstrap

Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

T-compiler

Relevant to the compiler team, which will review and decide on the PR/issue.

labels

Jan 20, 2025

@jieyouxu

(Sorry Mark, this isn't ready for review yet)

@jieyouxu

@bors

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jan 20, 2025

@bors

…hed, r=

tests: Port symbol-mangling-hashed to rmake.rs

Part of rust-lang#121876.

This PR supersedes rust-lang#128567 and is co-authored with @lolbinarycat.

Summary

This PR ports tests/run-make/symbol-mangling-hashed to rmake.rs. Notable differences when compared to the Makefile version includes:

Review advice


try-job: x86_64-msvc try-job: i686-msvc try-job: i686-mingw try-job: x86_64-mingw-1 try-job: x86_64-apple-1 try-job: aarch64-apple try-job: test-various

@rust-log-analyzer

This comment was marked as resolved.

@jieyouxu jieyouxu added S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

Jan 20, 2025

@jieyouxu

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jan 20, 2025

@bors

…hed, r=

tests: Port symbol-mangling-hashed to rmake.rs

Part of rust-lang#121876.

This PR supersedes rust-lang#128567 and is co-authored with @lolbinarycat.

Summary

This PR ports tests/run-make/symbol-mangling-hashed to rmake.rs. Notable differences when compared to the Makefile version includes:

Review advice


try-job: x86_64-msvc try-job: i686-msvc-1 try-job: i686-mingw try-job: x86_64-mingw-1 try-job: x86_64-apple-1 try-job: aarch64-apple try-job: test-various

@bors

jieyouxu

@rust-log-analyzer

This comment has been minimized.

@bors

This comment was marked as outdated.

@jieyouxu

@bors

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jan 20, 2025

@bors

…hed, r=

tests: Port symbol-mangling-hashed to rmake.rs

Part of rust-lang#121876.

This PR supersedes rust-lang#128567 and is co-authored with @lolbinarycat.

Summary

This PR ports tests/run-make/symbol-mangling-hashed to rmake.rs. Notable differences when compared to the Makefile version includes:

Review advice


try-job: x86_64-msvc try-job: i686-msvc-1 try-job: i686-mingw try-job: x86_64-mingw-1 try-job: x86_64-apple-1 try-job: aarch64-apple try-job: test-various

@rust-log-analyzer

This comment has been minimized.

@bors

@jieyouxu

Changes since last review:

@jieyouxu

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jan 29, 2025

@bors

…hed, r=

tests: Port symbol-mangling-hashed to rmake.rs

Part of rust-lang#121876.

This PR supersedes rust-lang#128567 and is co-authored with @lolbinarycat.

Summary

This PR ports tests/run-make/symbol-mangling-hashed to rmake.rs. Notable differences when compared to the Makefile version includes:

Review advice


try-job: x86_64-msvc-1 try-job: i686-msvc-1 try-job: i686-mingw try-job: x86_64-mingw-1 try-job: x86_64-apple-1 try-job: aarch64-apple try-job: test-various

@bors

@bors

☀️ Try build successful - checks-actions
Build commit: 1395e24 (1395e249256ef3527df6193bb9a86b7f9649ae3f)

@jieyouxu

@rustbot rustbot added S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

and removed S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

labels

Jan 29, 2025

Noratrieb

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gamer

@jieyouxu @lolbinarycat

…ic` helpers to rustc

Co-authored-by: binarycat binarycat@envs.net

@jieyouxu

@jieyouxu

@jieyouxu @lolbinarycat

Also add some missing #[track_caller] attributes.

Co-authored-by: binarycat binarycat@envs.net

@jieyouxu @lolbinarycat

Co-authored-by: binarycat binarycat@envs.net

@jieyouxu

Rebased to fix tidy conflict.
@bors r=Noratrieb rollup=iffy (might bounce)

@bors

📌 Commit 9734ebb has been approved by Noratrieb

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

Jan 31, 2025

workingjubilee added a commit to workingjubilee/rustc that referenced this pull request

Jan 31, 2025

@workingjubilee

…ashed, r=Noratrieb

tests: Port symbol-mangling-hashed to rmake.rs

Part of rust-lang#121876.

This PR supersedes rust-lang#128567 and is co-authored with @lolbinarycat.

Summary

This PR ports tests/run-make/symbol-mangling-hashed to rmake.rs. Notable differences when compared to the Makefile version includes:

Review advice


try-job: x86_64-msvc-1 try-job: i686-msvc-1 try-job: i686-mingw try-job: x86_64-mingw-1 try-job: x86_64-apple-1 try-job: aarch64-apple try-job: test-various

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jan 31, 2025

@bors

…kingjubilee

Rollup of 16 pull requests

Successful merges:

Failed merges:

r? @ghost @rustbot modify labels: rollup

@bors

@bors

@bors bors mentioned this pull request

Feb 1, 2025

@jieyouxu jieyouxu deleted the migrate-symbol-mangling-hashed branch

February 1, 2025 06:02

@rust-timer

Finished benchmarking commit (9709af7): comparison URL.

Overall result: ❌ regressions - no action needed

@rustbot label: -perf-regression

Instruction count

This is the most reliable metric that we have; it was used to determine the overall result at the top of this comment. However, even this metric can sometimes exhibit noise.

mean range count
Regressions ❌ (primary) - - 0
Regressions ❌ (secondary) 0.4% [0.4%, 0.4%] 1
Improvements ✅ (primary) - - 0
Improvements ✅ (secondary) - - 0
All ❌✅ (primary) - - 0

Max RSS (memory usage)

Results (primary 3.2%)

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.

mean range count
Regressions ❌ (primary) 3.2% [3.2%, 3.2%] 1
Regressions ❌ (secondary) - - 0
Improvements ✅ (primary) - - 0
Improvements ✅ (secondary) - - 0
All ❌✅ (primary) 3.2% [3.2%, 3.2%] 1

Cycles

Results (secondary -2.8%)

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.

mean range count
Regressions ❌ (primary) - - 0
Regressions ❌ (secondary) - - 0
Improvements ✅ (primary) - - 0
Improvements ✅ (secondary) -2.8% [-3.6%, -2.3%] 7
All ❌✅ (primary) - - 0

Binary size

This benchmark run did not return any relevant results for this metric.

Bootstrap: 779.222s -> 778.098s (-0.14%)
Artifact size: 328.75 MiB -> 328.85 MiB (0.03%)

Labels

A-run-make

Area: port run-make Makefiles to rmake.rs

A-tidy

Area: The tidy tool

merged-by-bors

This PR was explicitly merged by bors.

S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

T-bootstrap

Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

T-compiler

Relevant to the compiler team, which will review and decide on the PR/issue.