From 992468376b0cce76410be55bf3fbcacad141b7db Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 29 Aug 2024 08:48:20 -0700 Subject: Ignore fp16 in the fuzzer (#6881) Add the feature flag in V8 invocations, but also disable the feature as it isn't quite ready yet. --- scripts/test/shared.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/test') diff --git a/scripts/test/shared.py b/scripts/test/shared.py index 4ca065d03..624a2f19a 100644 --- a/scripts/test/shared.py +++ b/scripts/test/shared.py @@ -257,6 +257,7 @@ V8_OPTS = [ '--experimental-wasm-compilation-hints', '--experimental-wasm-memory64', '--experimental-wasm-stringref', + '--experimental-wasm-fp16', ] # external tools -- cgit v1.2.3