Skip to content

Commit

Permalink
tests: update wpt (denoland#24198)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Jun 13, 2024
1 parent e4f3ed8 commit d89ff73
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 4 deletions.
34 changes: 31 additions & 3 deletions tests/wpt/runner/expectation.json
Original file line number Diff line number Diff line change
Expand Up @@ -3654,7 +3654,6 @@
"parts": {
"basic-dom-part-declarative-brace-syntax-innerhtml.tentative.html": false,
"basic-dom-part-declarative-brace-syntax.tentative.html": false,
"basic-dom-part-declarative-pi-syntax.tentative.html": false,
"basic-dom-part-objects.tentative.html": false,
"dom-parts-parseparts-on-body.tentative.html": false,
"dom-parts-parseparts-on-head.tentative.html": false,
Expand Down Expand Up @@ -4029,7 +4028,13 @@
"strategies.any.html": true,
"strategies.any.worker.html": true,
"terminate.any.html": true,
"terminate.any.worker.html": true
"terminate.any.worker.html": true,
"cancel.any.html": [
"readable.cancel() and a parallel writable.close() should reject if a transformer.cancel() calls controller.error()"
],
"cancel.any.worker.html": [
"readable.cancel() and a parallel writable.close() should reject if a transformer.cancel() calls controller.error()"
]
},
"writable-streams": {
"aborting.any.html": true,
Expand Down Expand Up @@ -4064,7 +4069,18 @@
"queuing-strategies-size-function-per-global.window.html": false,
"transferable": {
"deserialize-error.window.html": false,
"transfer-with-messageport.window.html": false
"transfer-with-messageport.window.html": false,
"readable-stream.html": false,
"reason.html": false,
"service-worker.https.html": false,
"shared-worker.html": false,
"transform-stream-members.any.html": true,
"transform-stream-members.any.shadowrealm.html": false,
"transform-stream-members.any.worker.html": true,
"transform-stream.html": false,
"window.html": false,
"worker.html": false,
"writable-stream.html": false
},
"idlharness-shadowrealm.window.html": false
},
Expand Down Expand Up @@ -5877,6 +5893,7 @@
"Parsing origin: <west:https://x:0> against <about:blank>"
],
"a-element.html?exclude=(file|javascript|mailto)": [
"Test that embedded 0x0A is stripped",
"Parsing: <http:https://example\t.\norg> against <http:https://example.org/foo/bar>",
"Parsing: <http:https://user:pass@foo:21/bar;par?b#c> against <http:https://example.org/foo/bar>",
"Parsing: <https://test:@test> against <about:blank>",
Expand Down Expand Up @@ -6560,6 +6577,7 @@
"Parsing: </\\/\\//example.org/../path> against <http:https://example.org/>"
],
"a-element.html?include=file": [
"Test that embedded 0x0A is stripped",
"Parsing: <file:/example.com/> against <http:https://example.org/foo/bar>",
"Parsing: <file:https://example:1/> against <about:blank>",
"Parsing: <file:https://example:test/> against <about:blank>",
Expand Down Expand Up @@ -6692,6 +6710,7 @@
"Parsing: <//a/../> against <file:https:///>"
],
"a-element.html?include=javascript": [
"Test that embedded 0x0A is stripped",
"Parsing: <javascript:/example.com/> against <http:https://example.org/foo/bar>",
"Parsing: <javascript:example.com/> against <http:https://example.org/foo/bar>",
"Parsing: <javascript:/example.com/> against <about:blank>",
Expand All @@ -6706,6 +6725,7 @@
"Parsing: <javascript:https://[:1]> against <about:blank>"
],
"a-element.html?include=mailto": [
"Test that embedded 0x0A is stripped",
"Parsing: <mailto:/example.com/> against <http:https://example.org/foo/bar>",
"Parsing: <mailto:example.com/> against <http:https://example.org/foo/bar>",
"Parsing: <mailto:/example.com/> against <about:blank>",
Expand Down Expand Up @@ -10163,6 +10183,9 @@
"filereader_result.any.worker.html": true
},
"idlharness.any.html": [
"Blob interface: operation bytes()",
"Blob interface: new Blob([\"TEST\"]) must inherit property \"bytes()\" with the proper type",
"Blob interface: new File([\"myFileBits\"], \"myFileName\") must inherit property \"bytes()\" with the proper type",
"FileList interface: existence and properties of interface object",
"FileList interface object length",
"FileList interface object name",
Expand All @@ -10173,6 +10196,9 @@
"FileList interface: attribute length"
],
"idlharness.any.worker.html": [
"Blob interface: operation bytes()",
"Blob interface: new Blob([\"TEST\"]) must inherit property \"bytes()\" with the proper type",
"Blob interface: new File([\"myFileBits\"], \"myFileName\") must inherit property \"bytes()\" with the proper type",
"FileList interface: existence and properties of interface object",
"FileList interface object length",
"FileList interface object name",
Expand All @@ -10194,6 +10220,7 @@
],
"FileReaderSync.worker.html": false,
"idlharness.worker.html": [
"Blob interface: operation bytes()",
"FileList interface: existence and properties of interface object",
"FileList interface object length",
"FileList interface object name",
Expand Down Expand Up @@ -10238,6 +10265,7 @@
"Service worker test setup"
],
"idlharness.html": [
"Blob interface: operation bytes()",
"FileList interface: existence and properties of interface object",
"FileList interface object length",
"FileList interface object name",
Expand Down
2 changes: 1 addition & 1 deletion tests/wpt/suite
Submodule suite updated 1336 files

0 comments on commit d89ff73

Please sign in to comment.