diff mbox series

rust: Remove passing test case from the exclude list in the Rust OE self-test.

Message ID 20241111080905.3981088-1-Deepesh.Varatharajan@windriver.com
State New
Headers show
Series rust: Remove passing test case from the exclude list in the Rust OE self-test. | expand

Commit Message

Varatharajan, Deepesh Nov. 11, 2024, 8:09 a.m. UTC
From: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>

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.

Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
---
 meta/lib/oeqa/selftest/cases/rust.py | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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):
                             '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',