Skip to content

Commit

Permalink
update statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
RedYetiDev committed Aug 26, 2024
1 parent 820aac6 commit 241ee32
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/wpt/status/FileAPI/blob.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"ArrayBuffer elements of the blobParts array should be supported.",
"Passing typed arrays as elements of the blobParts array should work.",
"Passing a Float64Array as element of the blobParts array should work.",
"Passing a Float16Array as element of the blobParts array should work.",
"Passing BigInt typed arrays as elements of the blobParts array should work.",
"Array with two blobs",
"Array with two buffers",
Expand Down
8 changes: 8 additions & 0 deletions test/wpt/status/WebCryptoAPI.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,13 @@
},
"historical.any.js": {
"skip": "Not relevant in Node.js context"
},
"getRandomValues.any.js": {
"fail": {
"note": "These types do not exist in Node.js",
"expected": [
"Float16 arrays"
]
}
}
}
3 changes: 3 additions & 0 deletions test/wpt/status/html/webappapis/timers.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"negative-settimeout.any.js": {
"skip": "unreliable in Node.js; Refs: https://github.com/nodejs/node/issues/37672"
},
"evil-spec-example.any.js": {
"skip": "Node.js does not support a string as a parameter to setTimeout"
}
}
3 changes: 3 additions & 0 deletions test/wpt/status/resource-timing.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"buffered-flag.any.js": {
"skip": "Browser-specific test"
},
"delivery-type.tentative.any.js": {
"skip": "Browser-specific test"
},
"idlharness.any.js": {
"fail": {
"expected": [
Expand Down
3 changes: 3 additions & 0 deletions test/wpt/status/webstorage.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"localstorage-cross-origin-iframe.tentative.https.window.js": {
"skip": "iframes are not supported in Node.js."
},
"localstorage-cross-origin-iframe.https.window.js": {
"skip": "iframes are not supported in Node.js."
},
"storage_local_window_open.window.js": {
"skip": "window.open() is not supported in Node.js."
},
Expand Down

0 comments on commit 241ee32

Please sign in to comment.