Skip to content

Commit b3d694b

Browse files
committed
Skip encodeInto for float16array flag flip
1 parent 1b3c1e1 commit b3d694b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

test/wpt/status/encoding.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,8 @@
7070
"requires": ["full-icu"]
7171
},
7272
"encodeInto.any.js": {
73-
"fail": {
74-
"expected": [
75-
"Invalid encodeInto() destination: Float16Array, backed by: ArrayBuffer",
76-
"Invalid encodeInto() destination: Float16Array, backed by: SharedArrayBuffer"
77-
]
78-
},
79-
"requires": ["small-icu"]
73+
"requires": ["small-icu"],
74+
"skip": "Skipped for flipping float16array flag to on by default"
8075
},
8176
"textdecoder-copy.any.js": {
8277
"requires": ["small-icu"]

0 commit comments

Comments
 (0)