Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: LayoutTests/crypto/clone-aesKey-expected.txt

Issue 268653004: [refactor] Replace shouldBeTrue("a != b") with shouldNotBe("a", "b") in existing crypto tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/crypto/clone-aesKey.html ('k') | LayoutTests/crypto/clone-hmacKey.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/crypto/clone-aesKey-expected.txt
diff --git a/LayoutTests/crypto/clone-aesKey-expected.txt b/LayoutTests/crypto/clone-aesKey-expected.txt
index 8a842db0a56dd30668a926eafb67af5735f6e265..ec645735f47c3263cd8d15a364aa0509bb83d68c 100644
--- a/LayoutTests/crypto/clone-aesKey-expected.txt
+++ b/LayoutTests/crypto/clone-aesKey-expected.txt
@@ -10,7 +10,7 @@ PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "AES-CBC"
PASS importedKey.algorithm.length is 128
PASS importedKey.usages.join(',') is ""
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -28,7 +28,7 @@ PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "AES-CBC"
PASS importedKey.algorithm.length is 192
PASS importedKey.usages.join(',') is ""
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -46,7 +46,7 @@ PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "AES-CBC"
PASS importedKey.algorithm.length is 256
PASS importedKey.usages.join(',') is ""
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -64,7 +64,7 @@ PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "AES-CBC"
PASS importedKey.algorithm.length is 128
PASS importedKey.usages.join(',') is "encrypt"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -82,7 +82,7 @@ PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "AES-CBC"
PASS importedKey.algorithm.length is 192
PASS importedKey.usages.join(',') is "encrypt"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -100,7 +100,7 @@ PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "AES-CBC"
PASS importedKey.algorithm.length is 256
PASS importedKey.usages.join(',') is "encrypt"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -118,7 +118,7 @@ PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "AES-CBC"
PASS importedKey.algorithm.length is 128
PASS importedKey.usages.join(',') is "decrypt,wrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -136,7 +136,7 @@ PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "AES-CBC"
PASS importedKey.algorithm.length is 192
PASS importedKey.usages.join(',') is "decrypt,wrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -154,7 +154,7 @@ PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "AES-CBC"
PASS importedKey.algorithm.length is 256
PASS importedKey.usages.join(',') is "decrypt,wrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -172,7 +172,7 @@ PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "AES-CBC"
PASS importedKey.algorithm.length is 128
PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -190,7 +190,7 @@ PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "AES-CBC"
PASS importedKey.algorithm.length is 192
PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -208,7 +208,7 @@ PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "AES-CBC"
PASS importedKey.algorithm.length is 256
PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -226,7 +226,7 @@ PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "AES-CBC"
PASS importedKey.algorithm.length is 128
PASS importedKey.usages.join(',') is ""
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -243,7 +243,7 @@ PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "AES-CBC"
PASS importedKey.algorithm.length is 192
PASS importedKey.usages.join(',') is ""
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -260,7 +260,7 @@ PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "AES-CBC"
PASS importedKey.algorithm.length is 256
PASS importedKey.usages.join(',') is ""
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -277,7 +277,7 @@ PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "AES-CBC"
PASS importedKey.algorithm.length is 128
PASS importedKey.usages.join(',') is "encrypt"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -294,7 +294,7 @@ PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "AES-CBC"
PASS importedKey.algorithm.length is 192
PASS importedKey.usages.join(',') is "encrypt"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -311,7 +311,7 @@ PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "AES-CBC"
PASS importedKey.algorithm.length is 256
PASS importedKey.usages.join(',') is "encrypt"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -328,7 +328,7 @@ PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "AES-CBC"
PASS importedKey.algorithm.length is 128
PASS importedKey.usages.join(',') is "decrypt,wrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -345,7 +345,7 @@ PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "AES-CBC"
PASS importedKey.algorithm.length is 192
PASS importedKey.usages.join(',') is "decrypt,wrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -362,7 +362,7 @@ PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "AES-CBC"
PASS importedKey.algorithm.length is 256
PASS importedKey.usages.join(',') is "decrypt,wrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -379,7 +379,7 @@ PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "AES-CBC"
PASS importedKey.algorithm.length is 128
PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -396,7 +396,7 @@ PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "AES-CBC"
PASS importedKey.algorithm.length is 192
PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -413,7 +413,7 @@ PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "AES-CBC"
PASS importedKey.algorithm.length is 256
PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -430,7 +430,7 @@ PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "AES-GCM"
PASS importedKey.algorithm.length is 128
PASS importedKey.usages.join(',') is ""
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -448,7 +448,7 @@ PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "AES-GCM"
PASS importedKey.algorithm.length is 192
PASS importedKey.usages.join(',') is ""
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -466,7 +466,7 @@ PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "AES-GCM"
PASS importedKey.algorithm.length is 256
PASS importedKey.usages.join(',') is ""
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -484,7 +484,7 @@ PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "AES-GCM"
PASS importedKey.algorithm.length is 128
PASS importedKey.usages.join(',') is "encrypt"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -502,7 +502,7 @@ PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "AES-GCM"
PASS importedKey.algorithm.length is 192
PASS importedKey.usages.join(',') is "encrypt"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -520,7 +520,7 @@ PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "AES-GCM"
PASS importedKey.algorithm.length is 256
PASS importedKey.usages.join(',') is "encrypt"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -538,7 +538,7 @@ PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "AES-GCM"
PASS importedKey.algorithm.length is 128
PASS importedKey.usages.join(',') is "decrypt,wrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -556,7 +556,7 @@ PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "AES-GCM"
PASS importedKey.algorithm.length is 192
PASS importedKey.usages.join(',') is "decrypt,wrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -574,7 +574,7 @@ PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "AES-GCM"
PASS importedKey.algorithm.length is 256
PASS importedKey.usages.join(',') is "decrypt,wrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -592,7 +592,7 @@ PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "AES-GCM"
PASS importedKey.algorithm.length is 128
PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -610,7 +610,7 @@ PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "AES-GCM"
PASS importedKey.algorithm.length is 192
PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -628,7 +628,7 @@ PASS importedKey.extractable is true
PASS importedKey.algorithm.name is "AES-GCM"
PASS importedKey.algorithm.length is 256
PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -646,7 +646,7 @@ PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "AES-GCM"
PASS importedKey.algorithm.length is 128
PASS importedKey.usages.join(',') is ""
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -663,7 +663,7 @@ PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "AES-GCM"
PASS importedKey.algorithm.length is 192
PASS importedKey.usages.join(',') is ""
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -680,7 +680,7 @@ PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "AES-GCM"
PASS importedKey.algorithm.length is 256
PASS importedKey.usages.join(',') is ""
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -697,7 +697,7 @@ PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "AES-GCM"
PASS importedKey.algorithm.length is 128
PASS importedKey.usages.join(',') is "encrypt"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -714,7 +714,7 @@ PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "AES-GCM"
PASS importedKey.algorithm.length is 192
PASS importedKey.usages.join(',') is "encrypt"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -731,7 +731,7 @@ PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "AES-GCM"
PASS importedKey.algorithm.length is 256
PASS importedKey.usages.join(',') is "encrypt"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -748,7 +748,7 @@ PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "AES-GCM"
PASS importedKey.algorithm.length is 128
PASS importedKey.usages.join(',') is "decrypt,wrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -765,7 +765,7 @@ PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "AES-GCM"
PASS importedKey.algorithm.length is 192
PASS importedKey.usages.join(',') is "decrypt,wrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -782,7 +782,7 @@ PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "AES-GCM"
PASS importedKey.algorithm.length is 256
PASS importedKey.usages.join(',') is "decrypt,wrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -799,7 +799,7 @@ PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "AES-GCM"
PASS importedKey.algorithm.length is 128
PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -816,7 +816,7 @@ PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "AES-GCM"
PASS importedKey.algorithm.length is 192
PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
@@ -833,7 +833,7 @@ PASS importedKey.extractable is false
PASS importedKey.algorithm.name is "AES-GCM"
PASS importedKey.algorithm.length is 256
PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "secret"
PASS typeof clonedKey.extractable is 'boolean'
« no previous file with comments | « LayoutTests/crypto/clone-aesKey.html ('k') | LayoutTests/crypto/clone-hmacKey.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698