]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
oeqa/selftest/rust: skip on all MIPS platforms
authorRoss Burton <ross.burton@arm.com>
Tue, 22 Oct 2024 17:18:25 +0000 (18:18 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Oct 2024 14:18:52 +0000 (15:18 +0100)
commit177e268811c04260923ac4b16fa047315304add0
treebd314dbafd978f78950e4243cb320371a6d62dcf
parentbcd178082a50b81405019699d5acc3cd8273b732
oeqa/selftest/rust: skip on all MIPS platforms

As per "The rustc book"[1], mips*-unknown-linux-* are "tier 3" targets:

  Tier 3 targets are those which the Rust codebase has support for, but
  which the Rust project does not build or test automatically, so they
  may or may not work.

We already skip qemumips in this selftest, but we're now also seeing
failures with qemumips64 so refactor the test to skip all machines where
the architecture is mips or mips64.

[1] https://doc.rust-lang.org/nightly/rustc/platform-support.html

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/rust.py