From ac62d282167f489766c7d0cba31feede2072c4bc Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Wed, 28 Feb 2024 14:58:58 -0800 Subject: Fuzzing: Remove some obsolete experimental V8 flags (#6347) Those flags were removed in V8 as the features are no longer experimental. This PR removes some warnings from being logged (but V8 does not error on them). --- scripts/test/shared.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scripts/test') diff --git a/scripts/test/shared.py b/scripts/test/shared.py index 15c837b1d..ef3cea261 100644 --- a/scripts/test/shared.py +++ b/scripts/test/shared.py @@ -256,12 +256,8 @@ def has_shell_timeout(): V8_OPTS = [ '--wasm-staging', '--experimental-wasm-compilation-hints', - '--experimental-wasm-gc', - '--experimental-wasm-typed-funcref', '--experimental-wasm-memory64', - '--experimental-wasm-extended-const', '--experimental-wasm-stringref', - '--wasm-final-types', ] # external tools -- cgit v1.2.3