We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763444e commit bd4eec7Copy full SHA for bd4eec7
tests/all/gc.rs
@@ -1237,7 +1237,7 @@ fn drc_traces_the_correct_number_of_gc_refs_in_arrays() -> Result<()> {
1237
// exercises growing the GC heap and that we configure compilation tunables and
1238
// runtime memories backing GC heaps correctly.
1239
#[test]
1240
-#[cfg_attr(miri, ignore)]
+#[cfg_attr(any(miri, not(target_pointer_width = "64")), ignore)]
1241
fn gc_heap_oom() -> Result<()> {
1242
if std::env::var("WASMTIME_TEST_NO_HOG_MEMORY").is_ok() {
1243
return Ok(());
0 commit comments