summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rust/files/rust-oe-selftest.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/rust/files/rust-oe-selftest.patch')
-rw-r--r--meta/recipes-devtools/rust/files/rust-oe-selftest.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rust/files/rust-oe-selftest.patch b/meta/recipes-devtools/rust/files/rust-oe-selftest.patch
index dd22ced57d..7e5854a62a 100644
--- a/meta/recipes-devtools/rust/files/rust-oe-selftest.patch
+++ b/meta/recipes-devtools/rust/files/rust-oe-selftest.patch
@@ -469,3 +469,15 @@ index 14e6013f96..b670f27ab4 100644
469 #[cfg_attr(miri, ignore)] 469 #[cfg_attr(miri, ignore)]
470 fn $test_fn_name() { 470 fn $test_fn_name() {
471 $crate::sort::tests::$test_fn_name::<$sort_impl>(); 471 $crate::sort::tests::$test_fn_name::<$sort_impl>();
472diff --git a/compiler/rustc_data_structures/src/vec_cache/tests.rs b/compiler/rustc_data_structures/src/vec_cache/tests.rs
473index a05f274136..0e69b4cb98 100644
474--- a/compiler/rustc_data_structures/src/vec_cache/tests.rs
475+++ b/compiler/rustc_data_structures/src/vec_cache/tests.rs
476@@ -17,6 +17,7 @@ fn vec_cache_insert_and_check() {
477 }
478
479 #[test]
480+#[ignore]
481 fn sparse_inserts() {
482 let cache: VecCache<u32, u8, u32> = VecCache::default();
483 let end = if cfg!(target_pointer_width = "64") && cfg!(target_os = "linux") {