Title: [220818] trunk/LayoutTests
Revision
220818
Author
[email protected]
Date
2017-08-16 17:33:23 -0700 (Wed, 16 Aug 2017)

Log Message

Rebaseline crypto/subtle/rsa-generate-key-malformed-parameters.html after r220811.

Unreviewed test gardening.

* platform/ios-11/crypto/subtle/rsa-generate-key-malformed-parameters-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (220817 => 220818)


--- trunk/LayoutTests/ChangeLog	2017-08-17 00:28:25 UTC (rev 220817)
+++ trunk/LayoutTests/ChangeLog	2017-08-17 00:33:23 UTC (rev 220818)
@@ -1,3 +1,11 @@
+2017-08-16  Ryan Haddad  <[email protected]>
+
+        Rebaseline crypto/subtle/rsa-generate-key-malformed-parameters.html after r220811.
+
+        Unreviewed test gardening.
+
+        * platform/ios-11/crypto/subtle/rsa-generate-key-malformed-parameters-expected.txt:
+
 2017-08-16  Chris Dumez  <[email protected]>
 
         Cross origin Beacon requests with a ArrayBuffer / ArrayBufferView payload should not do a CORS preflight

Modified: trunk/LayoutTests/platform/ios-11/crypto/subtle/rsa-generate-key-malformed-parameters-expected.txt (220817 => 220818)


--- trunk/LayoutTests/platform/ios-11/crypto/subtle/rsa-generate-key-malformed-parameters-expected.txt	2017-08-17 00:28:25 UTC (rev 220817)
+++ trunk/LayoutTests/platform/ios-11/crypto/subtle/rsa-generate-key-malformed-parameters-expected.txt	2017-08-17 00:33:23 UTC (rev 220818)
@@ -15,8 +15,8 @@
 PASS crypto.subtle.generateKey({name: "RSAES-PKCS1-v1_5", modulusLength: 2048, publicExponent: Symbol()}, extractable, ["encrypt", "decrypt"]) rejected promise  with TypeError: Type error.
 PASS crypto.subtle.generateKey({name: "RSAES-PKCS1-v1_5", modulusLength: 2048, publicExponent: "foo"}, extractable, ["encrypt", "decrypt"]) rejected promise  with TypeError: Type error.
 PASS crypto.subtle.generateKey({name: "RSAES-PKCS1-v1_5", modulusLength: 2048, publicExponent: [ ]}, extractable, ["encrypt", "decrypt"]) rejected promise  with TypeError: Type error.
-PASS crypto.subtle.generateKey({name: "RSASSA-PKCS1-v1_5", modulusLength: 2048, publicExponent: publicExponent}, extractable, ["sign", "verify"]) rejected promise  with TypeError: Member RsaHashedKeyGenParams.hash is required and must be an instance of any.
-PASS crypto.subtle.generateKey({name: "RSA-OAEP", modulusLength: 2048, publicExponent: publicExponent}, extractable, ["decrypt", "encrypt"]) rejected promise  with TypeError: Member RsaHashedKeyGenParams.hash is required and must be an instance of any.
+PASS crypto.subtle.generateKey({name: "RSASSA-PKCS1-v1_5", modulusLength: 2048, publicExponent: publicExponent}, extractable, ["sign", "verify"]) rejected promise  with TypeError: Member RsaHashedKeyGenParams.hash is required and must be an instance of (object or DOMString).
+PASS crypto.subtle.generateKey({name: "RSA-OAEP", modulusLength: 2048, publicExponent: publicExponent}, extractable, ["decrypt", "encrypt"]) rejected promise  with TypeError: Member RsaHashedKeyGenParams.hash is required and must be an instance of (object or DOMString).
 PASS crypto.subtle.generateKey({name: "RSAES-PKCS1-v1_5", modulusLength: 2048, publicExponent: publicExponent}, extractable, ["sign"]) rejected promise  with SyntaxError: A required parameter was missing or out-of-range.
 PASS crypto.subtle.generateKey({name: "RSAES-PKCS1-v1_5", modulusLength: 2048, publicExponent: publicExponent}, extractable, ["verify"]) rejected promise  with SyntaxError: A required parameter was missing or out-of-range.
 PASS crypto.subtle.generateKey({name: "RSAES-PKCS1-v1_5", modulusLength: 2048, publicExponent: publicExponent}, extractable, ["deriveKey"]) rejected promise  with SyntaxError: A required parameter was missing or out-of-range.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to