mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 15:32:13 +02:00
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. (From OE-Core rev: a7f6ea5b20aa91e4a1b00dbea7a6447effb9220d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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/',
|
||||
|
||||
Reference in New Issue
Block a user