Skip to content

Commit

Permalink
fixup! update statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
avivkeller committed Sep 25, 2024
1 parent 675bc44 commit 341b6c2
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 28 deletions.
28 changes: 1 addition & 27 deletions test/wpt/status/FileAPI/blob.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,10 @@
"fail": {
"note": "Depends on File API",
"expected": [
"A plain object with @@iterator should be treated as a sequence for the blobParts argument.",
"A plain object with @@iterator and a length property should be treated as a sequence for the blobParts argument.",
"A String object should be treated as a sequence for the blobParts argument.",
"A Uint8Array object should be treated as a sequence for the blobParts argument.",
"Getters and value conversions should happen in order until an exception is thrown.",
"Changes to the blobParts array should be reflected in the returned Blob (pop).",
"Changes to the blobParts array should be reflected in the returned Blob (unshift).",
"ToString should be called on elements of the blobParts array.",
"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 BigInt typed arrays as elements of the blobParts array should work.",
"Array with two blobs",
"Array with two buffers",
"Array with two bufferviews",
"Array with mixed types",
"options properties should be accessed in lexicographic order.",
"Arguments should be evaluated from left to right.",
"Passing null (index 0) for options should use the defaults.",
"Passing null (index 0) for options should use the defaults (with newlines).",
"Passing undefined (index 1) for options should use the defaults.",
"Passing undefined (index 1) for options should use the defaults (with newlines).",
"Passing object \"[object Object]\" (index 2) for options should use the defaults.",
"Passing object \"[object Object]\" (index 2) for options should use the defaults (with newlines).",
"Passing object \"[object Object]\" (index 3) for options should use the defaults.",
"Passing object \"[object Object]\" (index 3) for options should use the defaults (with newlines).",
"Passing object \"/regex/\" (index 4) for options should use the defaults.",
"Passing object \"/regex/\" (index 4) for options should use the defaults (with newlines).",
"Passing function \"function() {}\" (index 5) for options should use the defaults.",
"Passing function \"function() {}\" (index 5) for options should use the defaults (with newlines)."
"Passing a Float16Array as element of the blobParts array should work."
]
}
},
Expand Down
10 changes: 9 additions & 1 deletion test/wpt/status/html/webappapis/structured-clone.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"structured-clone.any.js": {
"fail": {
"expected": ["File basic"]
"note12": "(1, 2) https://github.com/nodejs/node/issues/47612",
"note3": "(3) SharedArrayBuffer does not extend ArrayBuffer",
"note4": "(4) https://github.com/nodejs/node/issues/55120",
"expected": [
"File basic",
"A subclass instance will deserialize as its closest serializable superclass",
"Growable SharedArrayBuffer",
"Serializing a non-serializable platform object fails"
]
}
}
}
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"
}
}
53 changes: 53 additions & 0 deletions test/wpt/status/performance-timeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
]
}
},
"droppedentriescount.any.js": {
"skip": "Node.js cannot open files with query params"
},
"idlharness.any.js": {
"fail": {
"note": "not implemented",
Expand All @@ -21,5 +24,55 @@
},
"webtiming-resolution.any.js": {
"skip": "flaky"
},
"not-restored-reasons/performance-navigation-timing-attributes.tentative.window.js": {
"skip": "Depends on HTML WebPlatformTests"
},
"not-restored-reasons/performance-navigation-timing-bfcache-reasons-stay.tentative.window.js": {
"skip": "Depends on HTML WebPlatformTests"
},
"not-restored-reasons/performance-navigation-timing-bfcache.tentative.window.js": {
"skip": "Depends on HTML WebPlatformTests"
},
"not-restored-reasons/performance-navigation-timing-cross-origin-bfcache.tentative.window.js": {
"skip": "Depends on HTML WebPlatformTests"
},
"not-restored-reasons/performance-navigation-timing-fetch.tentative.window.js": {
"skip": "Depends on HTML WebPlatformTests"
},
"not-restored-reasons/performance-navigation-timing-iframes-without-attributes.tentative.window.js": {
"skip": "Depends on HTML WebPlatformTests"
},
"not-restored-reasons/performance-navigation-timing-lock.https.tentative.window.js": {
"skip": "Depends on HTML WebPlatformTests"
},
"not-restored-reasons/performance-navigation-timing-navigation-failure.tentative.window.js": {
"skip": "Depends on HTML WebPlatformTests"
},
"not-restored-reasons/performance-navigation-timing-not-bfcached.tentative.window.js": {
"skip": "Depends on HTML WebPlatformTests"
},
"not-restored-reasons/performance-navigation-timing-redirect-on-history.tentative.window.js": {
"skip": "Depends on HTML WebPlatformTests"
},
"not-restored-reasons/performance-navigation-timing-reload.tentative.window.js": {
"skip": "Depends on HTML WebPlatformTests"
},
"not-restored-reasons/performance-navigation-timing-same-origin-bfcache.tentative.window.js": {
"skip": "Depends on HTML WebPlatformTests"
},
"not-restored-reasons/performance-navigation-timing-same-origin-replace.tentative.window.js": {
"skip": "Depends on HTML WebPlatformTests"
},
"idlharness-shadowrealm.window.js": {
"skip": "Requires ShadowRealm"
},
"not-restored-reasons/abort-block-bfcache.window.js": {
"fail": {
"note": "Requires 'window.stop()'",
"expected": [
"aborting a parser should block bfcache."
]
}
}
}
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 341b6c2

Please sign in to comment.