From 318caf0c320d6e10d45a87b7dced62492e01fab4 Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Tue, 16 Jul 2024 13:36:24 -0700 Subject: [PATCH] [NFC][threads] Ignore type-ssa-shared.wast in fuzzer The fuzzer does not yet properly handle initial contents containing shared types. --- scripts/fuzz_opt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py index ada930127c7..c6a68e85c30 100755 --- a/scripts/fuzz_opt.py +++ b/scripts/fuzz_opt.py @@ -357,6 +357,7 @@ def is_git_repo(): 'shared-struct.wast', 'shared-array.wast', 'shared-i31.wast', + 'type-ssa-shared.wast', ]