Bug 169468 - REGRESSION(r213671) : [GTK] Several tests fail
Summary: REGRESSION(r213671) : [GTK] Several tests fail
Status: RESOLVED DUPLICATE of bug 169528
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:
 
Reported: 2017-03-10 08:08 PST by Javier Fernandez
Modified: 2017-03-12 14:49 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Javier Fernandez 2017-03-10 08:08:54 PST
The following tests started to fail at r213671
  - imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.worker.html [ Failure ]
  - imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/test_pbkdf2.html [ Failure ]
Comment 1 Brent Fulgham 2017-03-10 08:36:43 PST
I'm guessing these are failing because there is no PBKDF2 implementation on GTK, and that once someone hooks it up things will start working.

If you want to get your bot green, it's probably quickest to add a platform-specific result for these tests indicating failure.
Comment 2 Javier Fernandez 2017-03-10 08:58:32 PST
(In reply to comment #1)
> I'm guessing these are failing because there is no PBKDF2 implementation on
> GTK, and that once someone hooks it up things will start working.
> 
> If you want to get your bot green, it's probably quickest to add a
> platform-specific result for these tests indicating failure.

Yes, I already did that on bug #169470.
Comment 3 Javier Fernandez 2017-03-12 14:49:43 PDT

*** This bug has been marked as a duplicate of bug 169528 ***