We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b3c1e1 commit b3d694bCopy full SHA for b3d694b
test/wpt/status/encoding.json
@@ -70,13 +70,8 @@
70
"requires": ["full-icu"]
71
},
72
"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"]
+ "requires": ["small-icu"],
+ "skip": "Skipped for flipping float16array flag to on by default"
80
81
"textdecoder-copy.any.js": {
82
"requires": ["small-icu"]
0 commit comments