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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/encrypt_decrypt/test_aes_cbc.https-expected.txt

Issue 2838603002: Added [SecureContext] to the subtle attribute (Closed)
Patch Set: Magic test starts doing differnt things out of the blue. Need to handle this properly. Avada Kedavr… Created 3 years, 8 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
Index: third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/encrypt_decrypt/test_aes_cbc.https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/encrypt_decrypt/test_aes_cbc.https-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/encrypt_decrypt/test_aes_cbc.https-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..067e9b234e3e078f204713aa5d416c6ccd046987
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/encrypt_decrypt/test_aes_cbc.https-expected.txt
@@ -0,0 +1,45 @@
+This is a testharness.js-based test.
+PASS AES-CBC 128-bit key
+FAIL importKey step: AES-CBC 192-bit key assert_unreached: importKey failed for AES-CBC 192-bit key Reached unreachable code
+PASS AES-CBC 256-bit key
+PASS AES-CBC 128-bit key with altered plaintext
+FAIL importKey step: AES-CBC 192-bit key with altered plaintext assert_unreached: importKey failed for AES-CBC 192-bit key Reached unreachable code
+PASS AES-CBC 256-bit key with altered plaintext
+PASS AES-CBC 128-bit key decryption
+FAIL importKey step for decryption: AES-CBC 192-bit key assert_unreached: importKey failed for AES-CBC 192-bit key Reached unreachable code
+PASS AES-CBC 256-bit key decryption
+PASS AES-CBC 128-bit key decryption with altered ciphertext
+FAIL importKey step for decryption: AES-CBC 192-bit key with altered ciphertext assert_unreached: importKey failed for AES-CBC 192-bit key Reached unreachable code
+PASS AES-CBC 256-bit key decryption with altered ciphertext
+PASS AES-CBC 128-bit key without encrypt usage
+FAIL importKey step: AES-CBC 192-bit key without encrypt usage assert_unreached: importKey failed for AES-CBC 192-bit key Reached unreachable code
+PASS AES-CBC 256-bit key without encrypt usage
+PASS AES-CBC 128-bit key with mismatched key and algorithm
+FAIL importKey step: AES-CBC 192-bit key with mismatched key and algorithm assert_unreached: importKey failed for AES-CBC 192-bit key Reached unreachable code
+PASS AES-CBC 256-bit key with mismatched key and algorithm
+PASS AES-CBC 128-bit key without decrypt usage
+FAIL importKey step: AES-CBC 192-bit key without decrypt usage assert_unreached: importKey failed for AES-CBC 192-bit key Reached unreachable code
+PASS AES-CBC 256-bit key without decrypt usage
+PASS AES-CBC 128-bit key, 64-bit IV
+PASS AES-CBC 128-bit key, 192-bit IV
+FAIL importKey step: AES-CBC 192-bit key, 64-bit IV assert_unreached: importKey failed for AES-CBC 192-bit key, 64-bit IV Reached unreachable code
+FAIL importKey step: AES-CBC 192-bit key, 192-bit IV assert_unreached: importKey failed for AES-CBC 192-bit key, 192-bit IV Reached unreachable code
+PASS AES-CBC 256-bit key, 64-bit IV
+PASS AES-CBC 256-bit key, 192-bit IV
+PASS AES-CBC 128-bit key, 64-bit IV decryption
+PASS AES-CBC 128-bit key, 192-bit IV decryption
+FAIL importKey step: decryption AES-CBC 192-bit key, 64-bit IV assert_unreached: importKey failed for AES-CBC 192-bit key, 64-bit IV Reached unreachable code
+FAIL importKey step: decryption AES-CBC 192-bit key, 192-bit IV assert_unreached: importKey failed for AES-CBC 192-bit key, 192-bit IV Reached unreachable code
+PASS AES-CBC 256-bit key, 64-bit IV decryption
+PASS AES-CBC 256-bit key, 192-bit IV decryption
+PASS AES-CBC 128-bit key, zeroPadChar
+PASS AES-CBC 128-bit key, bigPadChar
+PASS AES-CBC 128-bit key, inconsistentPadChars
+FAIL importKey step: decryption AES-CBC 192-bit key, zeroPadChar assert_unreached: importKey failed for AES-CBC 192-bit key, zeroPadChar Reached unreachable code
+FAIL importKey step: decryption AES-CBC 192-bit key, bigPadChar assert_unreached: importKey failed for AES-CBC 192-bit key, bigPadChar Reached unreachable code
+FAIL importKey step: decryption AES-CBC 192-bit key, inconsistentPadChars assert_unreached: importKey failed for AES-CBC 192-bit key, inconsistentPadChars Reached unreachable code
+PASS AES-CBC 256-bit key, zeroPadChar
+PASS AES-CBC 256-bit key, bigPadChar
+PASS AES-CBC 256-bit key, inconsistentPadChars
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698