diff options
author | Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com> | 2024-11-11 00:09:05 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-12 23:54:35 +0000 |
commit | d8407ca2d0f68c2ae3f0be00f126e2f90d732682 (patch) | |
tree | da4274af2d5ec7207b024e79190ffb054351ccba /meta | |
parent | cacd35c35ad8ea21995a7a4243ce33a3758c3976 (diff) | |
download | poky-d8407ca2d0f68c2ae3f0be00f126e2f90d732682.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/rust.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/rust.py b/meta/lib/oeqa/selftest/cases/rust.py index 010abefd16..42e0258725 100644 --- a/meta/lib/oeqa/selftest/cases/rust.py +++ b/meta/lib/oeqa/selftest/cases/rust.py | |||
@@ -66,7 +66,6 @@ class RustSelfTestSystemEmulated(OESelftestTestCase, OEPTestResultTestCase): | |||
66 | 'src/doc/unstable-book', | 66 | 'src/doc/unstable-book', |
67 | 'src/librustdoc', | 67 | 'src/librustdoc', |
68 | 'src/rustdoc-json-types', | 68 | 'src/rustdoc-json-types', |
69 | 'src/tools/compiletest/src/common.rs', | ||
70 | 'src/tools/jsondoclint', | 69 | 'src/tools/jsondoclint', |
71 | 'src/tools/lint-docs', | 70 | 'src/tools/lint-docs', |
72 | 'src/tools/replace-version-placeholder', | 71 | 'src/tools/replace-version-placeholder', |