]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
oeqa/selftest/rust: Add failed test cases to exclude list for Rust Oe-selftest
authorYash Shinde <Yash.Shinde@windriver.com>
Sat, 29 Jul 2023 07:00:21 +0000 (00:00 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 30 Jul 2023 06:53:09 +0000 (07:53 +0100)
commite81197c4d3b36e9ad52e56708c21987cacd13147
tree662b667201d4b3197d695c6e51a21dfc516cdac0
parenta48e3612b5dc0e58a89f88a914365e926101c90b
oeqa/selftest/rust: Add failed test cases to exclude list for Rust Oe-selftest

* Add the failing test cases in exclude_list to exclude them from testing during the Rust Oe-selftest.

* Drop  meta/recipes-devtools/rust/files/rust-oe-selftest.patch file as the failing tests are
  moved from being a patch to exclude_list in meta/lib/oeqa/selftest/cases/rust.py.

* When updating to a newer version of Rust, it is manually needed to update the exclude_list. The tests that fail are observed to
  work on some versions and fail on others. These tests have been excluded in order to successfully complete testing of Rust Oe-selftest.

* The tests that are passed and skipped are as follows-

Target                  PASS                    SKIPPED

ARM                     15507                    428
ARM64                   15535                    400
MIPS64                  15479                    456
X86                     15528                    407
X86-64                  15643                    292

Also, time the test execution and pass the time taken for inclusion in the test report.

[RP: Note duration addiion in the commit log]
Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/rust.py
meta/recipes-devtools/rust/files/rust-oe-selftest.patch [deleted file]
meta/recipes-devtools/rust/rust-source.inc