Skip to content

Commit

Permalink
Runs the test case previously failing due to a bug in Rosseta 2 (#2224)
Browse files Browse the repository at this point in the history
This case has been skipped due to a bug I found in Rosetta 2.
The bug was fixed in the latest macOS, so enable it now.

Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
  • Loading branch information
mathetake committed Jun 1, 2024
1 parent 4201f54 commit 2092c0a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/integration_test/fuzzcases/fuzzcases_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"encoding/hex"
"fmt"
"math"
"runtime"
"testing"

"github.com/tetratelabs/wazero"
Expand Down Expand Up @@ -887,9 +886,6 @@ func Test2031(t *testing.T) {
if !platform.CompilerSupported() {
return
}
if runtime.GOARCH == "amd64" && runtime.GOOS == "darwin" {
t.Skip()
}
run(t, func(t *testing.T, r wazero.Runtime) {
mod, err := r.Instantiate(ctx, getWasmBinary(t, "2031"))
require.NoError(t, err)
Expand Down

0 comments on commit 2092c0a

Please sign in to comment.