You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is supposed to be x86-only test. I’m surprised it fails on your target but doesn’t fail on our ARMs (or, perhaps, we don’t run any). Either way, you may ignore/delete/etc the test.
Fix `asm-misplaced-option` on ARM/AArch64
This fixesrust-lang#33737. Of course, since we don't run `make check` for ARM cross builds, you probably won't notice it.
I've managed to run
make check
on a Juno AArch64 development board using Rust 310d899.The only test that fails is
asm-misplaced-option.rs
:Here's the full log, and a shorter one here.
The text was updated successfully, but these errors were encountered: