From 6f37355ae24449c178abcdb08294d0fb3ef5f50c Mon Sep 17 00:00:00 2001 From: Max Graey Date: Tue, 21 Jun 2022 21:37:10 +0300 Subject: Disable Wasm2C in fuzz_opt for now (#4743) Relates to #4741 --- scripts/fuzz_opt.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py index 54c24be86..15c052937 100755 --- a/scripts/fuzz_opt.py +++ b/scripts/fuzz_opt.py @@ -767,8 +767,10 @@ class CompareVMs(TestCaseHandler): D8(), D8Liftoff(), D8TurboFan(), - Wasm2C(), - Wasm2C2Wasm()] + # FIXME: Temprorary disable. See issue #4741 for more details + # Wasm2C(), + # Wasm2C2Wasm() + ] def handle_pair(self, input, before_wasm, after_wasm, opts): before = self.run_vms(before_wasm) -- cgit v1.2.3