Bug 172594 - [GTK][WebCrypto] 9 failures on WebCryptoAPI tests after last sync with web-platform-tests
Summary: [GTK][WebCrypto] 9 failures on WebCryptoAPI tests after last sync with web-pl...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 133122
  Show dependency treegraph
 
Reported: 2017-05-25 09:17 PDT by Carlos Alberto Lopez Perez
Modified: 2017-06-06 13:29 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Alberto Lopez Perez 2017-05-25 09:17:03 PDT
On r217225 <https://trac.webkit.org/r217225> the web-platform-tests were synced with upstream.
After this, there are 9 new failures on the WebCryptoAPI tests from WPT on platform GTK:

Regressions: Unexpected text-only failures (9)
  imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/test_hkdf.https.html [ Failure ]
  imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/test_aes_cbc.https.html [ Failure ]
  imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/test_aes_ctr.https.html [ Failure ]
  imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/test_rsa_oaep.https.html [ Failure ]
  imported/w3c/web-platform-tests/WebCryptoAPI/import_export/test_ec_importKey.https.html [ Failure ]
  imported/w3c/web-platform-tests/WebCryptoAPI/import_export/test_rsa_importKey.https.html [ Failure ]
  imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/test_ecdsa.https.html [ Failure ]
  imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/test_rsa_pkcs.https.html [ Failure ]
  imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/test_rsa_pss.https.html [ Failure ]


Links to the failures:

https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20%28Tests%29/r217419%20%281355%29/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/test_ec_importKey.https-pretty-diff.html
https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20%28Tests%29/r217419%20%281355%29/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/test_rsa_importKey.https-pretty-diff.html
https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20%28Tests%29/r217419%20%281355%29/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/test_aes_ctr.https-pretty-diff.html
https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20%28Tests%29/r217419%20%281355%29/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/test_aes_cbc.https-pretty-diff.html
https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20%28Tests%29/r217419%20%281355%29/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/test_rsa_oaep.https-pretty-diff.html
https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20%28Tests%29/r217419%20%281355%29/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/test_rsa_pss.https-pretty-diff.html
https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20%28Tests%29/r217419%20%281355%29/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/test_ecdsa.https-pretty-diff.html
https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20%28Tests%29/r217419%20%281355%29/imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/test_rsa_pkcs.https-pretty-diff.html
https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20%28Tests%29/r217419%20%281355%29/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/test_hkdf.https-pretty-diff.html
Comment 1 Carlos Alberto Lopez Perez 2017-05-25 09:24:59 PDT
Updated test expectations on r217425: <http://trac.webkit.org/changeset/217425>
Comment 2 Zan Dobersek 2017-06-06 13:29:18 PDT
These failures popped up due to tests being renamed during the web-platform-tests sync.

Cleaned up in r217854.
http://trac.webkit.org/changeset/217854