From: Richard Purdie Date: Wed, 14 May 2025 21:58:17 +0000 (+0100) Subject: oeqa/selftest/rust: Add exclusion to fix riscv64 builds X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7f6ea5b20aa91e4a1b00dbea7a6447effb9220d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git oeqa/selftest/rust: Add exclusion to fix riscv64 builds There was one failure occurring in rust testing for qemuriscv64. Exclude that test so we can enable in automated testing. Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/selftest/cases/rust.py b/meta/lib/oeqa/selftest/cases/rust.py index 1098e902fc..806ddf6982 100644 --- a/meta/lib/oeqa/selftest/cases/rust.py +++ b/meta/lib/oeqa/selftest/cases/rust.py @@ -86,6 +86,7 @@ class RustSelfTestSystemEmulated(OESelftestTestCase, OEPTestResultTestCase): 'tests/ui/abi/stack-probes-lto.rs', 'tests/ui/abi/stack-probes.rs', 'tests/ui/codegen/mismatched-data-layouts.rs', + 'tests/codegen/rust-abi-arch-specific-adjustment.rs', 'tests/ui/debuginfo/debuginfo-emit-llvm-ir-and-split-debuginfo.rs', 'tests/ui/feature-gates/version_check.rs', 'tests/ui-fulldeps/',