From b3d694bc5f487bce7df5f56883ddc8b96d81e30c Mon Sep 17 00:00:00 2001 From: Shu-yu Guo Date: Mon, 5 May 2025 12:01:45 -0700 Subject: [PATCH] Skip encodeInto for float16array flag flip --- test/wpt/status/encoding.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/test/wpt/status/encoding.json b/test/wpt/status/encoding.json index f9378d7195a2a7..915196876bbeb9 100644 --- a/test/wpt/status/encoding.json +++ b/test/wpt/status/encoding.json @@ -70,13 +70,8 @@ "requires": ["full-icu"] }, "encodeInto.any.js": { - "fail": { - "expected": [ - "Invalid encodeInto() destination: Float16Array, backed by: ArrayBuffer", - "Invalid encodeInto() destination: Float16Array, backed by: SharedArrayBuffer" - ] - }, - "requires": ["small-icu"] + "requires": ["small-icu"], + "skip": "Skipped for flipping float16array flag to on by default" }, "textdecoder-copy.any.js": { "requires": ["small-icu"]