mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
oeqa/selftest/rust: Exclude failing riscv tests
The rust tests nearly pass for qemurisv64, add the remaining ones to the exclusion list so it matches everythig else in exlcuding all the know to break cases. (From OE-Core rev: 1d6c6e4418c9865a4aeae627e0f130b2181d3657) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -102,6 +102,9 @@ class RustSelfTestSystemEmulated(OESelftestTestCase, OEPTestResultTestCase):
|
|||||||
'tests/codegen/non-terminate/nonempty-infinite-loop.rs',
|
'tests/codegen/non-terminate/nonempty-infinite-loop.rs',
|
||||||
'tests/codegen/noreturn-uninhabited.rs',
|
'tests/codegen/noreturn-uninhabited.rs',
|
||||||
'tests/codegen/repr-transparent-aggregates-3.rs',
|
'tests/codegen/repr-transparent-aggregates-3.rs',
|
||||||
|
'tests/codegen/riscv-abi/call-llvm-intrinsics.rs',
|
||||||
|
'tests/codegen/riscv-abi/riscv64-lp64f-lp64d-abi.rs',
|
||||||
|
'tests/codegen/riscv-abi/riscv64-lp64d-abi.rs',
|
||||||
'tests/codegen/sse42-implies-crc32.rs',
|
'tests/codegen/sse42-implies-crc32.rs',
|
||||||
'tests/codegen/thread-local.rs',
|
'tests/codegen/thread-local.rs',
|
||||||
'tests/codegen/uninit-consts.rs',
|
'tests/codegen/uninit-consts.rs',
|
||||||
|
|||||||
Reference in New Issue
Block a user