From 7c887ef3ee60898a0b6b10649503d2bac212e2f6 Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Wed, 7 Aug 2024 21:38:33 +0000 Subject: [PATCH] [FP16] Disable float 16 fuzzing for now. --- scripts/fuzz_opt.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py index 77fc664c94a..a4adb7b7910 100755 --- a/scripts/fuzz_opt.py +++ b/scripts/fuzz_opt.py @@ -294,6 +294,8 @@ def is_git_repo(): INITIAL_CONTENTS_IGNORE = [ + # Float16 is still experimental. + 'f16.wast', # not all relaxed SIMD instructions are implemented in the interpreter 'relaxed-simd.wast', # TODO: fuzzer and interpreter support for strings