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

Improve select-parsing test readability #48699

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Improve select-parsing test readability

0c36525
Select commit
Loading
Failed to load commit list.
Draft

Improve select-parsing test readability #48699

Improve select-parsing test readability
0c36525
Select commit
Loading
Failed to load commit list.
Community-TC Integration / wpt-firefox-nightly-stability succeeded Oct 18, 2024 in 5m 50s

Community-TC (pull_request)

Verify that all tests affected by a pull request are stable when executed in firefox.

Details

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

Task Status

Started: 2024-10-18T16:18:50.317Z
Resolved: 2024-10-18T16:22:05.198Z
Task Execution Time: 3 minutes, 14 seconds, 881 milliseconds
Task Status: completed
Reason Resolved: completed
RunId: 0

Artifacts

- public/logs/live_backing.log
- public/logs/live.log
- public/results/checkrun.md

WPT Command: python3 ./wpt run --channel=nightly --verify --verify-no-chaos-mode --verify-repeat-loop=0 --verify-repeat-restart=10 --github-checks-text-file=/home/test/artifacts/checkrun.md --affected base_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-18 16:18:50.454Z] Task ID: Pqqo77D2R4KntHS0Sp0Ekg
[taskcluster 2024-10-18 16:18:50.454Z] Worker ID: 6288006173715019609
[taskcluster 2024-10-18 16:18:50.454Z] Worker Group: us-central1-c
[taskcluster 2024-10-18 16:18:50.454Z] Worker Node Type: projects/757942385826/machineTypes/n2-standard-4
[taskcluster 2024-10-18 16:18:50.454Z] Worker Pool: proj-wpt/ci
[taskcluster 2024-10-18 16:18:50.454Z] Worker Version: 46.1.0
[taskcluster 2024-10-18 16:18:50.454Z] Public IP: 34.44.191.45
[taskcluster 2024-10-18 16:18:50.454Z] Hostname: proj-wpt-ci-cbsoolwltgi1ewk52p5xna

[taskcluster 2024-10-18 16:18:51.215Z] === 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

...(4613 lines hidden)...

@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:75:5
  FAIL <select> in <button> in <select> should remove inner <select>. - assert_equals: expected "<button>\n    </button>" but got ""
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:84:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:82:5
  FAIL <select> in <select><button><div> should remove inner <select>. - assert_equals: expected "<button>\n    <div>\n      </div></button>" but got ""
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:91:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:89:5
  FAIL Divs and imgs should be allowed as direct children of select and within options without a datalist. - assert_equals: expected "<div>\n    <option><img>option</option>\n  </div>" but got "<option>option</option>"
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:99:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:97:5
  FAIL Input tags should parse inside select instead of closing the select. - assert_equals: expected "<input>" but got ""
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:107:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:105:5
  FAIL <div>s, <button>s, and <datalist>s should be allowed in <select>. - assert_equals: expected "<div>div 1</div>\n  <button>button</button>\n  <div>div 2</div>\n  <datalist>\n    <option>option</option>\n  </datalist>\n  <div>div 3</div>" but got "div 1\n  button\n  div 2\n  \n    <option>option</option>\n  \n  div 3"
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:58:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:54:5
  FAIL </select> should close <button>. - assert_equals: expected "<button>button\n</button>" but got "button"
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:70:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:68:5
  FAIL </select> should close <datalist>. - assert_equals: expected "<datalist>datalist\n</datalist>" but got "datalist"
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:77:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:75:5
  FAIL <select> in <button> in <select> should remove inner <select>. - assert_equals: expected "<button>\n    </button>" but got ""
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:84:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:82:5
  FAIL <select> in <select><button><div> should remove inner <select>. - assert_equals: expected "<button>\n    <div>\n      </div></button>" but got ""
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:91:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:89:5
  FAIL Divs and imgs should be allowed as direct children of select and within options without a datalist. - assert_equals: expected "<div>\n    <option><img>option</option>\n  </div>" but got "<option>option</option>"
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:99:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:97:5
  FAIL Input tags should parse inside select instead of closing the select. - assert_equals: expected "<input>" but got ""
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:107:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:105:5
  FAIL <div>s, <button>s, and <datalist>s should be allowed in <select>. - assert_equals: expected "<div>div 1</div>\n  <button>button</button>\n  <div>div 2</div>\n  <datalist>\n    <option>option</option>\n  </datalist>\n  <div>div 3</div>" but got "div 1\n  button\n  div 2\n  \n    <option>option</option>\n  \n  div 3"
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:58:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:54:5
  FAIL </select> should close <button>. - assert_equals: expected "<button>button\n</button>" but got "button"
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:70:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:68:5
  FAIL </select> should close <datalist>. - assert_equals: expected "<datalist>datalist\n</datalist>" but got "datalist"
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:77:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:75:5
  FAIL <select> in <button> in <select> should remove inner <select>. - assert_equals: expected "<button>\n    </button>" but got ""
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:84:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:82:5
  FAIL <select> in <select><button><div> should remove inner <select>. - assert_equals: expected "<button>\n    <div>\n      </div></button>" but got ""
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:91:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:89:5
  FAIL Divs and imgs should be allowed as direct children of select and within options without a datalist. - assert_equals: expected "<div>\n    <option><img>option</option>\n  </div>" but got "<option>option</option>"
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:99:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:97:5
  FAIL Input tags should parse inside select instead of closing the select. - assert_equals: expected "<input>" but got ""
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:107:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:105:5
  FAIL <div>s, <button>s, and <datalist>s should be allowed in <select>. - assert_equals: expected "<div>div 1</div>\n  <button>button</button>\n  <div>div 2</div>\n  <datalist>\n    <option>option</option>\n  </datalist>\n  <div>div 3</div>" but got "div 1\n  button\n  div 2\n  \n    <option>option</option>\n  \n  div 3"
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:58:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:54:5
  FAIL </select> should close <button>. - assert_equals: expected "<button>button\n</button>" but got "button"
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:70:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:68:5
  FAIL </select> should close <datalist>. - assert_equals: expected "<datalist>datalist\n</datalist>" but got "datalist"
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:77:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:75:5
  FAIL <select> in <button> in <select> should remove inner <select>. - assert_equals: expected "<button>\n    </button>" but got ""
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:84:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:82:5
  FAIL <select> in <select><button><div> should remove inner <select>. - assert_equals: expected "<button>\n    <div>\n      </div></button>" but got ""
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:91:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:89:5
  FAIL Divs and imgs should be allowed as direct children of select and within options without a datalist. - assert_equals: expected "<div>\n    <option><img>option</option>\n  </div>" but got "<option>option</option>"
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:99:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:97:5
  FAIL Input tags should parse inside select instead of closing the select. - assert_equals: expected "<input>" but got ""
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:107:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:105:5
  FAIL <div>s, <button>s, and <datalist>s should be allowed in <select>. - assert_equals: expected "<div>div 1</div>\n  <button>button</button>\n  <div>div 2</div>\n  <datalist>\n    <option>option</option>\n  </datalist>\n  <div>div 3</div>" but got "div 1\n  button\n  div 2\n  \n    <option>option</option>\n  \n  div 3"
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:58:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:54:5
  FAIL </select> should close <button>. - assert_equals: expected "<button>button\n</button>" but got "button"
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:70:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:68:5
  FAIL </select> should close <datalist>. - assert_equals: expected "<datalist>datalist\n</datalist>" but got "datalist"
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:77:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:75:5
  FAIL <select> in <button> in <select> should remove inner <select>. - assert_equals: expected "<button>\n    </button>" but got ""
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:84:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:82:5
  FAIL <select> in <select><button><div> should remove inner <select>. - assert_equals: expected "<button>\n    <div>\n      </div></button>" but got ""
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:91:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:89:5
  FAIL Divs and imgs should be allowed as direct children of select and within options without a datalist. - assert_equals: expected "<div>\n    <option><img>option</option>\n  </div>" but got "<option>option</option>"
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:99:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:97:5
  FAIL Input tags should parse inside select instead of closing the select. - assert_equals: expected "<input>" but got ""
@http://web-platform.test:8000/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:107:16
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/html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html:105:5
 1:15.78 INFO Got 10 unexpected results, with 0 unexpected passes
 1:15.78 wptserve INFO Stopped WebTransport over HTTP/3 server on 127.0.0.1:11000
 1:15.83 wptserve INFO Stopped http server on 127.0.0.1:8443
 1:15.84 wptserve INFO Stopped http server on 127.0.0.1:8446
 1:15.84 wptserve INFO Stopped http server on 127.0.0.1:9000
 1:15.84 wptserve INFO Stopped http server on 127.0.0.1:8444
 1:15.84 wptserve INFO Stopped http server on 127.0.0.1:8002
 1:15.85 wptserve INFO Stopped http server on 127.0.0.1:8003
 1:15.85 wptserve INFO Close on: (<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('127.0.0.1', 8889))
 1:15.85 wptserve INFO Close on: (<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('127.0.0.1', 8888))
 1:15.85 wptserve INFO Stopped http server on 127.0.0.1:8001
 1:15.85 wptserve INFO Stopped http server on 127.0.0.1:8445
 1:16.07 wptserve INFO Stopped http server on 127.0.0.1:8000
 1:16.11 INFO Removed font: Ahem.ttf
 1:16.14 INFO Closing logging queue
 1:16.14 INFO queue closed
 1:16.15 INFO ::: Ran 10 of expected 10 iterations.
 1:16.15 INFO ## All results ##

 1:16.15 INFO ### /html/semantics/forms/the-select-element/customizable-select/select-parsing.tentative.html ###
 1:16.15 INFO |                                                Subtest                                                | Results |                                                                                                                          Messages                                                                                                                          |
 1:16.15 INFO |-------------------------------------------------------------------------------------------------------|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 1:16.15 INFO |                                                                                                       | OK      |                                                                                                                                                                                                                                                            |
 1:16.15 INFO | `<div>s, <button>s, and <datalist>s should be allowed in <select>.`                                   | FAIL    | `assert_equals: expected "<div>div 1</div>\n  <button>button</button>\n  <div>div 2</div>\n  <datalist>\n    <option>option</option>\n  </datalist>\n  <div>div 3</div>" but got "div 1\n  button\n  div 2\n  \n    <option>option</option>\n  \n  div 3"` |
 1:16.15 INFO | `</select> should close <button>.`                                                                    | FAIL    | `assert_equals: expected "<button>button\n</button>" but got "button"`                                                                                                                                                                                     |
 1:16.15 INFO | `</select> should close <datalist>.`                                                                  | FAIL    | `assert_equals: expected "<datalist>datalist\n</datalist>" but got "datalist"`                                                                                                                                                                             |
 1:16.15 INFO | `<select> in <button> in <select> should remove inner <select>.`                                      | FAIL    | `assert_equals: expected "<button>\n    </button>" but got ""`                                                                                                                                                                                             |
 1:16.15 INFO | `<select> in <select><button><div> should remove inner <select>.`                                     | FAIL    | `assert_equals: expected "<button>\n    <div>\n      </div></button>" but got ""`                                                                                                                                                                          |
 1:16.15 INFO | `Divs and imgs should be allowed as direct children of select and within options without a datalist.` | FAIL    | `assert_equals: expected "<div>\n    <option><img>option</option>\n  </div>" but got "<option>option</option>"`                                                                                                                                            |
 1:16.15 INFO | `Input tags should parse inside select instead of closing the select.`                                | FAIL    | `assert_equals: expected "<input>" but got ""`                                                                                                                                                                                                             |
 1:16.15 INFO | `The last test should not leave any tags open after parsing.`                                         | PASS    |                                                                                                                                                                                                                                                            |
 1:16.15 INFO 
 1:16.15 INFO ::: Running tests in a loop with restarts 10 times : PASS
 1:16.15 INFO :::
 1:16.15 INFO ::: Test verification PASS
 1:16.15 INFO :::
[taskcluster 2024-10-18 16:22:04.243Z] === Task Finished ===
[taskcluster 2024-10-18 16:22:04.486Z] Successful task run with exit code: 0 completed in 194.033 seconds