Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOM: Make moveBefore() throw for all pre-move validity checks #48642

Merged
merged 1 commit into from
Oct 21, 2024

DOM: Make moveBefore() throw for all pre-move validity checks

5d994b6
Select commit
Loading
Failed to load commit list.
Merged

DOM: Make moveBefore() throw for all pre-move validity checks #48642

DOM: Make moveBefore() throw for all pre-move validity checks
5d994b6
Select commit
Loading
Failed to load commit list.
Community-TC Integration / wpt-firefox-nightly-results-without-changes succeeded Oct 16, 2024 in 6m 9s

Community-TC (pull_request)

Collect results for all tests affected by a pull request in firefox but without the changes in the PR.

Details

View task in Taskcluster | View logs in Taskcluster | View task group in Taskcluster

Task Status

Started: 2024-10-16T11:53:21.770Z
Resolved: 2024-10-16T11:56:24.599Z
Task Execution Time: 3 minutes, 2 seconds, 829 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0

Artifacts

- public/logs/live_backing.log
- public/logs/live.log
- public/results/checkrun.md
- public/results/wpt_report.json.gz
- public/results/wpt_screenshot.txt.gz

WPT Command: python3 ./wpt run --channel=nightly --no-fail-on-unexpected --log-wptreport=../artifacts/wpt_report.json --log-wptscreenshot=../artifacts/wpt_screenshot.txt --affected task_head --log-mach-level=info --log-mach=- -y --no-pause --no-restart-on-unexpected --install-fonts --no-headless --verify-log-full --binary=/home/test/build/firefox/firefox firefox


[taskcluster 2024-10-16 11:53:21.929Z] Task ID: TuuNum7tRyivubREqzG08Q
[taskcluster 2024-10-16 11:53:21.929Z] Worker ID: 7900199719671048020
[taskcluster 2024-10-16 11:53:21.929Z] Worker Group: us-east1-d
[taskcluster 2024-10-16 11:53:21.929Z] Worker Node Type: projects/757942385826/machineTypes/n2-standard-4
[taskcluster 2024-10-16 11:53:21.929Z] Worker Pool: proj-wpt/ci
[taskcluster 2024-10-16 11:53:21.929Z] Worker Version: 46.1.0
[taskcluster 2024-10-16 11:53:21.929Z] Public IP: 34.74.174.23
[taskcluster 2024-10-16 11:53:21.929Z] Hostname: proj-wpt-ci-fgkbkhqfq2k6i72ln-evdg

[taskcluster 2024-10-16 11:53:22.487Z] === Task Starting ===
+ '[' '' ']'
+ '[' -d /etc/profile.d ']'
+ for i in /etc/profile.d/*.sh
+ '[' -r /etc/profile.d/01-locale-fix.sh ']'
+ . /etc/profile.d/01-locale-fix.sh
+++ /usr/bin/locale-check C.UTF-8
++ eval
+ for i in /etc/profile.d/*.sh
+ '[' -r /etc/profile.d/libvirt-uri.sh ']'
+ . /etc/profile.d/libvirt-uri.sh

...(749 lines hidden)...

preInsertionValidateHierarchy@http://web-platform.test:8000/dom/nodes/pre-insertion-validation-hierarchy.js:17:7
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:14:30
  FAIL If node is not a DocumentFragment, DocumentType, Element, Text, ProcessingInstruction, or Comment node, then throw a HierarchyRequestError DOMException. - assert_throws_dom: function "() => insert(doc, doc2)" threw object "TypeError: can't access property "length", parent[methodName] is undefined" that is not a DOMException HierarchyRequestError: property "code" is equal to undefined, expected 3
preInsertionValidateHierarchy/<@http://web-platform.test:8000/dom/nodes/pre-insertion-validation-hierarchy.js:27:22
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
test@http://web-platform.test:8000/resources/testharness.js:633:30
preInsertionValidateHierarchy@http://web-platform.test:8000/dom/nodes/pre-insertion-validation-hierarchy.js:24:7
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:14:30
  FAIL If node is a Text node and parent is a document, then throw a HierarchyRequestError DOMException. - assert_throws_dom: function "() => insert(doc, doc.createTextNode("text"))" threw object "TypeError: can't access property "length", parent[methodName] is undefined" that is not a DOMException HierarchyRequestError: property "code" is equal to undefined, expected 3
preInsertionValidateHierarchy/<@http://web-platform.test:8000/dom/nodes/pre-insertion-validation-hierarchy.js:33:22
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
test@http://web-platform.test:8000/resources/testharness.js:633:30
preInsertionValidateHierarchy@http://web-platform.test:8000/dom/nodes/pre-insertion-validation-hierarchy.js:31:7
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:14:30
  FAIL If node is a doctype and parent is not a document, then throw a HierarchyRequestError DOMException. - assert_throws_dom: function "() => insert(doc.createElement("a"), doctype)" threw object "TypeError: can't access property "length", parent[methodName] is undefined" that is not a DOMException HierarchyRequestError: property "code" is equal to undefined, expected 3
preInsertionValidateHierarchy/<@http://web-platform.test:8000/dom/nodes/pre-insertion-validation-hierarchy.js:40:22
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
test@http://web-platform.test:8000/resources/testharness.js:633:30
preInsertionValidateHierarchy@http://web-platform.test:8000/dom/nodes/pre-insertion-validation-hierarchy.js:37:7
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:14:30
  FAIL If node is a DocumentFragment with multiple elements and parent is a document, then throw a HierarchyRequestError DOMException. - assert_throws_dom: function "() => insert(doc, df)" threw object "TypeError: can't access property "length", parent[methodName] is undefined" that is not a DOMException HierarchyRequestError: property "code" is equal to undefined, expected 3
preInsertionValidateHierarchy/<@http://web-platform.test:8000/dom/nodes/pre-insertion-validation-hierarchy.js:50:22
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
test@http://web-platform.test:8000/resources/testharness.js:633:30
preInsertionValidateHierarchy@http://web-platform.test:8000/dom/nodes/pre-insertion-validation-hierarchy.js:44:7
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:14:30
  FAIL If node is a DocumentFragment with an element and parent is a document with another element, then throw a HierarchyRequestError DOMException. - assert_throws_dom: function "() => insert(doc, df)" threw object "TypeError: can't access property "length", parent[methodName] is undefined" that is not a DOMException HierarchyRequestError: property "code" is equal to undefined, expected 3
preInsertionValidateHierarchy/<@http://web-platform.test:8000/dom/nodes/pre-insertion-validation-hierarchy.js:58:22
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
test@http://web-platform.test:8000/resources/testharness.js:633:30
preInsertionValidateHierarchy@http://web-platform.test:8000/dom/nodes/pre-insertion-validation-hierarchy.js:54:7
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:14:30
  FAIL If node is an Element and parent is a document with another element, then throw a HierarchyRequestError DOMException. - assert_throws_dom: function "() => insert(doc, el)" threw object "TypeError: can't access property "length", parent[methodName] is undefined" that is not a DOMException HierarchyRequestError: property "code" is equal to undefined, expected 3
preInsertionValidateHierarchy/<@http://web-platform.test:8000/dom/nodes/pre-insertion-validation-hierarchy.js:65:22
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
test@http://web-platform.test:8000/resources/testharness.js:633:30
preInsertionValidateHierarchy@http://web-platform.test:8000/dom/nodes/pre-insertion-validation-hierarchy.js:62:7
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:14:30
  FAIL If node is a doctype and parent is a document with another doctype, then throw a HierarchyRequestError DOMException. - assert_throws_dom: function "() => insert(doc, doctype)" threw object "TypeError: can't access property "length", parent[methodName] is undefined" that is not a DOMException HierarchyRequestError: property "code" is equal to undefined, expected 3
preInsertionValidateHierarchy/<@http://web-platform.test:8000/dom/nodes/pre-insertion-validation-hierarchy.js:73:22
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
test@http://web-platform.test:8000/resources/testharness.js:633:30
preInsertionValidateHierarchy@http://web-platform.test:8000/dom/nodes/pre-insertion-validation-hierarchy.js:69:7
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:14:30
  FAIL If node is a doctype and parent is a document with an element, then throw a HierarchyRequestError DOMException. - assert_throws_dom: function "() => insert(doc, doctype)" threw object "TypeError: can't access property "length", parent[methodName] is undefined" that is not a DOMException HierarchyRequestError: property "code" is equal to undefined, expected 3
preInsertionValidateHierarchy/<@http://web-platform.test:8000/dom/nodes/pre-insertion-validation-hierarchy.js:83:24
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
test@http://web-platform.test:8000/resources/testharness.js:633:30
preInsertionValidateHierarchy@http://web-platform.test:8000/dom/nodes/pre-insertion-validation-hierarchy.js:79:9
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:14:30
  FAIL Calling moveBefore an a leaf node DocumentType must throw HIERARCHY_REQUEST_ERR. - assert_throws_dom: function "function() { node.moveBefore(document.createTextNode("fail"), null) }" threw object "TypeError: node.moveBefore is not a function" that is not a DOMException HIERARCHY_REQUEST_ERR: property "code" is equal to undefined, expected 3
testLeafNode/<@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:23:22
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
test@http://web-platform.test:8000/resources/testharness.js:633:30
testLeafNode@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:21:7
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:44:13
  FAIL Calling moveBefore an a leaf node Text must throw HIERARCHY_REQUEST_ERR. - assert_throws_dom: function "function() { node.moveBefore(document.createTextNode("fail"), null) }" threw object "TypeError: node.moveBefore is not a function" that is not a DOMException HIERARCHY_REQUEST_ERR: property "code" is equal to undefined, expected 3
testLeafNode/<@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:23:22
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
test@http://web-platform.test:8000/resources/testharness.js:633:30
testLeafNode@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:21:7
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:45:13
  FAIL Calling moveBefore an a leaf node Comment must throw HIERARCHY_REQUEST_ERR. - assert_throws_dom: function "function() { node.moveBefore(document.createTextNode("fail"), null) }" threw object "TypeError: node.moveBefore is not a function" that is not a DOMException HIERARCHY_REQUEST_ERR: property "code" is equal to undefined, expected 3
testLeafNode/<@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:23:22
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
test@http://web-platform.test:8000/resources/testharness.js:633:30
testLeafNode@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:21:7
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:46:13
  FAIL Calling moveBefore an a leaf node ProcessingInstruction must throw HIERARCHY_REQUEST_ERR. - assert_throws_dom: function "function() { node.moveBefore(document.createTextNode("fail"), null) }" threw object "TypeError: node.moveBefore is not a function" that is not a DOMException HIERARCHY_REQUEST_ERR: property "code" is equal to undefined, expected 3
testLeafNode/<@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:23:22
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
test@http://web-platform.test:8000/resources/testharness.js:633:30
testLeafNode@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:21:7
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:47:13
  FAIL Calling moveBefore with an inclusive ancestor of the context object must throw HIERARCHY_REQUEST_ERR. - assert_throws_dom: function "function() { document.body.moveBefore(document.body, document.getElementById("log")) }" threw object "TypeError: document.body.moveBefore is not a function" that is not a DOMException HIERARCHY_REQUEST_ERR: property "code" is equal to undefined, expected 3
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:51:20
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
test@http://web-platform.test:8000/resources/testharness.js:633:30
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:49:5
  FAIL Calling moveBefore with a reference child whose parent is not the context node must throw a NotFoundError. - assert_throws_dom: function "function() {
    a.moveBefore(b, c);
  }" threw object "TypeError: a.moveBefore is not a function" that is not a DOMException NotFoundError: property "code" is equal to undefined, expected 8
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:60:20
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
test@http://web-platform.test:8000/resources/testharness.js:633:30
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:56:5
  FAIL If the context node is a document, inserting a document or text node should throw a HierarchyRequestError. - assert_throws_dom: function "function() {
    doc.moveBefore(doc2, doc.documentElement);
  }" threw object "TypeError: doc.moveBefore is not a function" that is not a DOMException HierarchyRequestError: property "code" is equal to undefined, expected 3
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:69:20
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
test@http://web-platform.test:8000/resources/testharness.js:633:30
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:66:5
  FAIL If the context node is a document, inserting a DocumentFragment that contains a text node or too many elements should throw a HierarchyRequestError. - assert_throws_dom: function "function() {
    doc.moveBefore(df, doc.firstChild);
  }" threw object "TypeError: doc.moveBefore is not a function" that is not a DOMException HierarchyRequestError: property "code" is equal to undefined, expected 3
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:86:20
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
test@http://web-platform.test:8000/resources/testharness.js:633:30
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:79:5
  FAIL If the context node is a document, inserting a DocumentFragment with an element if there already is an element child should throw a HierarchyRequestError. - assert_throws_dom: function "function() {
    doc.moveBefore(df, doc.doctype);
  }" threw object "TypeError: doc.moveBefore is not a function" that is not a DOMException HierarchyRequestError: property "code" is equal to undefined, expected 3
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:113:20
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
test@http://web-platform.test:8000/resources/testharness.js:633:30
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:105:5
  FAIL If the context node is a document and a doctype is following the reference child, inserting a DocumentFragment with an element should throw a HierarchyRequestError. - doc.moveBefore is not a function
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:129:21
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
test@http://web-platform.test:8000/resources/testharness.js:633:30
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:126:5
  FAIL If the context node is a document, inserting a DocumentFragment with an element before the doctype should throw a HierarchyRequestError. - doc.moveBefore is not a function
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:142:21
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
test@http://web-platform.test:8000/resources/testharness.js:633:30
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:139:5
  FAIL If the context node is a document, inserting an element if there already is an element child should throw a HierarchyRequestError. - assert_throws_dom: function "function() {
    doc.moveBefore(a, doc.doctype);
  }" threw object "TypeError: doc.moveBefore is not a function" that is not a DOMException HierarchyRequestError: property "code" is equal to undefined, expected 3
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:161:20
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
test@http://web-platform.test:8000/resources/testharness.js:633:30
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:154:5
  FAIL If the context node is a document, inserting an element before the doctype should throw a HierarchyRequestError. - doc.moveBefore is not a function
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:177:21
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
test@http://web-platform.test:8000/resources/testharness.js:633:30
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:174:5
  FAIL If the context node is a document and a doctype is following the reference child, inserting an element should throw a HierarchyRequestError. - doc.moveBefore is not a function
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:189:21
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
test@http://web-platform.test:8000/resources/testharness.js:633:30
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:186:5
  FAIL If the context node is a document, inserting a doctype if there already is a doctype child should throw a HierarchyRequestError. - doc.moveBefore is not a function
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:202:21
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
test@http://web-platform.test:8000/resources/testharness.js:633:30
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:200:5
  FAIL If the context node is a document, inserting a doctype after the document element should throw a HierarchyRequestError. - assert_throws_dom: function "function() {
    doc.moveBefore(doctype, comment);
  }" threw object "TypeError: doc.moveBefore is not a function" that is not a DOMException HierarchyRequestError: property "code" is equal to undefined, expected 3
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:226:20
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
test@http://web-platform.test:8000/resources/testharness.js:633:30
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:219:5
  FAIL If the context node is a document with and element child, appending a doctype should throw a HierarchyRequestError. - assert_throws_dom: function "function() {
    doc.moveBefore(doctype, null);
  }" threw object "TypeError: doc.moveBefore is not a function" that is not a DOMException HierarchyRequestError: property "code" is equal to undefined, expected 3
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:237:20
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
test@http://web-platform.test:8000/resources/testharness.js:633:30
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:230:5
  FAIL If the context node is a DocumentFragment, inserting a document or a doctype should throw a HierarchyRequestError. - assert_throws_dom: function "function() {
    df.moveBefore(doc, a);
  }" threw object "TypeError: df.moveBefore is not a function" that is not a DOMException HierarchyRequestError: property "code" is equal to undefined, expected 3
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:248:20
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
test@http://web-platform.test:8000/resources/testharness.js:633:30
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:243:5
  FAIL If the context node is an element, inserting a document or a doctype should throw a HierarchyRequestError. - assert_throws_dom: function "function() {
    el.moveBefore(doc, a);
  }" threw object "TypeError: el.moveBefore is not a function" that is not a DOMException HierarchyRequestError: property "code" is equal to undefined, expected 3
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:268:20
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
test@http://web-platform.test:8000/resources/testharness.js:633:30
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:263:5
  FAIL Inserting a node before itself should not move the node - a.moveBefore is not a function
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:292:19
Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:2622:25
test@http://web-platform.test:8000/resources/testharness.js:633:30
@http://web-platform.test:8000/dom/nodes/moveBefore/tentative/Node-moveBefore.html:285:5
/dom/nodes/moveBefore/tentative/css-transition-cross-document.html
  TIMEOUT Moving a transition across documents should reset its state - Test timed out
  TIMEOUT /dom/nodes/moveBefore/tentative/css-transition-cross-document.html
/dom/nodes/moveBefore/tentative/css-transition-to-disconnected-document.html
  FAIL Moving an element with a transition to a disconnected document should reset the transitionm state - promise_test: Unhandled rejection with value: object "TypeError: doc.body.moveBefore is not a function"
/dom/nodes/moveBefore/tentative/relevant-mutations.html
  FAIL Moving <source> out of <picture> triggers a relevant mutation on sibling <img> - promise_test: Unhandled rejection with value: object "TypeError: document.body.moveBefore is not a function"
  FAIL Moving <img> into a <picture> triggers a relevant mutation on the <img>, loading <source> - promise_test: Unhandled rejection with value: object "TypeError: picture.moveBefore is not a function"
 0:46.52 INFO Got 4 unexpected results, with 0 unexpected passes
 0:46.52 wptserve INFO Stopped WebTransport over HTTP/3 server on 127.0.0.1:11000
 0:46.62 wptserve INFO Stopped http server on 127.0.0.1:8001
 0:46.62 wptserve INFO Stopped http server on 127.0.0.1:8445
 0:46.62 wptserve INFO Stopped http server on 127.0.0.1:8444
 0:46.63 wptserve INFO Stopped http server on 127.0.0.1:8002
 0:46.64 wptserve INFO Stopped http server on 127.0.0.1:8443
 0:46.64 wptserve INFO Stopped http server on 127.0.0.1:9000
 0:46.64 wptserve INFO Stopped http server on 127.0.0.1:8446
 0:46.64 wptserve INFO Stopped http server on 127.0.0.1:8003
 0:46.64 wptserve INFO Close on: (<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('127.0.0.1', 8889))
 0:46.64 wptserve INFO Close on: (<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('127.0.0.1', 8888))
 0:46.96 wptserve INFO Stopped http server on 127.0.0.1:8000
 0:46.99 INFO Removed font: Ahem.ttf
 0:47.01 INFO Closing logging queue
 0:47.01 INFO queue closed
 0:47.01 INFO Tolerating 4 unexpected results
[taskcluster 2024-10-16 11:56:22.976Z] === Task Finished ===
[taskcluster 2024-10-16 11:56:23.900Z] Successful task run with exit code: 0 completed in 181.972 seconds