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

Unified Diff: LayoutTests/crypto/clone-hmacKey-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-hmacKey.html ('k') | LayoutTests/crypto/clone-rsaHashedKey-private.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/crypto/clone-hmacKey-expected.txt
diff --git a/LayoutTests/crypto/clone-hmacKey-expected.txt b/LayoutTests/crypto/clone-hmacKey-expected.txt
index 21e886685f6b983f320d8c83a5cd25047dbec0bc..0a716dd4397d2c751c394c051b8108b36f3a1a40 100644
--- a/LayoutTests/crypto/clone-hmacKey-expected.txt
+++ b/LayoutTests/crypto/clone-hmacKey-expected.txt
@@ -11,7 +11,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 128
PASS importedKey.algorithm.hash.name is "SHA-1"
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'
@@ -31,7 +31,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 256
PASS importedKey.algorithm.hash.name is "SHA-1"
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'
@@ -51,7 +51,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 128
PASS importedKey.algorithm.hash.name is "SHA-1"
PASS importedKey.usages.join(',') is "sign"
-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'
@@ -71,7 +71,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 256
PASS importedKey.algorithm.hash.name is "SHA-1"
PASS importedKey.usages.join(',') is "sign"
-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'
@@ -91,7 +91,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 128
PASS importedKey.algorithm.hash.name is "SHA-1"
PASS importedKey.usages.join(',') is "verify"
-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'
@@ -111,7 +111,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 256
PASS importedKey.algorithm.hash.name is "SHA-1"
PASS importedKey.usages.join(',') is "verify"
-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'
@@ -131,7 +131,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 128
PASS importedKey.algorithm.hash.name is "SHA-1"
PASS importedKey.usages.join(',') is "sign,verify"
-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'
@@ -151,7 +151,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 256
PASS importedKey.algorithm.hash.name is "SHA-1"
PASS importedKey.usages.join(',') is "sign,verify"
-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'
@@ -171,7 +171,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 128
PASS importedKey.algorithm.hash.name is "SHA-1"
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'
@@ -190,7 +190,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 256
PASS importedKey.algorithm.hash.name is "SHA-1"
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'
@@ -209,7 +209,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 128
PASS importedKey.algorithm.hash.name is "SHA-1"
PASS importedKey.usages.join(',') is "sign"
-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'
@@ -228,7 +228,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 256
PASS importedKey.algorithm.hash.name is "SHA-1"
PASS importedKey.usages.join(',') is "sign"
-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'
@@ -247,7 +247,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 128
PASS importedKey.algorithm.hash.name is "SHA-1"
PASS importedKey.usages.join(',') is "verify"
-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'
@@ -266,7 +266,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 256
PASS importedKey.algorithm.hash.name is "SHA-1"
PASS importedKey.usages.join(',') is "verify"
-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'
@@ -285,7 +285,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 128
PASS importedKey.algorithm.hash.name is "SHA-1"
PASS importedKey.usages.join(',') is "sign,verify"
-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'
@@ -304,7 +304,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 256
PASS importedKey.algorithm.hash.name is "SHA-1"
PASS importedKey.usages.join(',') is "sign,verify"
-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'
@@ -323,7 +323,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 128
PASS importedKey.algorithm.hash.name is "SHA-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'
@@ -343,7 +343,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 256
PASS importedKey.algorithm.hash.name is "SHA-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'
@@ -363,7 +363,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 128
PASS importedKey.algorithm.hash.name is "SHA-256"
PASS importedKey.usages.join(',') is "sign"
-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'
@@ -383,7 +383,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 256
PASS importedKey.algorithm.hash.name is "SHA-256"
PASS importedKey.usages.join(',') is "sign"
-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'
@@ -403,7 +403,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 128
PASS importedKey.algorithm.hash.name is "SHA-256"
PASS importedKey.usages.join(',') is "verify"
-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'
@@ -423,7 +423,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 256
PASS importedKey.algorithm.hash.name is "SHA-256"
PASS importedKey.usages.join(',') is "verify"
-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'
@@ -443,7 +443,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 128
PASS importedKey.algorithm.hash.name is "SHA-256"
PASS importedKey.usages.join(',') is "sign,verify"
-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'
@@ -463,7 +463,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 256
PASS importedKey.algorithm.hash.name is "SHA-256"
PASS importedKey.usages.join(',') is "sign,verify"
-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'
@@ -483,7 +483,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 128
PASS importedKey.algorithm.hash.name is "SHA-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'
@@ -502,7 +502,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 256
PASS importedKey.algorithm.hash.name is "SHA-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'
@@ -521,7 +521,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 128
PASS importedKey.algorithm.hash.name is "SHA-256"
PASS importedKey.usages.join(',') is "sign"
-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'
@@ -540,7 +540,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 256
PASS importedKey.algorithm.hash.name is "SHA-256"
PASS importedKey.usages.join(',') is "sign"
-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'
@@ -559,7 +559,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 128
PASS importedKey.algorithm.hash.name is "SHA-256"
PASS importedKey.usages.join(',') is "verify"
-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'
@@ -578,7 +578,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 256
PASS importedKey.algorithm.hash.name is "SHA-256"
PASS importedKey.usages.join(',') is "verify"
-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'
@@ -597,7 +597,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 128
PASS importedKey.algorithm.hash.name is "SHA-256"
PASS importedKey.usages.join(',') is "sign,verify"
-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'
@@ -616,7 +616,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 256
PASS importedKey.algorithm.hash.name is "SHA-256"
PASS importedKey.usages.join(',') is "sign,verify"
-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'
@@ -635,7 +635,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 128
PASS importedKey.algorithm.hash.name is "SHA-512"
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'
@@ -655,7 +655,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 256
PASS importedKey.algorithm.hash.name is "SHA-512"
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'
@@ -675,7 +675,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 128
PASS importedKey.algorithm.hash.name is "SHA-512"
PASS importedKey.usages.join(',') is "sign"
-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'
@@ -695,7 +695,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 256
PASS importedKey.algorithm.hash.name is "SHA-512"
PASS importedKey.usages.join(',') is "sign"
-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'
@@ -715,7 +715,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 128
PASS importedKey.algorithm.hash.name is "SHA-512"
PASS importedKey.usages.join(',') is "verify"
-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'
@@ -735,7 +735,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 256
PASS importedKey.algorithm.hash.name is "SHA-512"
PASS importedKey.usages.join(',') is "verify"
-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'
@@ -755,7 +755,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 128
PASS importedKey.algorithm.hash.name is "SHA-512"
PASS importedKey.usages.join(',') is "sign,verify"
-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'
@@ -775,7 +775,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 256
PASS importedKey.algorithm.hash.name is "SHA-512"
PASS importedKey.usages.join(',') is "sign,verify"
-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'
@@ -795,7 +795,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 128
PASS importedKey.algorithm.hash.name is "SHA-512"
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'
@@ -814,7 +814,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 256
PASS importedKey.algorithm.hash.name is "SHA-512"
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'
@@ -833,7 +833,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 128
PASS importedKey.algorithm.hash.name is "SHA-512"
PASS importedKey.usages.join(',') is "sign"
-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'
@@ -852,7 +852,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 256
PASS importedKey.algorithm.hash.name is "SHA-512"
PASS importedKey.usages.join(',') is "sign"
-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'
@@ -871,7 +871,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 128
PASS importedKey.algorithm.hash.name is "SHA-512"
PASS importedKey.usages.join(',') is "verify"
-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'
@@ -890,7 +890,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 256
PASS importedKey.algorithm.hash.name is "SHA-512"
PASS importedKey.usages.join(',') is "verify"
-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'
@@ -909,7 +909,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 128
PASS importedKey.algorithm.hash.name is "SHA-512"
PASS importedKey.usages.join(',') is "sign,verify"
-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'
@@ -928,7 +928,7 @@ PASS importedKey.algorithm.name is "HMAC"
PASS importedKey.algorithm.length is 256
PASS importedKey.algorithm.hash.name is "SHA-512"
PASS importedKey.usages.join(',') is "sign,verify"
-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-hmacKey.html ('k') | LayoutTests/crypto/clone-rsaHashedKey-private.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698