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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/encrypt_decrypt/test_aes_ctr.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_ctr.https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/encrypt_decrypt/test_aes_ctr.https-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/encrypt_decrypt/test_aes_ctr.https-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..6ed180ae6b0502531e1be69c35c04f1bce48d575
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/encrypt_decrypt/test_aes_ctr.https-expected.txt
@@ -0,0 +1,36 @@
+This is a testharness.js-based test.
+PASS AES-CTR 128-bit key
+FAIL importKey step: AES-CTR 192-bit key assert_unreached: importKey failed for AES-CTR 192-bit key Reached unreachable code
+PASS AES-CTR 256-bit key
+PASS AES-CTR 128-bit key with altered plaintext
+FAIL importKey step: AES-CTR 192-bit key with altered plaintext assert_unreached: importKey failed for AES-CTR 192-bit key Reached unreachable code
+PASS AES-CTR 256-bit key with altered plaintext
+PASS AES-CTR 128-bit key decryption
+FAIL importKey step for decryption: AES-CTR 192-bit key assert_unreached: importKey failed for AES-CTR 192-bit key Reached unreachable code
+PASS AES-CTR 256-bit key decryption
+PASS AES-CTR 128-bit key decryption with altered ciphertext
+FAIL importKey step for decryption: AES-CTR 192-bit key with altered ciphertext assert_unreached: importKey failed for AES-CTR 192-bit key Reached unreachable code
+PASS AES-CTR 256-bit key decryption with altered ciphertext
+PASS AES-CTR 128-bit key without encrypt usage
+FAIL importKey step: AES-CTR 192-bit key without encrypt usage assert_unreached: importKey failed for AES-CTR 192-bit key Reached unreachable code
+PASS AES-CTR 256-bit key without encrypt usage
+PASS AES-CTR 128-bit key with mismatched key and algorithm
+FAIL importKey step: AES-CTR 192-bit key with mismatched key and algorithm assert_unreached: importKey failed for AES-CTR 192-bit key Reached unreachable code
+PASS AES-CTR 256-bit key with mismatched key and algorithm
+PASS AES-CTR 128-bit key without decrypt usage
+FAIL importKey step: AES-CTR 192-bit key without decrypt usage assert_unreached: importKey failed for AES-CTR 192-bit key Reached unreachable code
+PASS AES-CTR 256-bit key without decrypt usage
+PASS AES-CTR 128-bit key, 0-bit counter
+PASS AES-CTR 128-bit key, 129-bit counter
+FAIL importKey step: AES-CTR 192-bit key, 0-bit counter assert_unreached: importKey failed for AES-CTR 192-bit key, 0-bit counter Reached unreachable code
+FAIL importKey step: AES-CTR 192-bit key, 129-bit counter assert_unreached: importKey failed for AES-CTR 192-bit key, 129-bit counter Reached unreachable code
+PASS AES-CTR 256-bit key, 0-bit counter
+PASS AES-CTR 256-bit key, 129-bit counter
+PASS AES-CTR 128-bit key, 0-bit counter decryption
+PASS AES-CTR 128-bit key, 129-bit counter decryption
+FAIL importKey step: decryption AES-CTR 192-bit key, 0-bit counter assert_unreached: importKey failed for AES-CTR 192-bit key, 0-bit counter Reached unreachable code
+FAIL importKey step: decryption AES-CTR 192-bit key, 129-bit counter assert_unreached: importKey failed for AES-CTR 192-bit key, 129-bit counter Reached unreachable code
+PASS AES-CTR 256-bit key, 0-bit counter decryption
+PASS AES-CTR 256-bit key, 129-bit counter decryption
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698