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

Refactoring of the EdDSA tests #44719

Merged

Refactoring of the tests to avoid promises.

59e7237
Select commit
Loading
Failed to load commit list.
Merged

Refactoring of the EdDSA tests #44719

Refactoring of the tests to avoid promises.
59e7237
Select commit
Loading
Failed to load commit list.
Community-TC Integration / wpt-firefox-nightly-stability succeeded Mar 14, 2024 in 7m 21s

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

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


  FAIL Ed25519 Verification checks with small-order key of order - Test 9 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 10 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 11 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 12 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 13 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL EdDSA Ed25519 verification - assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:20:27
  FAIL EdDSA Ed25519 verification with altered signature after call - assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:38:27
  FAIL EdDSA Ed25519 with altered data after call - assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:56:27
  FAIL EdDSA Ed25519 using privateKey to verify - assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:73:27
  FAIL EdDSA Ed25519 using publicKey to sign - assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:90:27
  FAIL EdDSA Ed25519 no verify usage - assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:106:27
  FAIL EdDSA Ed25519 round trip - assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:124:27
  FAIL EdDSA Ed25519 signing with wrong algorithm name - assert_equals: Should have thrown InvalidAccessError instead of 'Operation is not supported' expected "InvalidAccessError" but got "NotSupportedError"
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:143:28
  FAIL EdDSA Ed25519 verifying with wrong algorithm name - assert_equals: Should have thrown InvalidAccessError instead of 'Operation is not supported' expected "InvalidAccessError" but got "NotSupportedError"
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:159:28
  FAIL EdDSA Ed25519 verification failure due to altered signature - assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:174:27
  FAIL EdDSA Ed25519 verification failure due to shortened signature - assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:189:27
  FAIL EdDSA Ed25519 verification failure due to altered data - assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:205:27
  FAIL Sign and verify using generated Ed25519 keys. - promise_test: Unhandled rejection with value: object "NotSupportedError: Operation is not supported"
  FAIL EdDSA Ed448 verification - assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:20:27
  FAIL EdDSA Ed448 verification with altered signature after call - assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:38:27
  FAIL EdDSA Ed448 with altered data after call - assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:56:27
  FAIL EdDSA Ed448 using privateKey to verify - assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:73:27
  FAIL EdDSA Ed448 using publicKey to sign - assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:90:27
  FAIL EdDSA Ed448 no verify usage - assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:106:27
  FAIL EdDSA Ed448 round trip - assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:124:27
  FAIL EdDSA Ed448 signing with wrong algorithm name - assert_equals: Should have thrown InvalidAccessError instead of 'Operation is not supported' expected "InvalidAccessError" but got "NotSupportedError"
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:143:28
  FAIL EdDSA Ed448 verifying with wrong algorithm name - assert_equals: Should have thrown InvalidAccessError instead of 'Operation is not supported' expected "InvalidAccessError" but got "NotSupportedError"
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:159:28
  FAIL EdDSA Ed448 verification failure due to altered signature - assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:174:27
  FAIL EdDSA Ed448 verification failure due to shortened signature - assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:189:27
  FAIL EdDSA Ed448 verification failure due to altered data - assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:205:27
  FAIL Sign and verify using generated Ed448 keys. - promise_test: Unhandled rejection with value: object "NotSupportedError: Operation is not supported"
  FAIL Ed25519 Verification checks with small-order key of order - Test 0 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 1 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 2 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 3 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 4 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 5 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 6 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 7 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 8 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 9 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 10 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 11 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 12 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 13 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL EdDSA Ed25519 verification - assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:20:27
  FAIL EdDSA Ed25519 verification with altered signature after call - assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:38:27
  FAIL EdDSA Ed25519 with altered data after call - assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:56:27
  FAIL EdDSA Ed25519 using privateKey to verify - assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:73:27
  FAIL EdDSA Ed25519 using publicKey to sign - assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:90:27
  FAIL EdDSA Ed25519 no verify usage - assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:106:27
  FAIL EdDSA Ed25519 round trip - assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:124:27
  FAIL EdDSA Ed25519 signing with wrong algorithm name - assert_equals: Should have thrown InvalidAccessError instead of 'Operation is not supported' expected "InvalidAccessError" but got "NotSupportedError"
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:143:28
  FAIL EdDSA Ed25519 verifying with wrong algorithm name - assert_equals: Should have thrown InvalidAccessError instead of 'Operation is not supported' expected "InvalidAccessError" but got "NotSupportedError"
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:159:28
  FAIL EdDSA Ed25519 verification failure due to altered signature - assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:174:27
  FAIL EdDSA Ed25519 verification failure due to shortened signature - assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:189:27
  FAIL EdDSA Ed25519 verification failure due to altered data - assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:205:27
  FAIL Sign and verify using generated Ed25519 keys. - promise_test: Unhandled rejection with value: object "NotSupportedError: Operation is not supported"
  FAIL EdDSA Ed448 verification - assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:20:27
  FAIL EdDSA Ed448 verification with altered signature after call - assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:38:27
  FAIL EdDSA Ed448 with altered data after call - assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:56:27
  FAIL EdDSA Ed448 using privateKey to verify - assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:73:27
  FAIL EdDSA Ed448 using publicKey to sign - assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:90:27
  FAIL EdDSA Ed448 no verify usage - assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:106:27
  FAIL EdDSA Ed448 round trip - assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:124:27
  FAIL EdDSA Ed448 signing with wrong algorithm name - assert_equals: Should have thrown InvalidAccessError instead of 'Operation is not supported' expected "InvalidAccessError" but got "NotSupportedError"
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:143:28
  FAIL EdDSA Ed448 verifying with wrong algorithm name - assert_equals: Should have thrown InvalidAccessError instead of 'Operation is not supported' expected "InvalidAccessError" but got "NotSupportedError"
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:159:28
  FAIL EdDSA Ed448 verification failure due to altered signature - assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:174:27
  FAIL EdDSA Ed448 verification failure due to shortened signature - assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:189:27
  FAIL EdDSA Ed448 verification failure due to altered data - assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true
run_test/</<@https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:205:27
  FAIL Sign and verify using generated Ed448 keys. - promise_test: Unhandled rejection with value: object "NotSupportedError: Operation is not supported"
  FAIL Ed25519 Verification checks with small-order key of order - Test 0 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 1 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 2 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 3 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 4 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 5 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 6 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 7 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 8 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 9 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 10 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 11 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 12 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
  FAIL Ed25519 Verification checks with small-order key of order - Test 13 - promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"
 1:47.77 INFO Got 20 unexpected results, with 0 unexpected passes
 1:47.77 wptserve INFO Stopped WebTransport over HTTP/3 server on 127.0.0.1:11000
 1:47.96 wptserve INFO Stopped http server on 127.0.0.1:8001
 1:47.96 wptserve INFO Stopped http server on 127.0.0.1:8445
 1:47.96 wptserve INFO Stopped http server on 127.0.0.1:8003
 1:47.96 wptserve INFO Stopped http server on 127.0.0.1:8444
 1:47.96 wptserve INFO Close on: (<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('127.0.0.1', 8888))
 1:47.96 wptserve INFO Stopped http server on 127.0.0.1:8002
 1:47.96 wptserve INFO Stopped http server on 127.0.0.1:8446
 1:47.96 wptserve INFO Close on: (<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('127.0.0.1', 8889))
 1:47.96 wptserve INFO Stopped http server on 127.0.0.1:9000
 1:47.99 wptserve INFO Stopped http server on 127.0.0.1:8000
 1:48.19 wptserve INFO Stopped http server on 127.0.0.1:8443
 1:48.23 INFO Removed font: Ahem.ttf
 1:48.26 INFO Closing logging queue
 1:48.26 INFO queue closed
 1:48.27 INFO ::: Ran 10 of expected 10 iterations.
 1:48.27 INFO ## All results ##

 1:48.27 INFO ### /WebCryptoAPI/sign_verify/eddsa.https.any.worker.html ###
 1:48.27 INFO |                                Subtest                                | Results |                                                                         Messages                                                                         |
 1:48.27 INFO |-----------------------------------------------------------------------|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------|
 1:48.27 INFO |                                                                       | OK      |                                                                                                                                                          |
 1:48.27 INFO | `EdDSA Ed25519 verification`                                          | FAIL    | `assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true`                                      |
 1:48.27 INFO | `EdDSA Ed25519 verification with altered signature after call`        | FAIL    | `assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true`                                      |
 1:48.27 INFO | `EdDSA Ed25519 with altered data after call`                          | FAIL    | `assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true`                                      |
 1:48.27 INFO | `EdDSA Ed25519 using privateKey to verify`                            | FAIL    | `assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true`                                      |
 1:48.28 INFO | `EdDSA Ed25519 using publicKey to sign`                               | FAIL    | `assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true`                                      |
 1:48.28 INFO | `EdDSA Ed25519 no verify usage`                                       | FAIL    | `assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true`                                      |
 1:48.28 INFO | `EdDSA Ed25519 round trip`                                            | FAIL    | `assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true`                                      |
 1:48.28 INFO | `EdDSA Ed25519 signing with wrong algorithm name`                     | FAIL    | `assert_equals: Should have thrown InvalidAccessError instead of 'Operation is not supported' expected "InvalidAccessError" but got "NotSupportedError"` |
 1:48.28 INFO | `EdDSA Ed25519 verifying with wrong algorithm name`                   | FAIL    | `assert_equals: Should have thrown InvalidAccessError instead of 'Operation is not supported' expected "InvalidAccessError" but got "NotSupportedError"` |
 1:48.28 INFO | `EdDSA Ed25519 verification failure due to altered signature`         | FAIL    | `assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true`                                      |
 1:48.28 INFO | `EdDSA Ed25519 verification failure due to shortened signature`       | FAIL    | `assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true`                                      |
 1:48.28 INFO | `EdDSA Ed25519 verification failure due to altered data`              | FAIL    | `assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true`                                      |
 1:48.28 INFO | `Sign and verify using generated Ed25519 keys.`                       | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Operation is not supported"`                                                   |
 1:48.28 INFO | `EdDSA Ed448 verification`                                            | FAIL    | `assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true`                                        |
 1:48.28 INFO | `EdDSA Ed448 verification with altered signature after call`          | FAIL    | `assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true`                                        |
 1:48.28 INFO | `EdDSA Ed448 with altered data after call`                            | FAIL    | `assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true`                                        |
 1:48.28 INFO | `EdDSA Ed448 using privateKey to verify`                              | FAIL    | `assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true`                                        |
 1:48.28 INFO | `EdDSA Ed448 using publicKey to sign`                                 | FAIL    | `assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true`                                        |
 1:48.28 INFO | `EdDSA Ed448 no verify usage`                                         | FAIL    | `assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true`                                        |
 1:48.28 INFO | `EdDSA Ed448 round trip`                                              | FAIL    | `assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true`                                        |
 1:48.28 INFO | `EdDSA Ed448 signing with wrong algorithm name`                       | FAIL    | `assert_equals: Should have thrown InvalidAccessError instead of 'Operation is not supported' expected "InvalidAccessError" but got "NotSupportedError"` |
 1:48.28 INFO | `EdDSA Ed448 verifying with wrong algorithm name`                     | FAIL    | `assert_equals: Should have thrown InvalidAccessError instead of 'Operation is not supported' expected "InvalidAccessError" but got "NotSupportedError"` |
 1:48.28 INFO | `EdDSA Ed448 verification failure due to altered signature`           | FAIL    | `assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true`                                        |
 1:48.28 INFO | `EdDSA Ed448 verification failure due to shortened signature`         | FAIL    | `assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true`                                        |
 1:48.28 INFO | `EdDSA Ed448 verification failure due to altered data`                | FAIL    | `assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true`                                        |
 1:48.28 INFO | `Sign and verify using generated Ed448 keys.`                         | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Operation is not supported"`                                                   |
 1:48.28 INFO | `Ed25519 Verification checks with small-order key of order - Test 0`  | FAIL    | `promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"`                                                           |
 1:48.28 INFO | `Ed25519 Verification checks with small-order key of order - Test 1`  | FAIL    | `promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"`                                                           |
 1:48.28 INFO | `Ed25519 Verification checks with small-order key of order - Test 2`  | FAIL    | `promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"`                                                           |
 1:48.28 INFO | `Ed25519 Verification checks with small-order key of order - Test 3`  | FAIL    | `promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"`                                                           |
 1:48.28 INFO | `Ed25519 Verification checks with small-order key of order - Test 4`  | FAIL    | `promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"`                                                           |
 1:48.28 INFO | `Ed25519 Verification checks with small-order key of order - Test 5`  | FAIL    | `promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"`                                                           |
 1:48.28 INFO | `Ed25519 Verification checks with small-order key of order - Test 6`  | FAIL    | `promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"`                                                           |
 1:48.28 INFO | `Ed25519 Verification checks with small-order key of order - Test 7`  | FAIL    | `promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"`                                                           |
 1:48.28 INFO | `Ed25519 Verification checks with small-order key of order - Test 8`  | FAIL    | `promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"`                                                           |
 1:48.28 INFO | `Ed25519 Verification checks with small-order key of order - Test 9`  | FAIL    | `promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"`                                                           |
 1:48.28 INFO | `Ed25519 Verification checks with small-order key of order - Test 10` | FAIL    | `promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"`                                                           |
 1:48.28 INFO | `Ed25519 Verification checks with small-order key of order - Test 11` | FAIL    | `promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"`                                                           |
 1:48.28 INFO | `Ed25519 Verification checks with small-order key of order - Test 12` | FAIL    | `promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"`                                                           |
 1:48.28 INFO | `Ed25519 Verification checks with small-order key of order - Test 13` | FAIL    | `promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"`                                                           |
 1:48.28 INFO 
 1:48.28 INFO ### /WebCryptoAPI/sign_verify/eddsa.https.any.html ###
 1:48.28 INFO |                                Subtest                                | Results |                                                                         Messages                                                                         |
 1:48.28 INFO |-----------------------------------------------------------------------|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------|
 1:48.28 INFO |                                                                       | OK      |                                                                                                                                                          |
 1:48.28 INFO | `EdDSA Ed25519 verification`                                          | FAIL    | `assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true`                                      |
 1:48.28 INFO | `EdDSA Ed25519 verification with altered signature after call`        | FAIL    | `assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true`                                      |
 1:48.28 INFO | `EdDSA Ed25519 with altered data after call`                          | FAIL    | `assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true`                                      |
 1:48.28 INFO | `EdDSA Ed25519 using privateKey to verify`                            | FAIL    | `assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true`                                      |
 1:48.28 INFO | `EdDSA Ed25519 using publicKey to sign`                               | FAIL    | `assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true`                                      |
 1:48.28 INFO | `EdDSA Ed25519 no verify usage`                                       | FAIL    | `assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true`                                      |
 1:48.28 INFO | `EdDSA Ed25519 round trip`                                            | FAIL    | `assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true`                                      |
 1:48.28 INFO | `EdDSA Ed25519 signing with wrong algorithm name`                     | FAIL    | `assert_equals: Should have thrown InvalidAccessError instead of 'Operation is not supported' expected "InvalidAccessError" but got "NotSupportedError"` |
 1:48.28 INFO | `EdDSA Ed25519 verifying with wrong algorithm name`                   | FAIL    | `assert_equals: Should have thrown InvalidAccessError instead of 'Operation is not supported' expected "InvalidAccessError" but got "NotSupportedError"` |
 1:48.28 INFO | `EdDSA Ed25519 verification failure due to altered signature`         | FAIL    | `assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true`                                      |
 1:48.28 INFO | `EdDSA Ed25519 verification failure due to shortened signature`       | FAIL    | `assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true`                                      |
 1:48.28 INFO | `EdDSA Ed25519 verification failure due to altered data`              | FAIL    | `assert_false: importKey failed for EdDSA Ed25519. Message: ''Operation is not supported'' expected false got true`                                      |
 1:48.28 INFO | `Sign and verify using generated Ed25519 keys.`                       | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Operation is not supported"`                                                   |
 1:48.28 INFO | `EdDSA Ed448 verification`                                            | FAIL    | `assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true`                                        |
 1:48.28 INFO | `EdDSA Ed448 verification with altered signature after call`          | FAIL    | `assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true`                                        |
 1:48.28 INFO | `EdDSA Ed448 with altered data after call`                            | FAIL    | `assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true`                                        |
 1:48.28 INFO | `EdDSA Ed448 using privateKey to verify`                              | FAIL    | `assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true`                                        |
 1:48.28 INFO | `EdDSA Ed448 using publicKey to sign`                                 | FAIL    | `assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true`                                        |
 1:48.28 INFO | `EdDSA Ed448 no verify usage`                                         | FAIL    | `assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true`                                        |
 1:48.28 INFO | `EdDSA Ed448 round trip`                                              | FAIL    | `assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true`                                        |
 1:48.28 INFO | `EdDSA Ed448 signing with wrong algorithm name`                       | FAIL    | `assert_equals: Should have thrown InvalidAccessError instead of 'Operation is not supported' expected "InvalidAccessError" but got "NotSupportedError"` |
 1:48.28 INFO | `EdDSA Ed448 verifying with wrong algorithm name`                     | FAIL    | `assert_equals: Should have thrown InvalidAccessError instead of 'Operation is not supported' expected "InvalidAccessError" but got "NotSupportedError"` |
 1:48.28 INFO | `EdDSA Ed448 verification failure due to altered signature`           | FAIL    | `assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true`                                        |
 1:48.28 INFO | `EdDSA Ed448 verification failure due to shortened signature`         | FAIL    | `assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true`                                        |
 1:48.28 INFO | `EdDSA Ed448 verification failure due to altered data`                | FAIL    | `assert_false: importKey failed for EdDSA Ed448. Message: ''Operation is not supported'' expected false got true`                                        |
 1:48.28 INFO | `Sign and verify using generated Ed448 keys.`                         | FAIL    | `promise_test: Unhandled rejection with value: object "NotSupportedError: Operation is not supported"`                                                   |
 1:48.28 INFO | `Ed25519 Verification checks with small-order key of order - Test 0`  | FAIL    | `promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"`                                                           |
 1:48.28 INFO | `Ed25519 Verification checks with small-order key of order - Test 1`  | FAIL    | `promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"`                                                           |
 1:48.28 INFO | `Ed25519 Verification checks with small-order key of order - Test 2`  | FAIL    | `promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"`                                                           |
 1:48.28 INFO | `Ed25519 Verification checks with small-order key of order - Test 3`  | FAIL    | `promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"`                                                           |
 1:48.28 INFO | `Ed25519 Verification checks with small-order key of order - Test 4`  | FAIL    | `promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"`                                                           |
 1:48.28 INFO | `Ed25519 Verification checks with small-order key of order - Test 5`  | FAIL    | `promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"`                                                           |
 1:48.28 INFO | `Ed25519 Verification checks with small-order key of order - Test 6`  | FAIL    | `promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"`                                                           |
 1:48.28 INFO | `Ed25519 Verification checks with small-order key of order - Test 7`  | FAIL    | `promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"`                                                           |
 1:48.28 INFO | `Ed25519 Verification checks with small-order key of order - Test 8`  | FAIL    | `promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"`                                                           |
 1:48.28 INFO | `Ed25519 Verification checks with small-order key of order - Test 9`  | FAIL    | `promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"`                                                           |
 1:48.28 INFO | `Ed25519 Verification checks with small-order key of order - Test 10` | FAIL    | `promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"`                                                           |
 1:48.28 INFO | `Ed25519 Verification checks with small-order key of order - Test 11` | FAIL    | `promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"`                                                           |
 1:48.28 INFO | `Ed25519 Verification checks with small-order key of order - Test 12` | FAIL    | `promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"`                                                           |
 1:48.28 INFO | `Ed25519 Verification checks with small-order key of order - Test 13` | FAIL    | `promise_test: Unhandled rejection with value: object "ReferenceError: vector is not defined"`                                                           |
 1:48.28 INFO 
 1:48.28 INFO ::: Running tests in a loop with restarts 10 times : PASS
 1:48.28 INFO :::
 1:48.28 INFO ::: Test verification PASS
 1:48.28 INFO :::
X connection to :99.0 broken (explicit kill or server shutdown).

[taskcluster 2024-03-14 16:43:53.299Z] === Task Finished ===
[taskcluster 2024-03-14 16:43:53.620Z] Successful task run with exit code: 0 completed in 216.999 seconds