From 654ee6e2504f11fb0e982a2cf276bafa750f694b Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Tue, 25 Jun 2024 12:39:05 -0700 Subject: [threads] Validate shared-polymorphic instructions (#6702) Such as `ref.eq`, `i31.get_{s,u}`, and `array.len`. Also validate that struct and array operations work on shared structs and arrays. --- 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 0804c0387..192c0d362 100755 --- a/scripts/fuzz_opt.py +++ b/scripts/fuzz_opt.py @@ -353,6 +353,7 @@ INITIAL_CONTENTS_IGNORE = [ # Shared types implementation in progress 'type-merging-shared.wast', 'shared-types.wast', + 'shared-polymorphism.wast', 'shared-struct.wast', ] -- cgit v1.2.3