From 1f8c6a02c8cb49bdd9542f68f852ef15c0d04fde Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Tue, 28 Jul 2026 18:40:21 +0000 Subject: [PATCH] [multibyte] Disable multibyte arrays until interpreter is ready. --- scripts/fuzz_opt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py index 55dce6dc47c..5d290e3c876 100755 --- a/scripts/fuzz_opt.py +++ b/scripts/fuzz_opt.py @@ -52,8 +52,8 @@ # parameters # feature options that are always passed to the tools. -# XXX fp16 is not yet stable, remove from here when it is -CONSTANT_FEATURE_OPTS = ['--all-features', '--disable-fp16'] +# XXX fp16 and multibyte are not yet stable, remove from here when they are. +CONSTANT_FEATURE_OPTS = ['--all-features', '--disable-fp16', '--disable-multibyte'] INPUT_SIZE_MIN = 1024 INPUT_SIZE_MEAN = 40 * 1024