Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com> PR-URL: https://github.com/nodejs/node/pull/62911 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Matthew Aitken <maitken033380023@gmail.com> Reviewed-By: Mattias Buelens <mattias@buelens.com>
55 lines
1.9 KiB
JSON
55 lines
1.9 KiB
JSON
{
|
|
"idlharness-shadowrealm.window.js": {
|
|
"skip": "ShadowRealm support is not enabled"
|
|
},
|
|
"queuing-strategies-size-function-per-global.window.js": {
|
|
"skip": "Browser-specific test"
|
|
},
|
|
"readable-streams/cross-realm-crash.window.js": {
|
|
"skip": "Browser-specific test"
|
|
},
|
|
"readable-streams/owning-type-message-port.any.js": {
|
|
"fail": {
|
|
"note": "Readable streams with type owning are not yet supported",
|
|
"expected": [
|
|
"Transferred MessageChannel works as expected",
|
|
"Second branch of owning ReadableStream tee should end up into errors with transfer only values"
|
|
]
|
|
}
|
|
},
|
|
"readable-streams/owning-type-video-frame.any.js": {
|
|
"skip": "Browser-specific test"
|
|
},
|
|
"readable-streams/owning-type.any.js": {
|
|
"fail": {
|
|
"note": "Readable streams with type owning are not yet supported",
|
|
"expected": [
|
|
"ReadableStream can be constructed with owning type",
|
|
"ReadableStream of type owning should call start with a ReadableStreamDefaultController",
|
|
"ReadableStream should be able to call enqueue with an empty transfer list",
|
|
"ReadableStream should check transfer parameter",
|
|
"ReadableStream of type owning should transfer enqueued chunks"
|
|
]
|
|
}
|
|
},
|
|
"readable-streams/read-task-handling.window.js": {
|
|
"skip": "Browser-specific test"
|
|
},
|
|
"transferable/deserialize-error.window.js": {
|
|
"skip": "Browser-specific test"
|
|
},
|
|
"transferable/transfer-with-messageport.window.js": {
|
|
"skip": "Browser-specific test"
|
|
},
|
|
"transform-streams/invalid-realm.tentative.window.js": {
|
|
"skip": "Browser-specific test"
|
|
},
|
|
"writable-streams/aborting.any.js": {
|
|
"fail": {
|
|
"note": "Recursive abort() call from within an abort algorithm triggers ERR_INTERNAL_ASSERTION",
|
|
"expected": [
|
|
"recursive abort() call from abort() aborting signal"
|
|
]
|
|
}
|
|
}
|
|
}
|