Skip to content

Temprorary disable Wasm2C and Wasm2C2Wasm in fuzz_opt #4724

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions scripts/fuzz_opt.py
Original file line number Diff line number Diff line change
Expand Up @@ -767,8 +767,10 @@ def can_compare_to_others(self):
D8(),
D8Liftoff(),
D8TurboFan(),
Wasm2C(),
Wasm2C2Wasm()]
# TODO: Enable Wasm2C & Wasm2C2Wasm after #4723 issue resolved
# Wasm2C(),
# Wasm2C2Wasm()
]

def handle_pair(self, input, before_wasm, after_wasm, opts):
before = self.run_vms(before_wasm)
Expand Down