Skip to content

Commit a60bcbe

Browse files
committed
Enable more spec tests
1 parent 41ffc43 commit a60bcbe

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

build.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,6 @@ fn ignore(testsuite: &str, testname: &str, strategy: &str) -> bool {
200200
("simd", "simd_load") => return true, // FIXME Unsupported feature: proposed SIMD operator I32x4TruncSatF32x4S
201201
("simd", "simd_splat") => return true, // FIXME Unsupported feature: proposed SIMD operator I32x4TruncSatF32x4S
202202

203-
// not parsed in wasmparser yet
204-
("simd", "simd_i32x4_arith2") => return true,
205-
("simd", "simd_i16x8_arith2") => return true,
206-
("simd", "simd_i8x16_arith2") => return true,
207-
208203
("reference_types", "table_copy_on_imported_tables")
209204
| ("reference_types", "externref_id_function")
210205
| ("reference_types", "table_size")

0 commit comments

Comments
 (0)