Update test expectations;

This commit is contained in:
Benjamin Bouvier
2020-04-24 15:53:47 +02:00
parent f020f0812e
commit d166cff283

View File

@@ -238,14 +238,9 @@ fn should_panic(testsuite: &str, testname: &str) -> bool {
match (testsuite, testname) { match (testsuite, testname) {
// FIXME(#1521) // FIXME(#1521)
("misc_testsuite", "func_400_params") ("misc_testsuite", "func_400_params")
| ("misc_testsuite", "misc_traps")
| ("simd", _) | ("simd", _)
| ("multi_value", "call") | ("multi_value", "call")
| ("spec_testsuite", "call") | ("spec_testsuite", "call") => true,
| ("spec_testsuite", "i32")
| ("spec_testsuite", "i64")
| ("spec_testsuite", "int_exprs")
| ("spec_testsuite", "traps") => true,
_ => false, _ => false,
} }