Skip to content

Commit 341b6c2

Browse files
committed
fixup! update statuses
1 parent 675bc44 commit 341b6c2

File tree

6 files changed

+72
-28
lines changed

6 files changed

+72
-28
lines changed

test/wpt/status/FileAPI/blob.json

+1-27
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,10 @@
66
"fail": {
77
"note": "Depends on File API",
88
"expected": [
9-
"A plain object with @@iterator should be treated as a sequence for the blobParts argument.",
10-
"A plain object with @@iterator and a length property should be treated as a sequence for the blobParts argument.",
11-
"A String object should be treated as a sequence for the blobParts argument.",
12-
"A Uint8Array object should be treated as a sequence for the blobParts argument.",
139
"Getters and value conversions should happen in order until an exception is thrown.",
14-
"Changes to the blobParts array should be reflected in the returned Blob (pop).",
15-
"Changes to the blobParts array should be reflected in the returned Blob (unshift).",
16-
"ToString should be called on elements of the blobParts array.",
17-
"ArrayBuffer elements of the blobParts array should be supported.",
18-
"Passing typed arrays as elements of the blobParts array should work.",
19-
"Passing a Float64Array as element of the blobParts array should work.",
20-
"Passing BigInt typed arrays as elements of the blobParts array should work.",
21-
"Array with two blobs",
22-
"Array with two buffers",
23-
"Array with two bufferviews",
24-
"Array with mixed types",
2510
"options properties should be accessed in lexicographic order.",
2611
"Arguments should be evaluated from left to right.",
27-
"Passing null (index 0) for options should use the defaults.",
28-
"Passing null (index 0) for options should use the defaults (with newlines).",
29-
"Passing undefined (index 1) for options should use the defaults.",
30-
"Passing undefined (index 1) for options should use the defaults (with newlines).",
31-
"Passing object \"[object Object]\" (index 2) for options should use the defaults.",
32-
"Passing object \"[object Object]\" (index 2) for options should use the defaults (with newlines).",
33-
"Passing object \"[object Object]\" (index 3) for options should use the defaults.",
34-
"Passing object \"[object Object]\" (index 3) for options should use the defaults (with newlines).",
35-
"Passing object \"/regex/\" (index 4) for options should use the defaults.",
36-
"Passing object \"/regex/\" (index 4) for options should use the defaults (with newlines).",
37-
"Passing function \"function() {}\" (index 5) for options should use the defaults.",
38-
"Passing function \"function() {}\" (index 5) for options should use the defaults (with newlines)."
12+
"Passing a Float16Array as element of the blobParts array should work."
3913
]
4014
}
4115
},
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
{
22
"structured-clone.any.js": {
33
"fail": {
4-
"expected": ["File basic"]
4+
"note12": "(1, 2) https://github.com/nodejs/node/issues/47612",
5+
"note3": "(3) SharedArrayBuffer does not extend ArrayBuffer",
6+
"note4": "(4) https://github.com/nodejs/node/issues/55120",
7+
"expected": [
8+
"File basic",
9+
"A subclass instance will deserialize as its closest serializable superclass",
10+
"Growable SharedArrayBuffer",
11+
"Serializing a non-serializable platform object fails"
12+
]
513
}
614
}
715
}
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/performance-timeline.json

+53
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
]
88
}
99
},
10+
"droppedentriescount.any.js": {
11+
"skip": "Node.js cannot open files with query params"
12+
},
1013
"idlharness.any.js": {
1114
"fail": {
1215
"note": "not implemented",
@@ -21,5 +24,55 @@
2124
},
2225
"webtiming-resolution.any.js": {
2326
"skip": "flaky"
27+
},
28+
"not-restored-reasons/performance-navigation-timing-attributes.tentative.window.js": {
29+
"skip": "Depends on HTML WebPlatformTests"
30+
},
31+
"not-restored-reasons/performance-navigation-timing-bfcache-reasons-stay.tentative.window.js": {
32+
"skip": "Depends on HTML WebPlatformTests"
33+
},
34+
"not-restored-reasons/performance-navigation-timing-bfcache.tentative.window.js": {
35+
"skip": "Depends on HTML WebPlatformTests"
36+
},
37+
"not-restored-reasons/performance-navigation-timing-cross-origin-bfcache.tentative.window.js": {
38+
"skip": "Depends on HTML WebPlatformTests"
39+
},
40+
"not-restored-reasons/performance-navigation-timing-fetch.tentative.window.js": {
41+
"skip": "Depends on HTML WebPlatformTests"
42+
},
43+
"not-restored-reasons/performance-navigation-timing-iframes-without-attributes.tentative.window.js": {
44+
"skip": "Depends on HTML WebPlatformTests"
45+
},
46+
"not-restored-reasons/performance-navigation-timing-lock.https.tentative.window.js": {
47+
"skip": "Depends on HTML WebPlatformTests"
48+
},
49+
"not-restored-reasons/performance-navigation-timing-navigation-failure.tentative.window.js": {
50+
"skip": "Depends on HTML WebPlatformTests"
51+
},
52+
"not-restored-reasons/performance-navigation-timing-not-bfcached.tentative.window.js": {
53+
"skip": "Depends on HTML WebPlatformTests"
54+
},
55+
"not-restored-reasons/performance-navigation-timing-redirect-on-history.tentative.window.js": {
56+
"skip": "Depends on HTML WebPlatformTests"
57+
},
58+
"not-restored-reasons/performance-navigation-timing-reload.tentative.window.js": {
59+
"skip": "Depends on HTML WebPlatformTests"
60+
},
61+
"not-restored-reasons/performance-navigation-timing-same-origin-bfcache.tentative.window.js": {
62+
"skip": "Depends on HTML WebPlatformTests"
63+
},
64+
"not-restored-reasons/performance-navigation-timing-same-origin-replace.tentative.window.js": {
65+
"skip": "Depends on HTML WebPlatformTests"
66+
},
67+
"idlharness-shadowrealm.window.js": {
68+
"skip": "Requires ShadowRealm"
69+
},
70+
"not-restored-reasons/abort-block-bfcache.window.js": {
71+
"fail": {
72+
"note": "Requires 'window.stop()'",
73+
"expected": [
74+
"aborting a parser should block bfcache."
75+
]
76+
}
2477
}
2578
}

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)