-
Notifications
You must be signed in to change notification settings - Fork 13.4k
pretty/asm.rs test is failing on AArch64 #73134
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
O-Arm
Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state
Comments
cc @Stammark @JamieCunliffe @vigoux @joaopaulocarreiro @raw-bin, this is one of the tests that are failing on AArch64. |
cc @Amanieu |
I think it's just a matter of marking the test as |
@rustbot claim |
RalfJung
added a commit
to RalfJung/rust
that referenced
this issue
Jun 13, 2020
…rch64, r=Amanieu pretty/asm.rs should only be tested for x86_64 and not AArch64 pretty/asm.rs should only be tested for x86_64 and not AArch64 closes rust-lang#73134 r? @Amanieu
RalfJung
added a commit
to RalfJung/rust
that referenced
this issue
Jun 13, 2020
…rch64, r=Amanieu pretty/asm.rs should only be tested for x86_64 and not AArch64 pretty/asm.rs should only be tested for x86_64 and not AArch64 closes rust-lang#73134 r? @Amanieu
RalfJung
added a commit
to RalfJung/rust
that referenced
this issue
Jun 13, 2020
…rch64, r=Amanieu pretty/asm.rs should only be tested for x86_64 and not AArch64 pretty/asm.rs should only be tested for x86_64 and not AArch64 closes rust-lang#73134 r? @Amanieu
RalfJung
added a commit
to RalfJung/rust
that referenced
this issue
Jun 13, 2020
…rch64, r=Amanieu pretty/asm.rs should only be tested for x86_64 and not AArch64 pretty/asm.rs should only be tested for x86_64 and not AArch64 closes rust-lang#73134 r? @Amanieu
RalfJung
added a commit
to RalfJung/rust
that referenced
this issue
Jun 13, 2020
…rch64, r=Amanieu pretty/asm.rs should only be tested for x86_64 and not AArch64 pretty/asm.rs should only be tested for x86_64 and not AArch64 closes rust-lang#73134 r? @Amanieu
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
O-Arm
Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state
Uh oh!
There was an error while loading. Please reload this page.
The
src/test/pretty/asm.rs
test is failing on AArch64.We should avoid having x86_64-specific registers in that test.
This issue has been assigned to @yerke via this comment.
The text was updated successfully, but these errors were encountered: