From d9d6e6ad75d07b76882895d0312c89baea9e2fa2 Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Thu, 27 Aug 2026 14:00:00 -0700 Subject: [PATCH 1/2] Do not fuzz gufa-waitqueue.wast --- scripts/test/fuzzing.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/test/fuzzing.py b/scripts/test/fuzzing.py index 6eea763459b..30c2516d0f1 100644 --- a/scripts/test/fuzzing.py +++ b/scripts/test/fuzzing.py @@ -116,6 +116,7 @@ 'optimize-instructions-global-effects-idempotent.wast', # Not fully implemented. 'waitqueue.wast', + 'gufa-waitqueue.wast, # TODO: fix handling of the non-utf8 names here 'name-high-bytes.wast', # JS interop testcases have complex js-wasm interactions From 2c2073e2c3b1bdbb625c9cb13cd7e0546e477c58 Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Thu, 27 Aug 2026 15:47:33 -0700 Subject: [PATCH 2/2] oops --- scripts/test/fuzzing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test/fuzzing.py b/scripts/test/fuzzing.py index 30c2516d0f1..1dafecfe570 100644 --- a/scripts/test/fuzzing.py +++ b/scripts/test/fuzzing.py @@ -116,7 +116,7 @@ 'optimize-instructions-global-effects-idempotent.wast', # Not fully implemented. 'waitqueue.wast', - 'gufa-waitqueue.wast, + 'gufa-waitqueue.wast', # TODO: fix handling of the non-utf8 names here 'name-high-bytes.wast', # JS interop testcases have complex js-wasm interactions