From f4b87f3102a0ab155f681148723b6b026504c2ec Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Mon, 29 Jun 2020 15:56:21 -0700 Subject: [PATCH] Enable more spec tests --- build.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build.rs b/build.rs index 0e511a5717..fa89812ed9 100644 --- a/build.rs +++ b/build.rs @@ -200,11 +200,6 @@ fn ignore(testsuite: &str, testname: &str, strategy: &str) -> bool { ("simd", "simd_load") => return true, // FIXME Unsupported feature: proposed SIMD operator I32x4TruncSatF32x4S ("simd", "simd_splat") => return true, // FIXME Unsupported feature: proposed SIMD operator I32x4TruncSatF32x4S - // not parsed in wasmparser yet - ("simd", "simd_i32x4_arith2") => return true, - ("simd", "simd_i16x8_arith2") => return true, - ("simd", "simd_i8x16_arith2") => return true, - // Still working on implementing these. See #929. ("reference_types", "global") | ("reference_types", "linking")