From 93d8bd94142ae20405add1ca227f3d9b32c48b85 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 15 Oct 2024 09:32:31 -0500 Subject: [PATCH] Update the spec test suite (#9460) Nothing major in this update, just a new test to ignore due to not supporting exceptions. --- tests/spec_testsuite | 2 +- tests/wast.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/spec_testsuite b/tests/spec_testsuite index ae5a66933070..cbde6d5f26ba 160000 --- a/tests/spec_testsuite +++ b/tests/spec_testsuite @@ -1 +1 @@ -Subproject commit ae5a66933070b705dde56c2a71bf3fbc33282864 +Subproject commit cbde6d5f26ba12d4f455b65bd0648cdba4d95f15 diff --git a/tests/wast.rs b/tests/wast.rs index 80d8f6846710..a7c1bab9d1c6 100644 --- a/tests/wast.rs +++ b/tests/wast.rs @@ -220,6 +220,7 @@ fn should_fail(test: &Path, strategy: Strategy) -> bool { "throw_ref.wast", "try_table.wast", "tag.wast", + "instance.wast", ] .iter() .any(|i| test.ends_with(i))