Skip to content

Commit

Permalink
wasmtime: Enable SIMD memory64 tests for riscv64
Browse files Browse the repository at this point in the history
  • Loading branch information
afonso360 committed Jun 17, 2023
1 parent ea6ea15 commit 196ec71
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 @@ -228,11 +228,6 @@ fn ignore(testsuite: &str, testname: &str, strategy: &str) -> bool {
return true;
}

// The memory64 testsuite has a single SIMD test that we don't pass yet.
if testname == "simd" && testsuite == "memory64" {
return true;
}

let known_failure = [
"canonicalize_nan",
"cvt_from_uint",
Expand Down

0 comments on commit 196ec71

Please sign in to comment.