From a744bec7bc744182822c6b86aa3159d08dea0b3c Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Thu, 18 Jul 2024 16:39:15 -0400 Subject: Validate features for types used in tables (#6768) We previously special-cased things like GC types, but switch to a more general solution of detecting what features a table's type requires. --- scripts/fuzz_opt.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/fuzz_opt.py') diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py index 0f3bc3f3f..9036c338f 100755 --- a/scripts/fuzz_opt.py +++ b/scripts/fuzz_opt.py @@ -363,6 +363,7 @@ INITIAL_CONTENTS_IGNORE = [ 'shared-ref_eq.wast', 'shared-types-no-gc.wast', 'shared-ref-i31.wast', + 'table-type.wast', ] -- cgit v1.2.3