diff options
| author | Yash Shinde <Yash.Shinde@windriver.com> | 2024-01-25 05:16:02 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-26 14:06:55 +0000 |
| commit | a6982bb6a4dd7130113bef145c48be490ccc069c (patch) | |
| tree | f2ac90ee2e0437fd6a6a38a5fbebb51dcce19dd1 /meta/lib/oeqa | |
| parent | 30872876dc9e22c2da2020fbd1e4b6277905410c (diff) | |
| download | poky-a6982bb6a4dd7130113bef145c48be490ccc069c.tar.gz | |
rust: Remove the test cases whose parent dir is also present in the exclude list
To avoid overlap and redundancy of rust tests, remove the test cases whose
parent dir is already excluded.
Tests which are failing from below dirs are removed as these dirs are
already present in exclude list
tests/run-make
tests/rustdoc
tests/mir-opt
tests/ui-fulldeps
(From OE-Core rev: 58a7f3efa9e31e2c7b90e6490f3e51f388e6a7ce)
Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa')
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/rust.py | 120 |
1 files changed, 0 insertions, 120 deletions
diff --git a/meta/lib/oeqa/selftest/cases/rust.py b/meta/lib/oeqa/selftest/cases/rust.py index 5f0cc73596..0d7d524471 100644 --- a/meta/lib/oeqa/selftest/cases/rust.py +++ b/meta/lib/oeqa/selftest/cases/rust.py | |||
| @@ -102,108 +102,10 @@ class RustSelfTestSystemEmulated(OESelftestTestCase, OEPTestResultTestCase): | |||
| 102 | 'tests/codegen/uninit-consts.rs', | 102 | 'tests/codegen/uninit-consts.rs', |
| 103 | 'tests/pretty/raw-str-nonexpr.rs', | 103 | 'tests/pretty/raw-str-nonexpr.rs', |
| 104 | 'tests/run-make', | 104 | 'tests/run-make', |
| 105 | 'tests/run-make/cdylib-fewer-symbols/foo.rs', | ||
| 106 | 'tests/run-make/doctests-keep-binaries/t.rs', | ||
| 107 | 'tests/run-make-fulldeps', | 105 | 'tests/run-make-fulldeps', |
| 108 | 'tests/run-make/issue-22131/foo.rs', | ||
| 109 | 'tests/run-make/issue-36710/Makefile', | ||
| 110 | 'tests/run-make/issue-47551', | ||
| 111 | 'tests/run-make/pgo-branch-weights', | ||
| 112 | 'tests/run-make/pgo-gen', | ||
| 113 | 'tests/run-make/pgo-gen-lto', | ||
| 114 | 'tests/run-make/pgo-indirect-call-promotion', | ||
| 115 | 'tests/run-make/pgo-use', | ||
| 116 | 'tests/run-make/pointer-auth-link-with-c/Makefile', | ||
| 117 | 'tests/run-make/profile', | ||
| 118 | 'tests/run-make/static-pie', | ||
| 119 | 'tests/run-make/sysroot-crates-are-unstable', | ||
| 120 | 'tests/run-make/target-specs', | ||
| 121 | 'tests/rustdoc', | 106 | 'tests/rustdoc', |
| 122 | 'tests/rustdoc/async-move-doctest.rs', | ||
| 123 | 'tests/rustdoc/async-trait.rs', | ||
| 124 | 'tests/rustdoc/auto-traits.rs', | ||
| 125 | 'tests/rustdoc/check-source-code-urls-to-def.rs', | ||
| 126 | 'tests/rustdoc/comment-in-doctest.rs', | ||
| 127 | 'tests/rustdoc/const-generics/const-generics-docs.rs', | ||
| 128 | 'tests/rustdoc/cross-crate-hidden-assoc-trait-items.rs', | ||
| 129 | 'tests/rustdoc/cross-crate-hidden-impl-parameter.rs', | ||
| 130 | 'tests/rustdoc/cross-crate-links.rs', | ||
| 131 | 'tests/rustdoc/cross-crate-primitive-doc.rs', | ||
| 132 | 'tests/rustdoc/doctest-manual-crate-name.rs', | ||
| 133 | 'tests/rustdoc/edition-doctest.rs', | ||
| 134 | 'tests/rustdoc/edition-flag.rs', | ||
| 135 | 'tests/rustdoc/elided-lifetime.rs', | ||
| 136 | 'tests/rustdoc/external-macro-src.rs', | ||
| 137 | 'tests/rustdoc/extern-html-root-url.rs', | ||
| 138 | 'tests/rustdoc/extern-impl-trait.rs', | ||
| 139 | 'tests/rustdoc/hide-unstable-trait.rs', | ||
| 140 | 'tests/rustdoc/inline_cross/add-docs.rs', | ||
| 141 | 'tests/rustdoc/inline_cross/default-trait-method.rs', | ||
| 142 | 'tests/rustdoc/inline_cross/dyn_trait.rs', | ||
| 143 | 'tests/rustdoc/inline_cross/impl_trait.rs', | ||
| 144 | 'tests/rustdoc/inline_cross/issue-24183.rs', | ||
| 145 | 'tests/rustdoc/inline_cross/macros.rs', | ||
| 146 | 'tests/rustdoc/inline_cross/trait-vis.rs', | ||
| 147 | 'tests/rustdoc/inline_cross/use_crate.rs', | ||
| 148 | 'tests/rustdoc/intra-doc-crate/self.rs', | ||
| 149 | 'tests/rustdoc/intra-doc/cross-crate/additional_doc.rs', | ||
| 150 | 'tests/rustdoc/intra-doc/cross-crate/basic.rs', | ||
| 151 | 'tests/rustdoc/intra-doc/cross-crate/crate.rs', | ||
| 152 | 'tests/rustdoc/intra-doc/cross-crate/hidden.rs', | ||
| 153 | 'tests/rustdoc/intra-doc/cross-crate/macro.rs', | ||
| 154 | 'tests/rustdoc/intra-doc/cross-crate/module.rs', | ||
| 155 | 'tests/rustdoc/intra-doc/cross-crate/submodule-inner.rs', | ||
| 156 | 'tests/rustdoc/intra-doc/cross-crate/submodule-outer.rs', | ||
| 157 | 'tests/rustdoc/intra-doc/cross-crate/traits.rs', | ||
| 158 | 'tests/rustdoc/intra-doc/extern-builtin-type-impl.rs', | ||
| 159 | 'tests/rustdoc/intra-doc/extern-crate-only-used-in-link.rs', | ||
| 160 | 'tests/rustdoc/intra-doc/extern-crate.rs', | ||
| 161 | 'tests/rustdoc/intra-doc/extern-inherent-impl.rs', | ||
| 162 | 'tests/rustdoc/intra-doc/extern-reference-link.rs', | ||
| 163 | 'tests/rustdoc/intra-doc/issue-103463.rs', | ||
| 164 | 'tests/rustdoc/intra-doc/issue-104145.rs', | ||
| 165 | 'tests/rustdoc/intra-doc/issue-66159.rs', | ||
| 166 | 'tests/rustdoc/intra-doc/pub-use.rs', | ||
| 167 | 'tests/rustdoc/intra-doc/reexport-additional-docs.rs', | ||
| 168 | 'tests/rustdoc/issue-18199.rs', | ||
| 169 | 'tests/rustdoc/issue-23106.rs', | ||
| 170 | 'tests/rustdoc/issue-23744.rs', | ||
| 171 | 'tests/rustdoc/issue-25944.rs', | ||
| 172 | 'tests/rustdoc/issue-30252.rs', | ||
| 173 | 'tests/rustdoc/issue-38129.rs', | ||
| 174 | 'tests/rustdoc/issue-40936.rs', | ||
| 175 | 'tests/rustdoc/issue-43153.rs', | ||
| 176 | 'tests/rustdoc/issue-46727.rs', | ||
| 177 | 'tests/rustdoc/issue-48377.rs', | ||
| 178 | 'tests/rustdoc/issue-48414.rs', | ||
| 179 | 'tests/rustdoc/issue-53689.rs', | ||
| 180 | 'tests/rustdoc/issue-54478-demo-allocator.rs', | ||
| 181 | 'tests/rustdoc/issue-57180.rs', | ||
| 182 | 'tests/rustdoc/issue-61592.rs', | ||
| 183 | 'tests/rustdoc/issue-73061-cross-crate-opaque-assoc-type.rs', | ||
| 184 | 'tests/rustdoc/issue-75588.rs', | ||
| 185 | 'tests/rustdoc/issue-85454.rs', | ||
| 186 | 'tests/rustdoc/issue-86620.rs', | ||
| 187 | 'tests/rustdoc-json', | 107 | 'tests/rustdoc-json', |
| 188 | 'tests/rustdoc-js-std', | 108 | 'tests/rustdoc-js-std', |
| 189 | 'tests/rustdoc/macro_pub_in_module.rs', | ||
| 190 | 'tests/rustdoc/masked.rs', | ||
| 191 | 'tests/rustdoc/normalize-assoc-item.rs', | ||
| 192 | 'tests/rustdoc/no-stack-overflow-25295.rs', | ||
| 193 | 'tests/rustdoc/primitive-reexport.rs', | ||
| 194 | 'tests/rustdoc/process-termination.rs', | ||
| 195 | 'tests/rustdoc/pub-extern-crate.rs', | ||
| 196 | 'tests/rustdoc/pub-use-extern-macros.rs', | ||
| 197 | 'tests/rustdoc/reexport-check.rs', | ||
| 198 | 'tests/rustdoc/reexport-dep-foreign-fn.rs', | ||
| 199 | 'tests/rustdoc/reexport-doc.rs', | ||
| 200 | 'tests/rustdoc/reexports-priv.rs', | ||
| 201 | 'tests/rustdoc/reexports.rs', | ||
| 202 | 'tests/rustdoc/rustc,-incoherent-impls.rs', | ||
| 203 | 'tests/rustdoc/test_option_check/bar.rs', | ||
| 204 | 'tests/rustdoc/test_option_check/test.rs', | ||
| 205 | 'tests/rustdoc/trait-alias-mention.rs', | ||
| 206 | 'tests/rustdoc/trait-visibility.rs', | ||
| 207 | 'tests/rustdoc-ui/cfg-test.rs', | 109 | 'tests/rustdoc-ui/cfg-test.rs', |
| 208 | 'tests/rustdoc-ui/check-cfg-test.rs', | 110 | 'tests/rustdoc-ui/check-cfg-test.rs', |
| 209 | 'tests/rustdoc-ui/display-output.rs', | 111 | 'tests/rustdoc-ui/display-output.rs', |
| @@ -233,28 +135,6 @@ class RustSelfTestSystemEmulated(OESelftestTestCase, OEPTestResultTestCase): | |||
| 233 | 'tests/ui/debuginfo/debuginfo-emit-llvm-ir-and-split-debuginfo.rs', | 135 | 'tests/ui/debuginfo/debuginfo-emit-llvm-ir-and-split-debuginfo.rs', |
| 234 | 'tests/ui/drop/dynamic-drop.rs', | 136 | 'tests/ui/drop/dynamic-drop.rs', |
| 235 | 'tests/ui/empty_global_asm.rs', | 137 | 'tests/ui/empty_global_asm.rs', |
| 236 | 'tests/ui-fulldeps/deriving-encodable-decodable-box.rs', | ||
| 237 | 'tests/ui-fulldeps/deriving-encodable-decodable-cell-refcell.rs', | ||
| 238 | 'tests/ui-fulldeps/deriving-global.rs', | ||
| 239 | 'tests/ui-fulldeps/deriving-hygiene.rs', | ||
| 240 | 'tests/ui-fulldeps/dropck_tarena_sound_drop.rs', | ||
| 241 | 'tests/ui-fulldeps/empty-struct-braces-derive.rs', | ||
| 242 | 'tests/ui-fulldeps/internal-lints/bad_opt_access.rs', | ||
| 243 | 'tests/ui-fulldeps/internal-lints/bad_opt_access.stderr', | ||
| 244 | 'tests/ui-fulldeps/internal-lints/default_hash_types.rs', | ||
| 245 | 'tests/ui-fulldeps/internal-lints/diagnostics.rs', | ||
| 246 | 'tests/ui-fulldeps/internal-lints/lint_pass_impl_without_macro.rs', | ||
| 247 | 'tests/ui-fulldeps/internal-lints/qualified_ty_ty_ctxt.rs', | ||
| 248 | 'tests/ui-fulldeps/internal-lints/query_stability.rs', | ||
| 249 | 'tests/ui-fulldeps/internal-lints/rustc_pass_by_value.rs', | ||
| 250 | 'tests/ui-fulldeps/internal-lints/ty_tykind_usage.rs', | ||
| 251 | 'tests/ui-fulldeps/issue-14021.rs', | ||
| 252 | 'tests/ui-fulldeps/lint-group-denied-lint-allowed.rs', | ||
| 253 | 'tests/ui-fulldeps/lint-group-forbid-always-trumps-cli.rs', | ||
| 254 | 'tests/ui-fulldeps/lint-pass-macros.rs', | ||
| 255 | 'tests/ui-fulldeps/regions-mock-tcx.rs', | ||
| 256 | 'tests/ui-fulldeps/rustc_encodable_hygiene.rs', | ||
| 257 | 'tests/ui-fulldeps/session-diagnostic/enforce_slug_naming.rs', | ||
| 258 | 'tests/ui/functions-closures/fn-help-with-err.rs', | 138 | 'tests/ui/functions-closures/fn-help-with-err.rs', |
| 259 | 'tests/ui/linkage-attr/issue-10755.rs', | 139 | 'tests/ui/linkage-attr/issue-10755.rs', |
| 260 | 'tests/ui/macros/restricted-shadowing-legacy.rs', | 140 | 'tests/ui/macros/restricted-shadowing-legacy.rs', |
