diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/rust.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/lib/oeqa/selftest/cases/rust.py b/meta/lib/oeqa/selftest/cases/rust.py index 6cf1d262d5..010abefd16 100644 --- a/meta/lib/oeqa/selftest/cases/rust.py +++ b/meta/lib/oeqa/selftest/cases/rust.py | |||
@@ -74,9 +74,7 @@ class RustSelfTestSystemEmulated(OESelftestTestCase, OEPTestResultTestCase): | |||
74 | 'src/tools/rustdoc-themes', | 74 | 'src/tools/rustdoc-themes', |
75 | 'src/tools/rust-installer', | 75 | 'src/tools/rust-installer', |
76 | 'src/tools/suggest-tests', | 76 | 'src/tools/suggest-tests', |
77 | 'src/tools/tidy/src/', | ||
78 | 'tests/assembly/asm/aarch64-outline-atomics.rs', | 77 | 'tests/assembly/asm/aarch64-outline-atomics.rs', |
79 | 'tests/codegen/abi-main-signature-32bit-c-int.rs', | ||
80 | 'tests/codegen/issues/issue-122805.rs', | 78 | 'tests/codegen/issues/issue-122805.rs', |
81 | 'tests/codegen/thread-local.rs', | 79 | 'tests/codegen/thread-local.rs', |
82 | 'tests/mir-opt/', | 80 | 'tests/mir-opt/', |
@@ -91,7 +89,6 @@ class RustSelfTestSystemEmulated(OESelftestTestCase, OEPTestResultTestCase): | |||
91 | 'tests/ui/debuginfo/debuginfo-emit-llvm-ir-and-split-debuginfo.rs', | 89 | 'tests/ui/debuginfo/debuginfo-emit-llvm-ir-and-split-debuginfo.rs', |
92 | 'tests/ui-fulldeps/', | 90 | 'tests/ui-fulldeps/', |
93 | 'tests/ui/process/nofile-limit.rs', | 91 | 'tests/ui/process/nofile-limit.rs', |
94 | 'tests/ui/structs-enums/multiple-reprs.rs', | ||
95 | 'tidyselftest' | 92 | 'tidyselftest' |
96 | ] | 93 | ] |
97 | 94 | ||