Title: [263615] trunk/LayoutTests
Revision
263615
Author
dp...@igalia.com
Date
2020-06-26 23:17:10 -0700 (Fri, 26 Jun 2020)

Log Message

[GLIB] Unreviewed test gardening. Update test expectations after r263609.

* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.any-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.any-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/idlharness.https.worker-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/test_wrapKey_unwrapKey.https-expected.txt:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (263614 => 263615)


--- trunk/LayoutTests/ChangeLog	2020-06-27 05:25:44 UTC (rev 263614)
+++ trunk/LayoutTests/ChangeLog	2020-06-27 06:17:10 UTC (rev 263615)
@@ -1,3 +1,13 @@
+2020-06-26  Diego Pino Garcia  <dp...@igalia.com>
+
+        [GLIB] Unreviewed test gardening. Update test expectations after r263609.
+
+        * platform/glib/TestExpectations:
+        * platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.any-expected.txt: Added.
+        * platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.any-expected.txt: Added.
+        * platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/idlharness.https.worker-expected.txt: Added.
+        * platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/test_wrapKey_unwrapKey.https-expected.txt:
+
 2020-06-26  Chris Dumez  <cdu...@apple.com>
 
         Unreviewed, rename beacon-redirect.window.html to beacon-redirect.sub.window.html in TestExpectations

Modified: trunk/LayoutTests/platform/glib/TestExpectations (263614 => 263615)


--- trunk/LayoutTests/platform/glib/TestExpectations	2020-06-27 05:25:44 UTC (rev 263614)
+++ trunk/LayoutTests/platform/glib/TestExpectations	2020-06-27 06:17:10 UTC (rev 263615)
@@ -244,6 +244,8 @@
 #////////////////////////////////////////////////////////////////////////////////////////
 
 webkit.org/b/183608 imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/test_wrapKey_unwrapKey.https.html [ Failure Pass ]
+webkit.org/b/213678 imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.any.html [ Failure ]
+webkit.org/b/213678 imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.any.worker.html [ Failure ]
 
 webkit.org/b/186638 imported/w3c/web-platform-tests/html/webappapis/timers/negative-settimeout.html [ Failure Pass ]
 webkit.org/b/186638 imported/w3c/web-platform-tests/xhr/send-timeout-events.htm [ Failure Pass ]

Added: trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.any-expected.txt (0 => 263615)


--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.any-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_bits.https.any-expected.txt	2020-06-27 06:17:10 UTC (rev 263615)
@@ -0,0 +1,45 @@
+
+PASS setup - define tests 
+PASS P-521 good parameters 
+PASS P-521 mixed case parameters 
+PASS P-521 with null length 
+PASS P-521 short result 
+FAIL P-521 non-multiple of 8 bits assert_unreached: deriveBits failed with error OperationError: The operation failed for an operation-specific reason Reached unreachable code
+PASS P-521 missing public curve 
+PASS P-521 public property of algorithm is not a CryptoKey 
+PASS P-521 mismatched curves 
+PASS P-521 public property of algorithm is not an ECDSA public key 
+PASS P-521 no deriveBits usage for base key 
+PASS P-521 base key is not a private key 
+PASS P-521 public property value is a private key 
+PASS P-521 public property value is a secret key 
+PASS P-521 asking for too many bits 
+PASS P-256 good parameters 
+PASS P-256 mixed case parameters 
+PASS P-256 with null length 
+PASS P-256 short result 
+FAIL P-256 non-multiple of 8 bits assert_unreached: deriveBits failed with error OperationError: The operation failed for an operation-specific reason Reached unreachable code
+PASS P-256 missing public curve 
+PASS P-256 public property of algorithm is not a CryptoKey 
+PASS P-256 mismatched curves 
+PASS P-256 public property of algorithm is not an ECDSA public key 
+PASS P-256 no deriveBits usage for base key 
+PASS P-256 base key is not a private key 
+PASS P-256 public property value is a private key 
+PASS P-256 public property value is a secret key 
+PASS P-256 asking for too many bits 
+PASS P-384 good parameters 
+PASS P-384 mixed case parameters 
+PASS P-384 with null length 
+PASS P-384 short result 
+FAIL P-384 non-multiple of 8 bits assert_unreached: deriveBits failed with error OperationError: The operation failed for an operation-specific reason Reached unreachable code
+PASS P-384 missing public curve 
+PASS P-384 public property of algorithm is not a CryptoKey 
+PASS P-384 mismatched curves 
+PASS P-384 public property of algorithm is not an ECDSA public key 
+PASS P-384 no deriveBits usage for base key 
+PASS P-384 base key is not a private key 
+PASS P-384 public property value is a private key 
+PASS P-384 public property value is a secret key 
+PASS P-384 asking for too many bits 
+

Added: trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.any-expected.txt (0 => 263615)


--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.any-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/ecdh_keys.https.any-expected.txt	2020-06-27 06:17:10 UTC (rev 263615)
@@ -0,0 +1,33 @@
+
+PASS setup - define tests 
+PASS P-521 good parameters 
+PASS P-521 mixed case parameters 
+PASS P-521 missing public curve 
+PASS P-521 public property of algorithm is not a CryptoKey 
+PASS P-521 mismatched curves 
+PASS P-521 public property of algorithm is not an ECDSA public key 
+PASS P-521 no deriveKey usage for base key 
+PASS P-521 base key is not a private key 
+PASS P-521 public property value is a private key 
+PASS P-521 public property value is a secret key 
+PASS P-256 good parameters 
+PASS P-256 mixed case parameters 
+PASS P-256 missing public curve 
+PASS P-256 public property of algorithm is not a CryptoKey 
+PASS P-256 mismatched curves 
+PASS P-256 public property of algorithm is not an ECDSA public key 
+PASS P-256 no deriveKey usage for base key 
+PASS P-256 base key is not a private key 
+PASS P-256 public property value is a private key 
+PASS P-256 public property value is a secret key 
+PASS P-384 good parameters 
+PASS P-384 mixed case parameters 
+PASS P-384 missing public curve 
+PASS P-384 public property of algorithm is not a CryptoKey 
+PASS P-384 mismatched curves 
+PASS P-384 public property of algorithm is not an ECDSA public key 
+PASS P-384 no deriveKey usage for base key 
+PASS P-384 base key is not a private key 
+PASS P-384 public property value is a private key 
+PASS P-384 public property value is a secret key 
+

Added: trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/idlharness.https.worker-expected.txt (0 => 263615)


--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/idlharness.https.worker-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/idlharness.https.worker-expected.txt	2020-06-27 06:17:10 UTC (rev 263615)
@@ -0,0 +1,8 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x579
+      RenderBlock {PRE} at (0,0) size 784x15
+        RenderText {#text} at (0,0) size 312x15
+          text run at (0,0) width 312: "{\"error\": {\"message\": \"\", \"code\": 404}}"

Modified: trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/test_wrapKey_unwrapKey.https-expected.txt (263614 => 263615)


--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/test_wrapKey_unwrapKey.https-expected.txt	2020-06-27 05:25:44 UTC (rev 263614)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/test_wrapKey_unwrapKey.https-expected.txt	2020-06-27 06:17:10 UTC (rev 263615)
@@ -181,51 +181,19 @@
 PASS Can wrap and unwrap RSA-OAEP private key keys using jwk and AES-GCM 
 PASS Can wrap and unwrap RSA-OAEP private key keys as non-extractable using jwk and AES-GCM 
 PASS Can unwrap RSA-OAEP private key non-extractable keys using jwk and AES-GCM 
-FAIL Can wrap and unwrap ECDSA public key keys using jwk and AES-KW assert_unreached: Round trip for extractable key threw an error - OperationError: "The operation failed for an operation-specific reason" Reached unreachable code
-FAIL Can wrap and unwrap ECDSA private key keys using jwk and AES-KW assert_unreached: Round trip for extractable key threw an error - OperationError: "The operation failed for an operation-specific reason" Reached unreachable code
-FAIL Can wrap and unwrap ECDSA private key keys as non-extractable using jwk and AES-KW assert_unreached: Round trip for key unwrapped non-extractable threw an error - OperationError: "The operation failed for an operation-specific reason" Reached unreachable code
-PASS Can unwrap ECDSA private key non-extractable keys using jwk and AES-KW 
-FAIL Can wrap and unwrap ECDH public key keys using jwk and AES-KW assert_unreached: Round trip for extractable key threw an error - OperationError: "The operation failed for an operation-specific reason" Reached unreachable code
-FAIL Can wrap and unwrap ECDH private key keys using jwk and AES-KW assert_unreached: Round trip for extractable key threw an error - OperationError: "The operation failed for an operation-specific reason" Reached unreachable code
-FAIL Can wrap and unwrap ECDH private key keys as non-extractable using jwk and AES-KW assert_unreached: Round trip for key unwrapped non-extractable threw an error - OperationError: "The operation failed for an operation-specific reason" Reached unreachable code
-PASS Can unwrap ECDH private key non-extractable keys using jwk and AES-KW 
 PASS Can wrap and unwrap AES-CTR keys using raw and AES-KW 
 PASS Can wrap and unwrap AES-CTR keys as non-extractable using raw and AES-KW 
-FAIL Can wrap and unwrap AES-CTR keys using jwk and AES-KW assert_unreached: Round trip for extractable key threw an error - OperationError: "The operation failed for an operation-specific reason" Reached unreachable code
-FAIL Can wrap and unwrap AES-CTR keys as non-extractable using jwk and AES-KW assert_unreached: Round trip for key unwrapped non-extractable threw an error - OperationError: "The operation failed for an operation-specific reason" Reached unreachable code
-PASS Can unwrap AES-CTR non-extractable keys using jwk and AES-KW 
 PASS Can wrap and unwrap AES-CBC keys using raw and AES-KW 
 PASS Can wrap and unwrap AES-CBC keys as non-extractable using raw and AES-KW 
-FAIL Can wrap and unwrap AES-CBC keys using jwk and AES-KW assert_unreached: Round trip for extractable key threw an error - OperationError: "The operation failed for an operation-specific reason" Reached unreachable code
-FAIL Can wrap and unwrap AES-CBC keys as non-extractable using jwk and AES-KW assert_unreached: Round trip for key unwrapped non-extractable threw an error - OperationError: "The operation failed for an operation-specific reason" Reached unreachable code
-PASS Can unwrap AES-CBC non-extractable keys using jwk and AES-KW 
 PASS Can wrap and unwrap AES-GCM keys using raw and AES-KW 
 PASS Can wrap and unwrap AES-GCM keys as non-extractable using raw and AES-KW 
-FAIL Can wrap and unwrap AES-GCM keys using jwk and AES-KW assert_unreached: Round trip for extractable key threw an error - OperationError: "The operation failed for an operation-specific reason" Reached unreachable code
-FAIL Can wrap and unwrap AES-GCM keys as non-extractable using jwk and AES-KW assert_unreached: Round trip for key unwrapped non-extractable threw an error - OperationError: "The operation failed for an operation-specific reason" Reached unreachable code
-PASS Can unwrap AES-GCM non-extractable keys using jwk and AES-KW 
 PASS Can wrap and unwrap AES-KW keys using raw and AES-KW 
 PASS Can wrap and unwrap AES-KW keys as non-extractable using raw and AES-KW 
-FAIL Can wrap and unwrap AES-KW keys using jwk and AES-KW assert_unreached: Round trip for extractable key threw an error - OperationError: "The operation failed for an operation-specific reason" Reached unreachable code
-FAIL Can wrap and unwrap AES-KW keys as non-extractable using jwk and AES-KW assert_unreached: Round trip for key unwrapped non-extractable threw an error - OperationError: "The operation failed for an operation-specific reason" Reached unreachable code
-PASS Can unwrap AES-KW non-extractable keys using jwk and AES-KW 
 PASS Can wrap and unwrap HMAC keys using raw and AES-KW 
 PASS Can wrap and unwrap HMAC keys as non-extractable using raw and AES-KW 
-FAIL Can wrap and unwrap HMAC keys using jwk and AES-KW assert_unreached: Round trip for extractable key threw an error - OperationError: "The operation failed for an operation-specific reason" Reached unreachable code
-FAIL Can wrap and unwrap HMAC keys as non-extractable using jwk and AES-KW assert_unreached: Round trip for key unwrapped non-extractable threw an error - OperationError: "The operation failed for an operation-specific reason" Reached unreachable code
-PASS Can unwrap HMAC non-extractable keys using jwk and AES-KW 
 PASS Can wrap and unwrap RSASSA-PKCS1-v1_5 public key keys using jwk and AES-KW 
-FAIL Can wrap and unwrap RSASSA-PKCS1-v1_5 private key keys using jwk and AES-KW assert_unreached: Round trip for extractable key threw an error - OperationError: "The operation failed for an operation-specific reason" Reached unreachable code
-FAIL Can wrap and unwrap RSASSA-PKCS1-v1_5 private key keys as non-extractable using jwk and AES-KW assert_unreached: Round trip for key unwrapped non-extractable threw an error - OperationError: "The operation failed for an operation-specific reason" Reached unreachable code
-PASS Can unwrap RSASSA-PKCS1-v1_5 private key non-extractable keys using jwk and AES-KW 
 PASS Can wrap and unwrap RSA-PSS public key keys using jwk and AES-KW 
-FAIL Can wrap and unwrap RSA-PSS private key keys using jwk and AES-KW assert_unreached: Round trip for extractable key threw an error - OperationError: "The operation failed for an operation-specific reason" Reached unreachable code
-FAIL Can wrap and unwrap RSA-PSS private key keys as non-extractable using jwk and AES-KW assert_unreached: Round trip for key unwrapped non-extractable threw an error - OperationError: "The operation failed for an operation-specific reason" Reached unreachable code
-PASS Can unwrap RSA-PSS private key non-extractable keys using jwk and AES-KW 
 PASS Can wrap and unwrap RSA-OAEP public key keys using jwk and AES-KW 
-FAIL Can wrap and unwrap RSA-OAEP private key keys using jwk and AES-KW assert_unreached: Round trip for extractable key threw an error - OperationError: "The operation failed for an operation-specific reason" Reached unreachable code
-FAIL Can wrap and unwrap RSA-OAEP private key keys as non-extractable using jwk and AES-KW assert_unreached: Round trip for key unwrapped non-extractable threw an error - OperationError: "The operation failed for an operation-specific reason" Reached unreachable code
-PASS Can unwrap RSA-OAEP private key non-extractable keys using jwk and AES-KW 
 PASS Can wrap and unwrap ECDSA public key keys using spki and RSA-OAEP 
 PASS Can wrap and unwrap ECDSA public key keys using jwk and RSA-OAEP 
 PASS Can wrap and unwrap ECDSA private key keys using pkcs8 and RSA-OAEP 

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (263614 => 263615)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2020-06-27 05:25:44 UTC (rev 263614)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2020-06-27 06:17:10 UTC (rev 263615)
@@ -1719,8 +1719,6 @@
 
 webkit.org/b/188042 imported/w3c/web-platform-tests/infrastructure/assumptions/ahem.html [ ImageOnlyFailure Timeout ]
 
-webkit.org/b/188046 [ Release ] imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.worker.html [ Failure Pass Timeout ]
-
 webkit.org/b/188105 media/track/track-css-all-cues.html [ Failure Pass Crash ]
 
 webkit.org/b/188437 media/W3C/audio/events/event_playing_manual.html [ Crash Pass ]
@@ -2523,7 +2521,6 @@
 webkit.org/b/207711 imported/w3c/web-platform-tests/web-animations/timing-model/animations/sync-start-times.html [ Pass Slow ]
 webkit.org/b/207711 [ Debug ] imported/w3c/web-platform-tests/web-animations/timing-model/animations/update-playback-rate-fast.html [ Timeout ]
 webkit.org/b/207711 [ Release ] imported/w3c/web-platform-tests/web-animations/timing-model/animations/update-playback-rate-fast.html [ Timeout ImageOnlyFailure ]
-webkit.org/b/207711 [ Debug ] imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.https.worker.html [ Failure Timeout ]
 webkit.org/b/207711 imported/blink/storage/indexeddb/blob-valid-after-deletion.html [ Failure Pass Timeout ]
 
 # Web inspector related tests are very slow or timeout in debug.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to