From d166cff2833c724ceed154ac9a802c417be007b4 Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Fri, 24 Apr 2020 15:53:47 +0200 Subject: [PATCH] Update test expectations; --- build.rs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/build.rs b/build.rs index 5a96831a60..f94f0d3980 100644 --- a/build.rs +++ b/build.rs @@ -238,14 +238,9 @@ fn should_panic(testsuite: &str, testname: &str) -> bool { match (testsuite, testname) { // FIXME(#1521) ("misc_testsuite", "func_400_params") - | ("misc_testsuite", "misc_traps") | ("simd", _) | ("multi_value", "call") - | ("spec_testsuite", "call") - | ("spec_testsuite", "i32") - | ("spec_testsuite", "i64") - | ("spec_testsuite", "int_exprs") - | ("spec_testsuite", "traps") => true, + | ("spec_testsuite", "call") => true, _ => false, }