mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 08:40:51 +00: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:
parent
420d5b1611
commit
61bcaf74ac
@ -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/',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user