Refactoring of the EdDSA tests #44719
Merged
Community-TC Integration / wpt-chrome-dev-stability
succeeded
Mar 14, 2024 in 3m 43s
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
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 --no-headless --verify-log-full --enable-swiftshader --install-browser --install-webdriver chrome
FAIL EdDSA Ed448 with altered data after call - assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:56:15)
FAIL EdDSA Ed448 using privateKey to verify - assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:73:15)
FAIL EdDSA Ed448 using publicKey to sign - assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:90:15)
FAIL EdDSA Ed448 no verify usage - assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:106:15)
FAIL EdDSA Ed448 round trip - assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:124:15)
FAIL EdDSA Ed448 signing with wrong algorithm name - assert_equals: Should have thrown InvalidAccessError instead of 'Failed to execute 'sign' on 'SubtleCrypto': Algorithm: Unrecognized name' expected "InvalidAccessError" but got "NotSupportedError"
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:143:15)
FAIL EdDSA Ed448 verifying with wrong algorithm name - assert_equals: Should have thrown InvalidAccessError instead of 'Failed to execute 'verify' on 'SubtleCrypto': Algorithm: Unrecognized name' expected "InvalidAccessError" but got "NotSupportedError"
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:159:15)
FAIL EdDSA Ed448 verification failure due to altered signature - assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:174:15)
FAIL EdDSA Ed448 verification failure due to shortened signature - assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:189:15)
FAIL EdDSA Ed448 verification failure due to altered data - assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:205:15)
FAIL Sign and verify using generated Ed448 keys. - promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'generateKey' on 'SubtleCrypto': Algorithm: Unrecognized name"
Error
at get_stack (https://web-platform.test:8443/resources/testharness.js:4571:21)
at new AssertionError (https://web-platform.test:8443/resources/testharness.js:4564:22)
at assert (https://web-platform.test:8443/resources/testharness.js:4548:19)
at Test.<anonymous> (https://web-platform.test:8443/resources/testharness.js:764:29)
at Test.step (https://web-platform.test:8443/resources/testharness.js:2622:25)
at https://web-platform.test:8443/resources/testharness.js:2669:35
FAIL Ed25519 Verification checks with small-order key of order - Test 0 - assert_false: Signature verification result. expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:235:15)
FAIL Ed25519 Verification checks with small-order key of order - Test 1 - assert_false: Signature verification result. expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:235:15)
FAIL Ed25519 Verification checks with small-order key of order - Test 2 - assert_false: Signature verification result. expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:235:15)
FAIL Ed25519 Verification checks with small-order key of order - Test 3 - assert_false: Signature verification result. expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:235:15)
FAIL Ed25519 Verification checks with small-order key of order - Test 11 - assert_false: Signature verification result. expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:235:15)
FAIL Ed25519 Verification checks with small-order key of order - Test 12 - assert_false: Signature verification result. expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:235:15)
FAIL Ed25519 Verification checks with small-order key of order - Test 13 - assert_false: Signature verification result. expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:235:15)
FAIL EdDSA Ed448 verification - assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:20:15)
FAIL EdDSA Ed448 verification with altered signature after call - assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:38:15)
FAIL EdDSA Ed448 with altered data after call - assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:56:15)
FAIL EdDSA Ed448 using privateKey to verify - assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:73:15)
FAIL EdDSA Ed448 using publicKey to sign - assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:90:15)
FAIL EdDSA Ed448 no verify usage - assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:106:15)
FAIL EdDSA Ed448 round trip - assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:124:15)
FAIL EdDSA Ed448 signing with wrong algorithm name - assert_equals: Should have thrown InvalidAccessError instead of 'Failed to execute 'sign' on 'SubtleCrypto': Algorithm: Unrecognized name' expected "InvalidAccessError" but got "NotSupportedError"
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:143:15)
FAIL EdDSA Ed448 verifying with wrong algorithm name - assert_equals: Should have thrown InvalidAccessError instead of 'Failed to execute 'verify' on 'SubtleCrypto': Algorithm: Unrecognized name' expected "InvalidAccessError" but got "NotSupportedError"
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:159:15)
FAIL EdDSA Ed448 verification failure due to altered signature - assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:174:15)
FAIL EdDSA Ed448 verification failure due to shortened signature - assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:189:15)
FAIL EdDSA Ed448 verification failure due to altered data - assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:205:15)
FAIL Sign and verify using generated Ed448 keys. - promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'generateKey' on 'SubtleCrypto': Algorithm: Unrecognized name"
Error
at get_stack (https://web-platform.test:8443/resources/testharness.js:4571:21)
at new AssertionError (https://web-platform.test:8443/resources/testharness.js:4564:22)
at assert (https://web-platform.test:8443/resources/testharness.js:4548:19)
at Test.<anonymous> (https://web-platform.test:8443/resources/testharness.js:764:29)
at Test.step (https://web-platform.test:8443/resources/testharness.js:2622:25)
at https://web-platform.test:8443/resources/testharness.js:2669:35
FAIL Ed25519 Verification checks with small-order key of order - Test 0 - assert_false: Signature verification result. expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:235:15)
FAIL Ed25519 Verification checks with small-order key of order - Test 1 - assert_false: Signature verification result. expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:235:15)
FAIL Ed25519 Verification checks with small-order key of order - Test 2 - assert_false: Signature verification result. expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:235:15)
FAIL Ed25519 Verification checks with small-order key of order - Test 3 - assert_false: Signature verification result. expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:235:15)
FAIL Ed25519 Verification checks with small-order key of order - Test 11 - assert_false: Signature verification result. expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:235:15)
FAIL Ed25519 Verification checks with small-order key of order - Test 12 - assert_false: Signature verification result. expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:235:15)
FAIL Ed25519 Verification checks with small-order key of order - Test 13 - assert_false: Signature verification result. expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:235:15)
FAIL EdDSA Ed448 verification - assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:20:15)
FAIL EdDSA Ed448 verification with altered signature after call - assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:38:15)
FAIL EdDSA Ed448 with altered data after call - assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:56:15)
FAIL EdDSA Ed448 using privateKey to verify - assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:73:15)
FAIL EdDSA Ed448 using publicKey to sign - assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:90:15)
FAIL EdDSA Ed448 no verify usage - assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:106:15)
FAIL EdDSA Ed448 round trip - assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:124:15)
FAIL EdDSA Ed448 signing with wrong algorithm name - assert_equals: Should have thrown InvalidAccessError instead of 'Failed to execute 'sign' on 'SubtleCrypto': Algorithm: Unrecognized name' expected "InvalidAccessError" but got "NotSupportedError"
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:143:15)
FAIL EdDSA Ed448 verifying with wrong algorithm name - assert_equals: Should have thrown InvalidAccessError instead of 'Failed to execute 'verify' on 'SubtleCrypto': Algorithm: Unrecognized name' expected "InvalidAccessError" but got "NotSupportedError"
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:159:15)
FAIL EdDSA Ed448 verification failure due to altered signature - assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:174:15)
FAIL EdDSA Ed448 verification failure due to shortened signature - assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:189:15)
FAIL EdDSA Ed448 verification failure due to altered data - assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:205:15)
FAIL Sign and verify using generated Ed448 keys. - promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'generateKey' on 'SubtleCrypto': Algorithm: Unrecognized name"
Error
at get_stack (https://web-platform.test:8443/resources/testharness.js:4571:21)
at new AssertionError (https://web-platform.test:8443/resources/testharness.js:4564:22)
at assert (https://web-platform.test:8443/resources/testharness.js:4548:19)
at Test.<anonymous> (https://web-platform.test:8443/resources/testharness.js:764:29)
at Test.step (https://web-platform.test:8443/resources/testharness.js:2622:25)
at https://web-platform.test:8443/resources/testharness.js:2669:35
FAIL Ed25519 Verification checks with small-order key of order - Test 0 - assert_false: Signature verification result. expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:235:15)
FAIL Ed25519 Verification checks with small-order key of order - Test 1 - assert_false: Signature verification result. expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:235:15)
FAIL Ed25519 Verification checks with small-order key of order - Test 2 - assert_false: Signature verification result. expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:235:15)
FAIL Ed25519 Verification checks with small-order key of order - Test 3 - assert_false: Signature verification result. expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:235:15)
FAIL Ed25519 Verification checks with small-order key of order - Test 11 - assert_false: Signature verification result. expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:235:15)
FAIL Ed25519 Verification checks with small-order key of order - Test 12 - assert_false: Signature verification result. expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:235:15)
FAIL Ed25519 Verification checks with small-order key of order - Test 13 - assert_false: Signature verification result. expected false got true
at Test.<anonymous> (https://web-platform.test:8443/WebCryptoAPI/sign_verify/eddsa.js:235:15)
0:41.28 INFO Got 20 unexpected results, with 0 unexpected passes
0:41.28 wptserve INFO Stopped WebTransport over HTTP/3 server on 127.0.0.1:11000
0:41.48 wptserve INFO Stopped http server on 127.0.0.1:8000
0:41.53 wptserve INFO Stopped http server on 127.0.0.1:8001
0:41.53 wptserve INFO Stopped http server on 127.0.0.1:8446
0:41.53 wptserve INFO Stopped http server on 127.0.0.1:9000
0:41.53 wptserve INFO Stopped http server on 127.0.0.1:8445
0:41.53 wptserve INFO Close on: (<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('127.0.0.1', 8889))
0:41.54 wptserve INFO Stopped http server on 127.0.0.1:8444
0:41.54 wptserve INFO Close on: (<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('127.0.0.1', 8888))
0:41.54 wptserve INFO Stopped http server on 127.0.0.1:8003
0:41.54 wptserve INFO Stopped http server on 127.0.0.1:8443
0:41.55 wptserve INFO Stopped http server on 127.0.0.1:8002
0:41.63 INFO Removed font: Ahem.ttf
0:41.65 INFO Closing logging queue
0:41.65 INFO queue closed
0:41.67 INFO ::: Ran 10 of expected 10 iterations.
0:41.67 INFO ## All results ##
0:41.67 INFO ### /WebCryptoAPI/sign_verify/eddsa.https.any.worker.html ###
0:41.67 INFO | Subtest | Results | Messages |
0:41.67 INFO |-----------------------------------------------------------------------|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
0:41.67 INFO | | OK | |
0:41.67 INFO | `EdDSA Ed25519 verification` | PASS | |
0:41.67 INFO | `EdDSA Ed25519 verification with altered signature after call` | PASS | |
0:41.67 INFO | `EdDSA Ed25519 with altered data after call` | PASS | |
0:41.67 INFO | `EdDSA Ed25519 using privateKey to verify` | PASS | |
0:41.67 INFO | `EdDSA Ed25519 using publicKey to sign` | PASS | |
0:41.67 INFO | `EdDSA Ed25519 no verify usage` | PASS | |
0:41.67 INFO | `EdDSA Ed25519 round trip` | PASS | |
0:41.67 INFO | `EdDSA Ed25519 signing with wrong algorithm name` | PASS | |
0:41.67 INFO | `EdDSA Ed25519 verifying with wrong algorithm name` | PASS | |
0:41.67 INFO | `EdDSA Ed25519 verification failure due to altered signature` | PASS | |
0:41.67 INFO | `EdDSA Ed25519 verification failure due to shortened signature` | PASS | |
0:41.67 INFO | `EdDSA Ed25519 verification failure due to altered data` | PASS | |
0:41.67 INFO | `Sign and verify using generated Ed25519 keys.` | PASS | |
0:41.67 INFO | `EdDSA Ed448 verification` | FAIL | `assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true` |
0:41.67 INFO | `EdDSA Ed448 verification with altered signature after call` | FAIL | `assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true` |
0:41.67 INFO | `EdDSA Ed448 with altered data after call` | FAIL | `assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true` |
0:41.67 INFO | `EdDSA Ed448 using privateKey to verify` | FAIL | `assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true` |
0:41.67 INFO | `EdDSA Ed448 using publicKey to sign` | FAIL | `assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true` |
0:41.67 INFO | `EdDSA Ed448 no verify usage` | FAIL | `assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true` |
0:41.67 INFO | `EdDSA Ed448 round trip` | FAIL | `assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true` |
0:41.67 INFO | `EdDSA Ed448 signing with wrong algorithm name` | FAIL | `assert_equals: Should have thrown InvalidAccessError instead of 'Failed to execute 'sign' on 'SubtleCrypto': Algorithm: Unrecognized name' expected "InvalidAccessError" but got "NotSupportedError"` |
0:41.67 INFO | `EdDSA Ed448 verifying with wrong algorithm name` | FAIL | `assert_equals: Should have thrown InvalidAccessError instead of 'Failed to execute 'verify' on 'SubtleCrypto': Algorithm: Unrecognized name' expected "InvalidAccessError" but got "NotSupportedError"` |
0:41.67 INFO | `EdDSA Ed448 verification failure due to altered signature` | FAIL | `assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true` |
0:41.67 INFO | `EdDSA Ed448 verification failure due to shortened signature` | FAIL | `assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true` |
0:41.67 INFO | `EdDSA Ed448 verification failure due to altered data` | FAIL | `assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true` |
0:41.67 INFO | `Sign and verify using generated Ed448 keys.` | FAIL | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'generateKey' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
0:41.67 INFO | `Ed25519 Verification checks with small-order key of order - Test 0` | FAIL | `assert_false: Signature verification result. expected false got true` |
0:41.67 INFO | `Ed25519 Verification checks with small-order key of order - Test 1` | FAIL | `assert_false: Signature verification result. expected false got true` |
0:41.67 INFO | `Ed25519 Verification checks with small-order key of order - Test 2` | FAIL | `assert_false: Signature verification result. expected false got true` |
0:41.67 INFO | `Ed25519 Verification checks with small-order key of order - Test 3` | FAIL | `assert_false: Signature verification result. expected false got true` |
0:41.67 INFO | `Ed25519 Verification checks with small-order key of order - Test 4` | PASS | |
0:41.67 INFO | `Ed25519 Verification checks with small-order key of order - Test 5` | PASS | |
0:41.67 INFO | `Ed25519 Verification checks with small-order key of order - Test 6` | PASS | |
0:41.67 INFO | `Ed25519 Verification checks with small-order key of order - Test 7` | PASS | |
0:41.67 INFO | `Ed25519 Verification checks with small-order key of order - Test 8` | PASS | |
0:41.67 INFO | `Ed25519 Verification checks with small-order key of order - Test 9` | PASS | |
0:41.67 INFO | `Ed25519 Verification checks with small-order key of order - Test 10` | PASS | |
0:41.67 INFO | `Ed25519 Verification checks with small-order key of order - Test 11` | FAIL | `assert_false: Signature verification result. expected false got true` |
0:41.67 INFO | `Ed25519 Verification checks with small-order key of order - Test 12` | FAIL | `assert_false: Signature verification result. expected false got true` |
0:41.67 INFO | `Ed25519 Verification checks with small-order key of order - Test 13` | FAIL | `assert_false: Signature verification result. expected false got true` |
0:41.67 INFO
0:41.67 INFO ### /WebCryptoAPI/sign_verify/eddsa.https.any.html ###
0:41.67 INFO | Subtest | Results | Messages |
0:41.67 INFO |-----------------------------------------------------------------------|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
0:41.67 INFO | | OK | |
0:41.67 INFO | `EdDSA Ed25519 verification` | PASS | |
0:41.67 INFO | `EdDSA Ed25519 verification with altered signature after call` | PASS | |
0:41.67 INFO | `EdDSA Ed25519 with altered data after call` | PASS | |
0:41.67 INFO | `EdDSA Ed25519 using privateKey to verify` | PASS | |
0:41.67 INFO | `EdDSA Ed25519 using publicKey to sign` | PASS | |
0:41.67 INFO | `EdDSA Ed25519 no verify usage` | PASS | |
0:41.67 INFO | `EdDSA Ed25519 round trip` | PASS | |
0:41.67 INFO | `EdDSA Ed25519 signing with wrong algorithm name` | PASS | |
0:41.67 INFO | `EdDSA Ed25519 verifying with wrong algorithm name` | PASS | |
0:41.67 INFO | `EdDSA Ed25519 verification failure due to altered signature` | PASS | |
0:41.67 INFO | `EdDSA Ed25519 verification failure due to shortened signature` | PASS | |
0:41.67 INFO | `EdDSA Ed25519 verification failure due to altered data` | PASS | |
0:41.67 INFO | `Sign and verify using generated Ed25519 keys.` | PASS | |
0:41.67 INFO | `EdDSA Ed448 verification` | FAIL | `assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true` |
0:41.67 INFO | `EdDSA Ed448 verification with altered signature after call` | FAIL | `assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true` |
0:41.67 INFO | `EdDSA Ed448 with altered data after call` | FAIL | `assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true` |
0:41.67 INFO | `EdDSA Ed448 using privateKey to verify` | FAIL | `assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true` |
0:41.67 INFO | `EdDSA Ed448 using publicKey to sign` | FAIL | `assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true` |
0:41.67 INFO | `EdDSA Ed448 no verify usage` | FAIL | `assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true` |
0:41.67 INFO | `EdDSA Ed448 round trip` | FAIL | `assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true` |
0:41.67 INFO | `EdDSA Ed448 signing with wrong algorithm name` | FAIL | `assert_equals: Should have thrown InvalidAccessError instead of 'Failed to execute 'sign' on 'SubtleCrypto': Algorithm: Unrecognized name' expected "InvalidAccessError" but got "NotSupportedError"` |
0:41.67 INFO | `EdDSA Ed448 verifying with wrong algorithm name` | FAIL | `assert_equals: Should have thrown InvalidAccessError instead of 'Failed to execute 'verify' on 'SubtleCrypto': Algorithm: Unrecognized name' expected "InvalidAccessError" but got "NotSupportedError"` |
0:41.67 INFO | `EdDSA Ed448 verification failure due to altered signature` | FAIL | `assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true` |
0:41.67 INFO | `EdDSA Ed448 verification failure due to shortened signature` | FAIL | `assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true` |
0:41.67 INFO | `EdDSA Ed448 verification failure due to altered data` | FAIL | `assert_false: importKey failed for EdDSA Ed448. Message: ''Failed to execute 'importKey' on 'SubtleCrypto': Algorithm: Unrecognized name'' expected false got true` |
0:41.67 INFO | `Sign and verify using generated Ed448 keys.` | FAIL | `promise_test: Unhandled rejection with value: object "NotSupportedError: Failed to execute 'generateKey' on 'SubtleCrypto': Algorithm: Unrecognized name"` |
0:41.67 INFO | `Ed25519 Verification checks with small-order key of order - Test 0` | FAIL | `assert_false: Signature verification result. expected false got true` |
0:41.67 INFO | `Ed25519 Verification checks with small-order key of order - Test 1` | FAIL | `assert_false: Signature verification result. expected false got true` |
0:41.67 INFO | `Ed25519 Verification checks with small-order key of order - Test 2` | FAIL | `assert_false: Signature verification result. expected false got true` |
0:41.67 INFO | `Ed25519 Verification checks with small-order key of order - Test 3` | FAIL | `assert_false: Signature verification result. expected false got true` |
0:41.67 INFO | `Ed25519 Verification checks with small-order key of order - Test 4` | PASS | |
0:41.67 INFO | `Ed25519 Verification checks with small-order key of order - Test 5` | PASS | |
0:41.67 INFO | `Ed25519 Verification checks with small-order key of order - Test 6` | PASS | |
0:41.67 INFO | `Ed25519 Verification checks with small-order key of order - Test 7` | PASS | |
0:41.67 INFO | `Ed25519 Verification checks with small-order key of order - Test 8` | PASS | |
0:41.67 INFO | `Ed25519 Verification checks with small-order key of order - Test 9` | PASS | |
0:41.67 INFO | `Ed25519 Verification checks with small-order key of order - Test 10` | PASS | |
0:41.67 INFO | `Ed25519 Verification checks with small-order key of order - Test 11` | FAIL | `assert_false: Signature verification result. expected false got true` |
0:41.67 INFO | `Ed25519 Verification checks with small-order key of order - Test 12` | FAIL | `assert_false: Signature verification result. expected false got true` |
0:41.67 INFO | `Ed25519 Verification checks with small-order key of order - Test 13` | FAIL | `assert_false: Signature verification result. expected false got true` |
0:41.67 INFO
0:41.67 INFO ::: Running tests in a loop with restarts 10 times : PASS
0:41.67 INFO :::
0:41.67 INFO ::: Test verification PASS
0:41.67 INFO :::
[taskcluster 2024-03-14 16:40:15.240Z] === Task Finished ===
[taskcluster 2024-03-14 16:40:15.767Z] Successful task run with exit code: 0 completed in 167.959 seconds
Loading