mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
e0bbe8fd52
PR-URL: https://github.com/nodejs/node/pull/50712 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
29 lines
1017 B
JSON
29 lines
1017 B
JSON
{
|
|
"compression-bad-chunks.tentative.any.js": {
|
|
"skip": "Execution \"hangs\", ArrayBuffer and TypedArray is not accepted and throws, instead of rejects during writer.write"
|
|
},
|
|
"decompression-bad-chunks.tentative.any.js": {
|
|
"skip": "Execution \"hangs\", ArrayBuffer and TypedArray is not accepted and throws, instead of rejects during writer.write"
|
|
},
|
|
"decompression-buffersource.tentative.any.js": {
|
|
"skip": "ArrayBuffer and TypedArray is not accepted and throws, instead of rejects during writer.write"
|
|
},
|
|
"compression-with-detach.tentative.window.js": {
|
|
"requires": ["crypto"]
|
|
},
|
|
"decompression-corrupt-input.tentative.any.js": {
|
|
"fail": {
|
|
"expected": [
|
|
"trailing junk for 'deflate' should give an error",
|
|
"trailing junk for 'gzip' should give an error"
|
|
]
|
|
}
|
|
},
|
|
"idlharness-shadowrealm.window.js": {
|
|
"skip": "ShadowRealm support is not enabled"
|
|
},
|
|
"third_party/pako/pako_inflate.min.js": {
|
|
"skip": "This is not a test file."
|
|
}
|
|
}
|