Skip to content

Re-enable macro-stepping test for AArch64 - #148166

Merged
bors merged 1 commit into
rust-lang:masterfrom
Jamesbarford:fix/aarch64-reenable-macro-stepping
Oct 28, 2025
Merged

Re-enable macro-stepping test for AArch64#148166
bors merged 1 commit into
rust-lang:masterfrom
Jamesbarford:fix/aarch64-reenable-macro-stepping

Conversation

@Jamesbarford

@JamesbarfordJamesbarford commented Oct 27, 2025

Copy link
Copy Markdown
Contributor

r? @ghost

triaging #37225

edit: closes#37225

@rustbotrustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Oct 27, 2025
@Jamesbarford

Jamesbarford commented Oct 27, 2025

Copy link
Copy Markdown
ContributorAuthor

r? compiler

@rustbot

Copy link
Copy Markdown
Collaborator

Error: Parsing assign command in comment failed: ...' ?' | error: specify user to assign to at >| ''...

Please file an issue on GitHub at triagebot if there's a problem with this bot, or reach out on #triagebot on Zulip.

@wesleywiser

Copy link
Copy Markdown
Member

@bors r+ iffy

@bors

bors commented Oct 27, 2025

Copy link
Copy Markdown
Collaborator

📌 Commit a918702 has been approved by wesleywiser

It is now in the queue for this repository.

@borsbors 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 Oct 27, 2025
@wesleywiser

Copy link
Copy Markdown
Member

@bors rollup=iffy

@Zalathar

Copy link
Copy Markdown
Member

@bors try jobs=aarch64-gnu,aarch64-apple,aarch64-msvc-1

@rust-bors

This comment has been minimized.

rust-borsBot added a commit that referenced this pull request Oct 28, 2025
…ing, r=<try>
Re-enable macro-stepping test for AArch64
try-job: aarch64-gnu
try-job: aarch64-apple
try-job: aarch64-msvc-1
Zalathar added a commit to Zalathar/rust that referenced this pull request Oct 28, 2025
…macro-stepping, r=wesleywiser
Re-enable macro-stepping test for AArch64
r? `@ghost`
triaging rust-lang#37225
edit: closesrust-lang#37225
@ZalatharZalathar mentioned this pull request Oct 28, 2025
@rust-bors

rust-borsBot commented Oct 28, 2025

Copy link
Copy Markdown
Contributor

☀️ Try build successful (CI)
Build commit: b3b5f59 (b3b5f5950b48f479825a3b29ae3b9dd869e055c6, parent: adaa838976ff99a4f0661136322f64cb466b58a0)

@ZalatharZalathar mentioned this pull request Oct 28, 2025
bors added a commit that referenced this pull request Oct 28, 2025
Rollup of 14 pull requests
Successful merges:
- #144936 (CFI: Fix types that implement Fn, FnMut, or FnOnce)
- #147185 (repr(transparent): do not consider repr(C) types to be 1-ZST)
- #147840 (Rework unsizing coercions in the new solver)
- #147915 (Update target maintainers android.md)
- #148013 (1.91.0 release notes)
- #148044 (compiletest: show output in debug logging)
- #148057 (tests/ui/sanitizer/hwaddress.rs: Run on aarch64 and remove cgu hack)
- #148139 (Add `coverage` scope for controlling paths in code coverage)
- #148154 (Add a mailmap entry)
- #148158 (ci: loongarch64: use medium code model to avoid relocation overflows)
- #148166 (Re-enable macro-stepping test for AArch64)
- #148172 (rustc-dev-guide subtree update)
- #148175 (Fix typos: duplicate words in comments)
- #148186 (rustdoc-search: add an integration test for CCI)
Failed merges:
- #147935 (Add LLVM realtime sanitizer)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit a45371f into rust-lang:masterOct 28, 2025
12 checks passed
@rustbotrustbot added this to the 1.93.0 milestone Oct 28, 2025
rust-timer added a commit that referenced this pull request Oct 28, 2025
Rollup merge of #148166 - Jamesbarford:fix/aarch64-reenable-macro-stepping, r=wesleywiser
Re-enable macro-stepping test for AArch64
r? `@ghost`
triaging #37225
edit: closes#37225
github-actionsBot pushed a commit to rust-lang/rustc-dev-guide that referenced this pull request Nov 3, 2025
Rollup of 14 pull requests
Successful merges:
- rust-lang/rust#144936 (CFI: Fix types that implement Fn, FnMut, or FnOnce)
- rust-lang/rust#147185 (repr(transparent): do not consider repr(C) types to be 1-ZST)
- rust-lang/rust#147840 (Rework unsizing coercions in the new solver)
- rust-lang/rust#147915 (Update target maintainers android.md)
- rust-lang/rust#148013 (1.91.0 release notes)
- rust-lang/rust#148044 (compiletest: show output in debug logging)
- rust-lang/rust#148057 (tests/ui/sanitizer/hwaddress.rs: Run on aarch64 and remove cgu hack)
- rust-lang/rust#148139 (Add `coverage` scope for controlling paths in code coverage)
- rust-lang/rust#148154 (Add a mailmap entry)
- rust-lang/rust#148158 (ci: loongarch64: use medium code model to avoid relocation overflows)
- rust-lang/rust#148166 (Re-enable macro-stepping test for AArch64)
- rust-lang/rust#148172 (rustc-dev-guide subtree update)
- rust-lang/rust#148175 (Fix typos: duplicate words in comments)
- rust-lang/rust#148186 (rustdoc-search: add an integration test for CCI)
Failed merges:
- rust-lang/rust#147935 (Add LLVM realtime sanitizer)
r? `@ghost`
`@rustbot` modify labels: rollup
@Jamesbarford
Jamesbarford deleted the fix/aarch64-reenable-macro-stepping branch June 17, 2026 06:39
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rust build on ARMv8 fails in test macro-stepping.rs, other debuginfo-gdb tests.

6 participants

@Jamesbarford@rustbot@wesleywiser@bors@Zalathar@jackh726