diff options
| author | Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com> | 2025-02-19 07:20:32 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-20 11:57:49 +0000 |
| commit | 36f4602671256193ec38589c3a230a9ec6269ca6 (patch) | |
| tree | 257e29d515d12835a8c33075af6f5f7ed97fba77 /meta/lib | |
| parent | e5a11a0ed171add29dbe5245623b37c1d0837ea8 (diff) | |
| download | poky-36f4602671256193ec38589c3a230a9ec6269ca6.tar.gz | |
rust: Oe-selftest changes for rust v1.82.0
A few tests are getting failed with x86 arch.The unsupported/failing tests
are added to the exclude list and ignore the failing unit tests.
Upstream-Status: Pending
(From OE-Core rev: b1340173be2a3a91fbb135eb0e24e50c3b996425)
Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/rust.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/cases/rust.py b/meta/lib/oeqa/selftest/cases/rust.py index 42e0258725..1098e902fc 100644 --- a/meta/lib/oeqa/selftest/cases/rust.py +++ b/meta/lib/oeqa/selftest/cases/rust.py | |||
| @@ -64,6 +64,7 @@ class RustSelfTestSystemEmulated(OESelftestTestCase, OEPTestResultTestCase): | |||
| 64 | 'src/doc/rustc', | 64 | 'src/doc/rustc', |
| 65 | 'src/doc/rustdoc', | 65 | 'src/doc/rustdoc', |
| 66 | 'src/doc/unstable-book', | 66 | 'src/doc/unstable-book', |
| 67 | 'src/etc/test-float-parse', | ||
| 67 | 'src/librustdoc', | 68 | 'src/librustdoc', |
| 68 | 'src/rustdoc-json-types', | 69 | 'src/rustdoc-json-types', |
| 69 | 'src/tools/jsondoclint', | 70 | 'src/tools/jsondoclint', |
| @@ -86,6 +87,7 @@ class RustSelfTestSystemEmulated(OESelftestTestCase, OEPTestResultTestCase): | |||
| 86 | 'tests/ui/abi/stack-probes.rs', | 87 | 'tests/ui/abi/stack-probes.rs', |
| 87 | 'tests/ui/codegen/mismatched-data-layouts.rs', | 88 | 'tests/ui/codegen/mismatched-data-layouts.rs', |
| 88 | 'tests/ui/debuginfo/debuginfo-emit-llvm-ir-and-split-debuginfo.rs', | 89 | 'tests/ui/debuginfo/debuginfo-emit-llvm-ir-and-split-debuginfo.rs', |
| 90 | 'tests/ui/feature-gates/version_check.rs', | ||
| 89 | 'tests/ui-fulldeps/', | 91 | 'tests/ui-fulldeps/', |
| 90 | 'tests/ui/process/nofile-limit.rs', | 92 | 'tests/ui/process/nofile-limit.rs', |
| 91 | 'tidyselftest' | 93 | 'tidyselftest' |
