Skip to content

[WebCryptoAPI] Fix tests of SHA3 and CSHAKE with mutated buffers

9e0f6ab
Select commit
Loading
Failed to load commit list.
Merged

[WebCryptoAPI] Fix tests of SHA3 and cSHAKE with mutated buffers #57616

[WebCryptoAPI] Fix tests of SHA3 and CSHAKE with mutated buffers
9e0f6ab
Select commit
Loading
Failed to load commit list.
Community-TC Integration / wpt-chrome-dev-stability succeeded Feb 26, 2026 in 4m 26s

Community-TC (pull_request)

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

Details

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

Task Status

Started: 2026-02-26T14:06:16.968Z
Resolved: 2026-02-26T14:09:47.887Z
Task Execution Time: 3 minutes, 30 seconds, 919 milliseconds
Task Status: completed
Reason Resolved: completed
TaskId: Tys4KKY7Snu2CLYf0T1-Sg
RunId: 0

Artifacts

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

WPT Command: python3 ./wpt run --channel=dev --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 --verify-log-full --no-headless --enable-swiftshader --install-browser --install-webdriver chrome


[taskcluster 2026-02-26 14:06:17.070Z] Task ID: Tys4KKY7Snu2CLYf0T1-Sg
[taskcluster 2026-02-26 14:06:17.070Z] Worker ID: 4697486875228499423
[taskcluster 2026-02-26 14:06:17.070Z] Worker Group: us-east4-c
[taskcluster 2026-02-26 14:06:17.070Z] Worker Node Type: projects/757942385826/machineTypes/n2-standard-4
[taskcluster 2026-02-26 14:06:17.070Z] Worker Pool: proj-wpt/ci
[taskcluster 2026-02-26 14:06:17.070Z] Worker Version: 46.1.0
[taskcluster 2026-02-26 14:06:17.070Z] Public IP: 34.11.78.123
[taskcluster 2026-02-26 14:06:17.070Z] Hostname: proj-wpt-ci-ecmwmvedq8othocaxjzl9w

ac811f28856d - Started downloading
ac811f28856d - Downloaded in 0.004 seconds
8f84a9f2102e - Started downloading
40516d781e70 - Started downloading
44ebbf800033 - Started downloading
44ebbf800033 - Downloaded in 0.008 seconds
a8884b21e40e - Started downloading
8f84a9f2102e - Downloaded in 0.191 seconds
4f4fb700ef54 - Started downloading
4f4fb700ef54 - Downloaded in 0.004 seconds
79c347416ee8 - Started downloading

...(152424 lines hidden)...


 1:29.73 INFO ### /WebCryptoAPI/digest/cshake.tentative.https.any.worker.html ###
 1:29.73 INFO |                                        Subtest                                        | Results |                                                                        Messages                                                                        |
 1:29.73 INFO |---------------------------------------------------------------------------------------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------|
 1:29.73 INFO |                                                                                       | OK      |                                                                                                                                                        |
 1:29.73 INFO | `cSHAKE128 with 0 bit output and empty source data`                                   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 0 bit output and short source data`                                   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 0 bit output and short source data and altered buffer during call`    | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 0 bit output and short source data and altered buffer after call`     | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 0 bit output and medium source data`                                  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 0 bit output and medium source data and altered buffer during call`   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 0 bit output and medium source data and altered buffer after call`    | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 256 bit output and empty source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 256 bit output and short source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 256 bit output and short source data and altered buffer during call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 256 bit output and short source data and altered buffer after call`   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 256 bit output and medium source data`                                | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 256 bit output and medium source data and altered buffer during call` | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 256 bit output and medium source data and altered buffer after call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 384 bit output and empty source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 384 bit output and short source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 384 bit output and short source data and altered buffer during call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 384 bit output and short source data and altered buffer after call`   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 384 bit output and medium source data`                                | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 384 bit output and medium source data and altered buffer during call` | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 384 bit output and medium source data and altered buffer after call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 512 bit output and empty source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 512 bit output and short source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 512 bit output and short source data and altered buffer during call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 512 bit output and short source data and altered buffer after call`   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 512 bit output and medium source data`                                | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 512 bit output and medium source data and altered buffer during call` | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 512 bit output and medium source data and altered buffer after call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 0 bit output and empty source data`                                   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 0 bit output and short source data`                                   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 0 bit output and short source data and altered buffer during call`    | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 0 bit output and short source data and altered buffer after call`     | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 0 bit output and medium source data`                                  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 0 bit output and medium source data and altered buffer during call`   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 0 bit output and medium source data and altered buffer after call`    | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 256 bit output and empty source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 256 bit output and short source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 256 bit output and short source data and altered buffer during call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 256 bit output and short source data and altered buffer after call`   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 256 bit output and medium source data`                                | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 256 bit output and medium source data and altered buffer during call` | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 256 bit output and medium source data and altered buffer after call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 384 bit output and empty source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 384 bit output and short source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 384 bit output and short source data and altered buffer during call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 384 bit output and short source data and altered buffer after call`   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 384 bit output and medium source data`                                | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 384 bit output and medium source data and altered buffer during call` | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 384 bit output and medium source data and altered buffer after call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 512 bit output and empty source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 512 bit output and short source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 512 bit output and short source data and altered buffer during call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 512 bit output and short source data and altered buffer after call`   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 512 bit output and medium source data`                                | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 512 bit output and medium source data and altered buffer during call` | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 512 bit output and medium source data and altered buffer after call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO 
 1:29.73 INFO ### /WebCryptoAPI/digest/cshake.tentative.https.any.html ###
 1:29.73 INFO |                                        Subtest                                        | Results |                                                                        Messages                                                                        |
 1:29.73 INFO |---------------------------------------------------------------------------------------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------|
 1:29.73 INFO |                                                                                       | OK      |                                                                                                                                                        |
 1:29.73 INFO | `cSHAKE128 with 0 bit output and empty source data`                                   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 0 bit output and short source data`                                   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 0 bit output and short source data and altered buffer during call`    | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 0 bit output and short source data and altered buffer after call`     | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 0 bit output and medium source data`                                  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 0 bit output and medium source data and altered buffer during call`   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 0 bit output and medium source data and altered buffer after call`    | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 256 bit output and empty source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 256 bit output and short source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 256 bit output and short source data and altered buffer during call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 256 bit output and short source data and altered buffer after call`   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 256 bit output and medium source data`                                | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 256 bit output and medium source data and altered buffer during call` | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 256 bit output and medium source data and altered buffer after call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 384 bit output and empty source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 384 bit output and short source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 384 bit output and short source data and altered buffer during call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 384 bit output and short source data and altered buffer after call`   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 384 bit output and medium source data`                                | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 384 bit output and medium source data and altered buffer during call` | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 384 bit output and medium source data and altered buffer after call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 512 bit output and empty source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 512 bit output and short source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 512 bit output and short source data and altered buffer during call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 512 bit output and short source data and altered buffer after call`   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 512 bit output and medium source data`                                | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 512 bit output and medium source data and altered buffer during call` | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE128 with 512 bit output and medium source data and altered buffer after call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 0 bit output and empty source data`                                   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 0 bit output and short source data`                                   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 0 bit output and short source data and altered buffer during call`    | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 0 bit output and short source data and altered buffer after call`     | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 0 bit output and medium source data`                                  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 0 bit output and medium source data and altered buffer during call`   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 0 bit output and medium source data and altered buffer after call`    | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 256 bit output and empty source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 256 bit output and short source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 256 bit output and short source data and altered buffer during call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 256 bit output and short source data and altered buffer after call`   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 256 bit output and medium source data`                                | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 256 bit output and medium source data and altered buffer during call` | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 256 bit output and medium source data and altered buffer after call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 384 bit output and empty source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 384 bit output and short source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 384 bit output and short source data and altered buffer during call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 384 bit output and short source data and altered buffer after call`   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 384 bit output and medium source data`                                | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 384 bit output and medium source data and altered buffer during call` | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 384 bit output and medium source data and altered buffer after call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 512 bit output and empty source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 512 bit output and short source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 512 bit output and short source data and altered buffer during call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 512 bit output and short source data and altered buffer after call`   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 512 bit output and medium source data`                                | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 512 bit output and medium source data and altered buffer during call` | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `cSHAKE256 with 512 bit output and medium source data and altered buffer after call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO 
 1:29.73 INFO ### /WebCryptoAPI/digest/sha3.tentative.https.any.worker.html ###
 1:29.73 INFO |                              Subtest                              | Results |                                                                        Messages                                                                        |
 1:29.73 INFO |-------------------------------------------------------------------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------|
 1:29.73 INFO |                                                                   | OK      |                                                                                                                                                        |
 1:29.73 INFO | `SHA3-256 with empty source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-384 with empty source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-512 with empty source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-256 with short source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-256 with short source data and altered buffer during call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-256 with short source data and altered buffer after call`   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-384 with short source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-384 with short source data and altered buffer during call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-384 with short source data and altered buffer after call`   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-512 with short source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-512 with short source data and altered buffer during call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-512 with short source data and altered buffer after call`   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-256 with medium source data`                                | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-256 with medium source data and altered buffer during call` | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-256 with medium source data and altered buffer after call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-384 with medium source data`                                | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-384 with medium source data and altered buffer during call` | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-384 with medium source data and altered buffer after call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-512 with medium source data`                                | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-512 with medium source data and altered buffer during call` | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-512 with medium source data and altered buffer after call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-256 with long source data`                                  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-256 with long source data and altered buffer during call`   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-256 with long source data and altered buffer after call`    | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-384 with long source data`                                  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-384 with long source data and altered buffer during call`   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-384 with long source data and altered buffer after call`    | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-512 with long source data`                                  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-512 with long source data and altered buffer during call`   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-512 with long source data and altered buffer after call`    | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO 
 1:29.73 INFO ### /WebCryptoAPI/digest/sha3.tentative.https.any.html ###
 1:29.73 INFO |                              Subtest                              | Results |                                                                        Messages                                                                        |
 1:29.73 INFO |-------------------------------------------------------------------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------|
 1:29.73 INFO |                                                                   | OK      |                                                                                                                                                        |
 1:29.73 INFO | `SHA3-256 with empty source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-384 with empty source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-512 with empty source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-256 with short source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-256 with short source data and altered buffer during call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-256 with short source data and altered buffer after call`   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-384 with short source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-384 with short source data and altered buffer during call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-384 with short source data and altered buffer after call`   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-512 with short source data`                                 | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-512 with short source data and altered buffer during call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-512 with short source data and altered buffer after call`   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-256 with medium source data`                                | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-256 with medium source data and altered buffer during call` | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-256 with medium source data and altered buffer after call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-384 with medium source data`                                | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-384 with medium source data and altered buffer during call` | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-384 with medium source data and altered buffer after call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-512 with medium source data`                                | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-512 with medium source data and altered buffer during call` | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-512 with medium source data and altered buffer after call`  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-256 with long source data`                                  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-256 with long source data and altered buffer during call`   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-256 with long source data and altered buffer after call`    | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-384 with long source data`                                  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-384 with long source data and altered buffer during call`   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-384 with long source data and altered buffer after call`    | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-512 with long source data`                                  | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-512 with long source data and altered buffer during call`   | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO | `SHA3-512 with long source data and altered buffer after call`    | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'digest' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
 1:29.73 INFO 
 1:29.73 INFO ::: Running tests in a loop with restarts 10 times : PASS
 1:29.73 INFO :::
 1:29.73 INFO ::: Test verification PASS
 1:29.73 INFO :::
[taskcluster 2026-02-26 14:09:46.802Z] === Task Finished ===
[taskcluster 2026-02-26 14:09:47.148Z] Successful task run with exit code: 0 completed in 210.081 seconds