Changeset 202623 in webkit


Ignore:
Timestamp:
Jun 29, 2016 6:14:49 AM (8 years ago)
Author:
clopez@igalia.com
Message:

[GTK] Fix the expectations for crypto/subtle tests after r202535.
https://bugs.webkit.org/show_bug.cgi?id=159260

Unreviewed.

  • platform/gtk/TestExpectations: Skip properly the crypto/subtle tests.
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r202619 r202623  
     12016-06-29  Carlos Alberto Lopez Perez  <clopez@igalia.com>
     2
     3        [GTK] Fix the expectations for crypto/subtle tests after r202535.
     4        https://bugs.webkit.org/show_bug.cgi?id=159260
     5
     6        Unreviewed.
     7
     8        * platform/gtk/TestExpectations: Skip properly the crypto/subtle tests.
     9
    1102016-06-29  Carlos Alberto Lopez Perez  <clopez@igalia.com>
    211
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r202564 r202623  
    406406
    407407# crypto.subtle is not yet enabled, but digest algorithms are already implemented
    408 # and their tests are whitelisted
     408# This feature was disabled from development builds recently, see also bug #159260
    409409webkit.org/b/133122 crypto/subtle [ Skip ]
    410 webkit.org/b/133319 crypto/subtle/sha-1.html [ Pass ]
    411 webkit.org/b/133319 crypto/subtle/sha-224.html [ Pass ]
    412 webkit.org/b/133319 crypto/subtle/sha-256.html [ Pass ]
    413 webkit.org/b/133319 crypto/subtle/sha-384.html [ Pass ]
    414 webkit.org/b/133319 crypto/subtle/sha-512.html [ Pass ]
    415 webkit.org/b/133320 crypto/subtle/hmac-check-algorithm.html [ Pass ]
    416 webkit.org/b/133320 crypto/subtle/hmac-export-key.html [ Pass ]
    417 webkit.org/b/133320 crypto/subtle/hmac-generate-key.html [ Pass ]
    418 webkit.org/b/133320 crypto/subtle/hmac-import-jwk.html [ Pass ]
    419 webkit.org/b/133320 crypto/subtle/hmac-sign-verify-empty-key.html [ Pass ]
    420 webkit.org/b/133320 crypto/subtle/hmac-sign-verify.html [ Pass ]
    421410
    422411# QuickTime plug-in not relevant to this port
     
    716705webkit.org/b/158617 http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_method_exist.html [ Failure ]
    717706
    718 # Subtle crypto
    719 webkit.org/b/133344 crypto/subtle/ [ Timeout ]
    720707
    721708#////////////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.