From 37b050476bf1013c917756c3c31ce7b3a6cbd4a8 Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Fri, 5 Jun 2026 16:04:05 -0700 Subject: [PATCH] Skip idempotent test in fuzzing.py The fuzzer cannot preserve idempotency, so it does not support initial contents with idempotency annotations. --- scripts/test/fuzzing.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/test/fuzzing.py b/scripts/test/fuzzing.py index 8a23262280d..6eea763459b 100644 --- a/scripts/test/fuzzing.py +++ b/scripts/test/fuzzing.py @@ -113,6 +113,7 @@ 'duplicate-function-elimination_annotations.wast', 'once-reduction_idempotent.wast', 'local-cse_idempotent.wast', + 'optimize-instructions-global-effects-idempotent.wast', # Not fully implemented. 'waitqueue.wast', # TODO: fix handling of the non-utf8 names here