Skip to content

Compiler test asm-misplaced-option fails on AArch64 Linux #33737

Closed
@mmatyas

Description

@mmatyas

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:

---- [compile-fail] compile-fail/asm-misplaced-option.rs stdout ----

error: /home/mmatyas/rustc_autoteszt/rust/src/test/compile-fail/asm-misplaced-option.rs:20: expected error not found: compilation successful

error: /home/mmatyas/rustc_autoteszt/rust/src/test/compile-fail/asm-misplaced-option.rs:25: expected warning not found: unrecognized option

error: /home/mmatyas/rustc_autoteszt/rust/src/test/compile-fail/asm-misplaced-option.rs:32: expected warning not found: expected a clobber, found an option

error: 0 unexpected errors found, 3 expected errors not found
status: exit code: 101
command: aarch64-unknown-linux-gnu/stage2/bin/rustc /home/mmatyas/rustc_autoteszt/rust/src/test/compile-fail/asm-misplaced-option.rs -L aarch64-unknown-linux-gnu/test/compile-fail/ --target=aarch64-unknown-linux-gnu --error-format json -Z unstable-options -L aarch64-unknown-linux-gnu/test/compile-fail/asm-misplaced-option.stage2-aarch64-unknown-linux-gnu.compile-fail.libaux -C prefer-dynamic -o aarch64-unknown-linux-gnu/test/compile-fail/asm-misplaced-option.stage2-aarch64-unknown-linux-gnu --cfg rtopt -C rpath -O -L aarch64-unknown-linux-gnu/rt
actual errors (from JSON output): []

Here's the full log, and a shorter one here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions