Skip to content

Commit 36cd1de

Browse files
committed
update statuses
1 parent bf3a767 commit 36cd1de

File tree

5 files changed

+18
-0
lines changed

5 files changed

+18
-0
lines changed

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: 8 additions & 0 deletions
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
}
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/resource-timing.json

Lines changed: 3 additions & 0 deletions
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

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)