Skip to content

Commit 1608018

Browse files
committed
update statuses
1 parent 820aac6 commit 1608018

4 files changed

Lines changed: 17 additions & 0 deletions

File tree

test/wpt/status/FileAPI/blob.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"ArrayBuffer elements of the blobParts array should be supported.",
1818
"Passing typed arrays as elements of the blobParts array should work.",
1919
"Passing a Float64Array as element of the blobParts array should work.",
20+
"Passing a Float16Array as element of the blobParts array should work.",
2021
"Passing BigInt typed arrays as elements of the blobParts array should work.",
2122
"Array with two blobs",
2223
"Array with two buffers",

test/wpt/status/WebCryptoAPI.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,15 @@
44
},
55
"historical.any.js": {
66
"skip": "Not relevant in Node.js context"
7+
},
8+
"getRandomValues.any.js": {
9+
"fail": {
10+
"note": "These types do not exist in Node.js",
11+
"expected": [
12+
"Float16 arrays",
13+
"Float arrays",
14+
"DataView"
15+
]
16+
}
717
}
818
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"negative-settimeout.any.js": {
33
"skip": "unreliable in Node.js; Refs: https://github.com/nodejs/node/issues/37672"
4+
},
5+
"evil-spec-example.any.js": {
6+
"skip": "Node.js does not support a string as a parameter to setTimeout"
47
}
58
}

test/wpt/status/webstorage.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"localstorage-cross-origin-iframe.tentative.https.window.js": {
99
"skip": "iframes are not supported in Node.js."
1010
},
11+
"localstorage-cross-origin-iframe.https.window.js": {
12+
"skip": "iframes are not supported in Node.js."
13+
},
1114
"storage_local_window_open.window.js": {
1215
"skip": "window.open() is not supported in Node.js."
1316
},

0 commit comments

Comments
 (0)