Skip to content

Commit 4d67590

Browse files
committed
update statuses
1 parent 9f5517a commit 4d67590

File tree

5 files changed

+18
-0
lines changed

5 files changed

+18
-0
lines changed

test/wpt/status/FileAPI/blob.json

+1
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

+8
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,13 @@
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+
]
14+
}
715
}
816
}
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/resource-timing.json

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
"buffered-flag.any.js": {
2121
"skip": "Browser-specific test"
2222
},
23+
"delivery-type.tentative.any.js": {
24+
"skip": "Browser-specific test"
25+
},
2326
"idlharness.any.js": {
2427
"fail": {
2528
"expected": [

test/wpt/status/webstorage.json

+3
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)