mirror of
https://git.yoctoproject.org/poky
synced 2026-04-07 23:02:22 +02:00
rust: Remove passing test case from the exclude list in the Rust OE self-test.
We had previously excluded this test case due to failure in earlier versions. However, with the latest version of Rust, this test case is passing. As a result, we have removed it from the exclude list and added back into the test suite for execution. The rust-1.79 has been successfully tested with the current test inclusion. (From OE-Core rev: a33edee3efe67f81229496e03a098454dc7df051) Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cacd35c35a
commit
d8407ca2d0
@@ -66,7 +66,6 @@ class RustSelfTestSystemEmulated(OESelftestTestCase, OEPTestResultTestCase):
|
||||
'src/doc/unstable-book',
|
||||
'src/librustdoc',
|
||||
'src/rustdoc-json-types',
|
||||
'src/tools/compiletest/src/common.rs',
|
||||
'src/tools/jsondoclint',
|
||||
'src/tools/lint-docs',
|
||||
'src/tools/replace-version-placeholder',
|
||||
|
||||
Reference in New Issue
Block a user