Skip to content

Automated handling of busted assembly tests #110751

Open
@workingjubilee

Description

@workingjubilee

There are assembly tests we know in advance are busted.

They

  • specify a --target in the compiletest headers
  • do not have only-{arch} in the compiletest headers
  • are neither #![no_core] or #![no_std], and do not -Zbuild-std
  • are testing assembly generation of the compiler, and especially including asm!

We could lint these automatically and probably should.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-inline-assemblyArea: Inline assembly (`asm!(…)`)A-testsuiteArea: The testsuite used to check the correctness of rustcT-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions