Skip to content

Commit

Permalink
Enable more spec tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abrown committed Jun 30, 2020
1 parent c3993a5 commit f4b87f3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit f4b87f3

Please sign in to comment.