From f851684ebca68c45c7b57fd2e968e059e62c202f Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Fri, 17 Sep 2021 11:02:12 -0700 Subject: [PATCH] Ignore failing test on old-backend builds. --- tests/all/gc.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/all/gc.rs b/tests/all/gc.rs index 0ba46525f302..8092613eb5b1 100644 --- a/tests/all/gc.rs +++ b/tests/all/gc.rs @@ -426,6 +426,7 @@ fn global_init_no_leak() -> anyhow::Result<()> { } #[test] +#[cfg(not(feature = "old-x86-backend"))] fn no_gc_middle_of_args() -> anyhow::Result<()> { let (mut store, module) = ref_types_module( r#"