summaryrefslogtreecommitdiff
path: root/scripts/test
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2024-08-29 08:48:20 -0700
committerGitHub <noreply@github.com>2024-08-29 08:48:20 -0700
commit992468376b0cce76410be55bf3fbcacad141b7db (patch)
tree9bd8f20c3aa2aa627d3cd0a254dc30f7205cd697 /scripts/test
parent95ddd057424b996a0a2a54f282c6c567246d8cc9 (diff)
downloadbinaryen-992468376b0cce76410be55bf3fbcacad141b7db.tar.gz
binaryen-992468376b0cce76410be55bf3fbcacad141b7db.tar.bz2
binaryen-992468376b0cce76410be55bf3fbcacad141b7db.zip
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.
Diffstat (limited to 'scripts/test')
-rw-r--r--scripts/test/shared.py1
1 files changed, 1 insertions, 0 deletions
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