node/test/wpt/status/wasm/webapi.json
Michaël Zasso 3cf65bd268
test: skip instantiateStreaming-bad-imports WPT
This test is flaky on ARM with V8 >= 11.2.
Skip it so we can update V8 before the release of Nodejs 20.0.0.

PR-URL: https://github.com/nodejs/node/pull/47292
Refs: https://github.com/nodejs/node/pull/46815
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
2023-03-29 11:58:19 +00:00

23 lines
520 B
JSON

{
"historical.any.js": {
"skip": "indexedDB is not defined"
},
"origin.sub.any.js": {
"skip": "CORS not implemented"
},
"abort.any.js": {
"skip": "WPTRunner does not support fetch()"
},
"contenttype.any.js": {
"skip": "WPTRunner does not support fetch()"
},
"idlharness.any.js": {
"skip": "not configured"
},
"status.any.js": {
"skip": "WPTRunner does not support fetch()"
},
"instantiateStreaming-bad-imports.any.js": {
"skip": "Flaky on ARM with V8 >= 11.2"
}
}