From da42d0dc11bf8b57d28d4439547e987c66bd712c Mon Sep 17 00:00:00 2001 From: Deepesh Varatharajan Date: Sun, 27 Oct 2024 21:50:02 -0700 Subject: rust: Remove passing test cases from the exclude list in the Rust OE self-test. There were some rust tests which were FAILing only for mips architectures. Hence, they were added to the exclusion list to avoid the failures when running rust oe-selftest for mips architectures.The current yocto framework disabled the rust oe-selftest for mips architectures.Hence, these tests have been added back to the test framework. The rust-1.79 has been successfully tested on X86, X86_64, ARM, AARCH64 and PPC Architectures with the current test inclusions. (From OE-Core rev: e1ec1ad75feb1321228bf3b52251e1aecfdb8746) Signed-off-by: Deepesh Varatharajan Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/lib/oeqa/selftest/cases/rust.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/lib') diff --git a/meta/lib/oeqa/selftest/cases/rust.py b/meta/lib/oeqa/selftest/cases/rust.py index 6cf1d262d5..010abefd16 100644 --- a/meta/lib/oeqa/selftest/cases/rust.py +++ b/meta/lib/oeqa/selftest/cases/rust.py @@ -74,9 +74,7 @@ class RustSelfTestSystemEmulated(OESelftestTestCase, OEPTestResultTestCase): 'src/tools/rustdoc-themes', 'src/tools/rust-installer', 'src/tools/suggest-tests', - 'src/tools/tidy/src/', 'tests/assembly/asm/aarch64-outline-atomics.rs', - 'tests/codegen/abi-main-signature-32bit-c-int.rs', 'tests/codegen/issues/issue-122805.rs', 'tests/codegen/thread-local.rs', 'tests/mir-opt/', @@ -91,7 +89,6 @@ class RustSelfTestSystemEmulated(OESelftestTestCase, OEPTestResultTestCase): 'tests/ui/debuginfo/debuginfo-emit-llvm-ir-and-split-debuginfo.rs', 'tests/ui-fulldeps/', 'tests/ui/process/nofile-limit.rs', - 'tests/ui/structs-enums/multiple-reprs.rs', 'tidyselftest' ] -- cgit v1.2.3-54-g00ecf