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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/WebCryptoAPI/generateKey/test_failures_AES-GCM-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, 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 Found 738 tests; 324 PASS, 414 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS Bad algorithm: generateKey(AES, false, [decrypt])
4 PASS Bad algorithm: generateKey(AES, true, [decrypt])
5 PASS Bad algorithm: generateKey(AES, RED, [decrypt])
6 PASS Bad algorithm: generateKey(AES, 7, [decrypt])
7 PASS Bad algorithm: generateKey(AES, false, [sign, decrypt])
8 PASS Bad algorithm: generateKey(AES, true, [sign, decrypt])
9 PASS Bad algorithm: generateKey(AES, RED, [sign, decrypt])
10 PASS Bad algorithm: generateKey(AES, 7, [sign, decrypt])
11 PASS Bad algorithm: generateKey(AES, false, [deriveBits, sign, decrypt])
12 PASS Bad algorithm: generateKey(AES, true, [deriveBits, sign, decrypt])
13 PASS Bad algorithm: generateKey(AES, RED, [deriveBits, sign, decrypt])
14 PASS Bad algorithm: generateKey(AES, 7, [deriveBits, sign, decrypt])
15 PASS Bad algorithm: generateKey(AES, false, [deriveBits, decrypt])
16 PASS Bad algorithm: generateKey(AES, true, [deriveBits, decrypt])
17 PASS Bad algorithm: generateKey(AES, RED, [deriveBits, decrypt])
18 PASS Bad algorithm: generateKey(AES, 7, [deriveBits, decrypt])
19 PASS Bad algorithm: generateKey(AES, false, [sign])
20 PASS Bad algorithm: generateKey(AES, true, [sign])
21 PASS Bad algorithm: generateKey(AES, RED, [sign])
22 PASS Bad algorithm: generateKey(AES, 7, [sign])
23 PASS Bad algorithm: generateKey(AES, false, [deriveBits, sign])
24 PASS Bad algorithm: generateKey(AES, true, [deriveBits, sign])
25 PASS Bad algorithm: generateKey(AES, RED, [deriveBits, sign])
26 PASS Bad algorithm: generateKey(AES, 7, [deriveBits, sign])
27 PASS Bad algorithm: generateKey(AES, false, [deriveBits])
28 PASS Bad algorithm: generateKey(AES, true, [deriveBits])
29 PASS Bad algorithm: generateKey(AES, RED, [deriveBits])
30 PASS Bad algorithm: generateKey(AES, 7, [deriveBits])
31 PASS Bad algorithm: generateKey(AES, false, [])
32 PASS Bad algorithm: generateKey(AES, true, [])
33 PASS Bad algorithm: generateKey(AES, RED, [])
34 PASS Bad algorithm: generateKey(AES, 7, [])
35 PASS Bad algorithm: generateKey(AES, false, [decrypt, sign, deriveBits, decrypt, sign, deriveBits])
36 PASS Bad algorithm: generateKey(AES, true, [decrypt, sign, deriveBits, decrypt, sign, deriveBits])
37 PASS Bad algorithm: generateKey(AES, RED, [decrypt, sign, deriveBits, decrypt, s ign, deriveBits])
38 PASS Bad algorithm: generateKey(AES, 7, [decrypt, sign, deriveBits, decrypt, sig n, deriveBits])
39 PASS Bad algorithm: generateKey({name: AES}, false, [decrypt])
40 PASS Bad algorithm: generateKey({name: AES}, true, [decrypt])
41 PASS Bad algorithm: generateKey({name: AES}, RED, [decrypt])
42 PASS Bad algorithm: generateKey({name: AES}, 7, [decrypt])
43 PASS Bad algorithm: generateKey({name: AES}, false, [sign, decrypt])
44 PASS Bad algorithm: generateKey({name: AES}, true, [sign, decrypt])
45 PASS Bad algorithm: generateKey({name: AES}, RED, [sign, decrypt])
46 PASS Bad algorithm: generateKey({name: AES}, 7, [sign, decrypt])
47 PASS Bad algorithm: generateKey({name: AES}, false, [deriveBits, sign, decrypt])
48 PASS Bad algorithm: generateKey({name: AES}, true, [deriveBits, sign, decrypt])
49 PASS Bad algorithm: generateKey({name: AES}, RED, [deriveBits, sign, decrypt])
50 PASS Bad algorithm: generateKey({name: AES}, 7, [deriveBits, sign, decrypt])
51 PASS Bad algorithm: generateKey({name: AES}, false, [deriveBits, decrypt])
52 PASS Bad algorithm: generateKey({name: AES}, true, [deriveBits, decrypt])
53 PASS Bad algorithm: generateKey({name: AES}, RED, [deriveBits, decrypt])
54 PASS Bad algorithm: generateKey({name: AES}, 7, [deriveBits, decrypt])
55 PASS Bad algorithm: generateKey({name: AES}, false, [sign])
56 PASS Bad algorithm: generateKey({name: AES}, true, [sign])
57 PASS Bad algorithm: generateKey({name: AES}, RED, [sign])
58 PASS Bad algorithm: generateKey({name: AES}, 7, [sign])
59 PASS Bad algorithm: generateKey({name: AES}, false, [deriveBits, sign])
60 PASS Bad algorithm: generateKey({name: AES}, true, [deriveBits, sign])
61 PASS Bad algorithm: generateKey({name: AES}, RED, [deriveBits, sign])
62 PASS Bad algorithm: generateKey({name: AES}, 7, [deriveBits, sign])
63 PASS Bad algorithm: generateKey({name: AES}, false, [deriveBits])
64 PASS Bad algorithm: generateKey({name: AES}, true, [deriveBits])
65 PASS Bad algorithm: generateKey({name: AES}, RED, [deriveBits])
66 PASS Bad algorithm: generateKey({name: AES}, 7, [deriveBits])
67 PASS Bad algorithm: generateKey({name: AES}, false, [])
68 PASS Bad algorithm: generateKey({name: AES}, true, [])
69 PASS Bad algorithm: generateKey({name: AES}, RED, [])
70 PASS Bad algorithm: generateKey({name: AES}, 7, [])
71 PASS Bad algorithm: generateKey({name: AES}, false, [decrypt, sign, deriveBits, decrypt, sign, deriveBits])
72 PASS Bad algorithm: generateKey({name: AES}, true, [decrypt, sign, deriveBits, d ecrypt, sign, deriveBits])
73 PASS Bad algorithm: generateKey({name: AES}, RED, [decrypt, sign, deriveBits, de crypt, sign, deriveBits])
74 PASS Bad algorithm: generateKey({name: AES}, 7, [decrypt, sign, deriveBits, decr ypt, sign, deriveBits])
75 PASS Bad algorithm: generateKey({length: 128, name: AES}, false, [decrypt])
76 PASS Bad algorithm: generateKey({length: 128, name: AES}, true, [decrypt])
77 PASS Bad algorithm: generateKey({length: 128, name: AES}, RED, [decrypt])
78 PASS Bad algorithm: generateKey({length: 128, name: AES}, 7, [decrypt])
79 PASS Bad algorithm: generateKey({length: 128, name: AES}, false, [sign, decrypt] )
80 PASS Bad algorithm: generateKey({length: 128, name: AES}, true, [sign, decrypt])
81 PASS Bad algorithm: generateKey({length: 128, name: AES}, RED, [sign, decrypt])
82 PASS Bad algorithm: generateKey({length: 128, name: AES}, 7, [sign, decrypt])
83 PASS Bad algorithm: generateKey({length: 128, name: AES}, false, [deriveBits, si gn, decrypt])
84 PASS Bad algorithm: generateKey({length: 128, name: AES}, true, [deriveBits, sig n, decrypt])
85 PASS Bad algorithm: generateKey({length: 128, name: AES}, RED, [deriveBits, sign , decrypt])
86 PASS Bad algorithm: generateKey({length: 128, name: AES}, 7, [deriveBits, sign, decrypt])
87 PASS Bad algorithm: generateKey({length: 128, name: AES}, false, [deriveBits, de crypt])
88 PASS Bad algorithm: generateKey({length: 128, name: AES}, true, [deriveBits, dec rypt])
89 PASS Bad algorithm: generateKey({length: 128, name: AES}, RED, [deriveBits, decr ypt])
90 PASS Bad algorithm: generateKey({length: 128, name: AES}, 7, [deriveBits, decryp t])
91 PASS Bad algorithm: generateKey({length: 128, name: AES}, false, [sign])
92 PASS Bad algorithm: generateKey({length: 128, name: AES}, true, [sign])
93 PASS Bad algorithm: generateKey({length: 128, name: AES}, RED, [sign])
94 PASS Bad algorithm: generateKey({length: 128, name: AES}, 7, [sign])
95 PASS Bad algorithm: generateKey({length: 128, name: AES}, false, [deriveBits, si gn])
96 PASS Bad algorithm: generateKey({length: 128, name: AES}, true, [deriveBits, sig n])
97 PASS Bad algorithm: generateKey({length: 128, name: AES}, RED, [deriveBits, sign ])
98 PASS Bad algorithm: generateKey({length: 128, name: AES}, 7, [deriveBits, sign])
99 PASS Bad algorithm: generateKey({length: 128, name: AES}, false, [deriveBits])
100 PASS Bad algorithm: generateKey({length: 128, name: AES}, true, [deriveBits])
101 PASS Bad algorithm: generateKey({length: 128, name: AES}, RED, [deriveBits])
102 PASS Bad algorithm: generateKey({length: 128, name: AES}, 7, [deriveBits])
103 PASS Bad algorithm: generateKey({length: 128, name: AES}, false, [])
104 PASS Bad algorithm: generateKey({length: 128, name: AES}, true, [])
105 PASS Bad algorithm: generateKey({length: 128, name: AES}, RED, [])
106 PASS Bad algorithm: generateKey({length: 128, name: AES}, 7, [])
107 PASS Bad algorithm: generateKey({length: 128, name: AES}, false, [decrypt, sign, deriveBits, decrypt, sign, deriveBits])
108 PASS Bad algorithm: generateKey({length: 128, name: AES}, true, [decrypt, sign, deriveBits, decrypt, sign, deriveBits])
109 PASS Bad algorithm: generateKey({length: 128, name: AES}, RED, [decrypt, sign, d eriveBits, decrypt, sign, deriveBits])
110 PASS Bad algorithm: generateKey({length: 128, name: AES}, 7, [decrypt, sign, der iveBits, decrypt, sign, deriveBits])
111 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, false, [decrypt])
112 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, true, [decrypt])
113 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, RED, [decrypt])
114 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, 7, [decrypt])
115 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, false, [sign, dec rypt])
116 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, true, [sign, decr ypt])
117 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, RED, [sign, decry pt])
118 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, 7, [sign, decrypt ])
119 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, false, [deriveBit s, sign, decrypt])
120 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, true, [deriveBits , sign, decrypt])
121 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, RED, [deriveBits, sign, decrypt])
122 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, 7, [deriveBits, s ign, decrypt])
123 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, false, [deriveBit s, decrypt])
124 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, true, [deriveBits , decrypt])
125 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, RED, [deriveBits, decrypt])
126 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, 7, [deriveBits, d ecrypt])
127 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, false, [sign])
128 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, true, [sign])
129 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, RED, [sign])
130 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, 7, [sign])
131 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, false, [deriveBit s, sign])
132 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, true, [deriveBits , sign])
133 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, RED, [deriveBits, sign])
134 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, 7, [deriveBits, s ign])
135 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, false, [deriveBit s])
136 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, true, [deriveBits ])
137 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, RED, [deriveBits] )
138 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, 7, [deriveBits])
139 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, false, [])
140 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, true, [])
141 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, RED, [])
142 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, 7, [])
143 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, false, [decrypt, sign, deriveBits, decrypt, sign, deriveBits])
144 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, true, [decrypt, s ign, deriveBits, decrypt, sign, deriveBits])
145 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, RED, [decrypt, si gn, deriveBits, decrypt, sign, deriveBits])
146 PASS Bad algorithm: generateKey({length: 128, name: AES-CMAC}, 7, [decrypt, sign , deriveBits, decrypt, sign, deriveBits])
147 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, false, [decrypt])
148 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, true, [decrypt])
149 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, RED, [decrypt])
150 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, 7, [decrypt])
151 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, false, [sign, decr ypt])
152 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, true, [sign, decry pt])
153 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, RED, [sign, decryp t])
154 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, 7, [sign, decrypt] )
155 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, false, [deriveBits , sign, decrypt])
156 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, true, [deriveBits, sign, decrypt])
157 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, RED, [deriveBits, sign, decrypt])
158 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, 7, [deriveBits, si gn, decrypt])
159 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, false, [deriveBits , decrypt])
160 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, true, [deriveBits, decrypt])
161 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, RED, [deriveBits, decrypt])
162 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, 7, [deriveBits, de crypt])
163 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, false, [sign])
164 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, true, [sign])
165 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, RED, [sign])
166 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, 7, [sign])
167 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, false, [deriveBits , sign])
168 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, true, [deriveBits, sign])
169 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, RED, [deriveBits, sign])
170 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, 7, [deriveBits, si gn])
171 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, false, [deriveBits ])
172 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, true, [deriveBits] )
173 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, RED, [deriveBits])
174 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, 7, [deriveBits])
175 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, false, [])
176 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, true, [])
177 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, RED, [])
178 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, 7, [])
179 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, false, [decrypt, s ign, deriveBits, decrypt, sign, deriveBits])
180 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, true, [decrypt, si gn, deriveBits, decrypt, sign, deriveBits])
181 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, RED, [decrypt, sig n, deriveBits, decrypt, sign, deriveBits])
182 PASS Bad algorithm: generateKey({length: 128, name: AES-CFB}, 7, [decrypt, sign, deriveBits, decrypt, sign, deriveBits])
183 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, false, [decrypt])
184 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, true, [decrypt])
185 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, RED, [decrypt])
186 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, 7, [decrypt])
187 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, false, [sign, decrypt])
188 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, true, [sign, decrypt])
189 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, RED, [sign, decrypt])
190 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, 7, [sign, decrypt])
191 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, false, [deriveBits, sig n, decrypt])
192 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, true, [deriveBits, sign , decrypt])
193 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, RED, [deriveBits, sign, decrypt])
194 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, 7, [deriveBits, sign, d ecrypt])
195 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, false, [deriveBits, dec rypt])
196 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, true, [deriveBits, decr ypt])
197 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, RED, [deriveBits, decry pt])
198 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, 7, [deriveBits, decrypt ])
199 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, false, [sign])
200 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, true, [sign])
201 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, RED, [sign])
202 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, 7, [sign])
203 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, false, [deriveBits, sig n])
204 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, true, [deriveBits, sign ])
205 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, RED, [deriveBits, sign] )
206 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, 7, [deriveBits, sign])
207 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, false, [deriveBits])
208 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, true, [deriveBits])
209 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, RED, [deriveBits])
210 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, 7, [deriveBits])
211 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, false, [])
212 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, true, [])
213 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, RED, [])
214 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, 7, [])
215 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, false, [decrypt, sign, deriveBits, decrypt, sign, deriveBits])
216 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, true, [decrypt, sign, d eriveBits, decrypt, sign, deriveBits])
217 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, RED, [decrypt, sign, de riveBits, decrypt, sign, deriveBits])
218 PASS Bad algorithm: generateKey({hash: MD5, name: HMAC}, 7, [decrypt, sign, deri veBits, decrypt, sign, deriveBits])
219 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, false, [decrypt])
220 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [decrypt])
221 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, RED, [decrypt])
222 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, 7, [decrypt])
223 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, false, [sign, decrypt])
224 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [sign, decrypt])
225 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, RED, [sign, decrypt])
226 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, 7, [sign, decrypt])
227 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, false, [deriveBits, sign, decrypt])
228 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [deriveBits, sign, decrypt])
229 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, RED, [deriveBits, sign, decrypt])
230 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, 7, [deriveBits, sign, decrypt])
231 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, false, [deriveBits, decrypt])
232 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [deriveBits, decrypt])
233 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, RED, [deriveBits, decrypt])
234 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, 7, [deriveBits, decrypt])
235 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, false, [sign])
236 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [sign])
237 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, RED, [sign])
238 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, 7, [sign])
239 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, false, [deriveBits, sign])
240 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [deriveBits, sign])
241 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, RED, [deriveBits, sign])
242 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, 7, [deriveBits, sign])
243 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, false, [deriveBits])
244 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [deriveBits])
245 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, RED, [deriveBits])
246 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, 7, [deriveBits])
247 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, false, [])
248 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [])
249 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, RED, [])
250 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, 7, [])
251 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, false, [decrypt, sign, deriveBits, decrypt, sign, deriveBits])
252 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [decrypt, sign, deriveBits, decrypt, sign, deriveBits])
253 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, RED, [decrypt, sign, deriveBits, decrypt, s ign, deriveBits])
254 PASS Bad algorithm: generateKey({hash: SHA-256, modulusLength: 2048, name: RSA, publicExponent: {0: 1, 1: 0, 2: 1}}, 7, [decrypt, sign, deriveBits, decrypt, sig n, deriveBits])
255 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, false, [decrypt])
256 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [decrypt])
257 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, RED, [decrypt])
258 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, 7, [decrypt])
259 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, false, [sign, decrypt])
260 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [sign, decrypt])
261 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, RED, [sign, decrypt])
262 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, 7, [sign, decrypt])
263 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, false, [deriveBits, sign, decrypt])
264 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [deriveBits, sign, decrypt])
265 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, RED, [deriveBits, sign, decrypt])
266 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, 7, [deriveBits, sign, decrypt])
267 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, false, [deriveBits, decrypt])
268 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [deriveBits, decrypt])
269 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, RED, [deriveBits, decrypt])
270 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, 7, [deriveBits, decrypt])
271 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, false, [sign])
272 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [sign])
273 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, RED, [sign])
274 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, 7, [sign])
275 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, false, [deriveBits, sign])
276 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [deriveBits, sign])
277 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, RED, [deriveBits, sign])
278 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, 7, [deriveBits, sign])
279 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, false, [deriveBits])
280 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [deriveBits])
281 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, RED, [deriveBits])
282 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, 7, [deriveBits])
283 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, false, [])
284 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [])
285 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, RED, [])
286 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, 7, [])
287 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, false, [decrypt, sign, deriveBits, decrypt, sign, deriveBits])
288 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, true, [decrypt, sign, deriveBits, decrypt, sign, deriveBits])
289 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, RED, [decrypt, sign, deriveBits, decrypt, s ign, deriveBits])
290 PASS Bad algorithm: generateKey({hash: SHA, modulusLength: 2048, name: RSA-PSS, publicExponent: {0: 1, 1: 0, 2: 1}}, 7, [decrypt, sign, deriveBits, decrypt, sig n, deriveBits])
291 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, false, [decrypt])
292 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, true, [decrypt])
293 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, RED, [decrypt])
294 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, 7, [decrypt])
295 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, false, [sign, decr ypt])
296 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, true, [sign, decry pt])
297 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, RED, [sign, decryp t])
298 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, 7, [sign, decrypt] )
299 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, false, [deriveBits , sign, decrypt])
300 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, true, [deriveBits, sign, decrypt])
301 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, RED, [deriveBits, sign, decrypt])
302 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, 7, [deriveBits, si gn, decrypt])
303 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, false, [deriveBits , decrypt])
304 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, true, [deriveBits, decrypt])
305 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, RED, [deriveBits, decrypt])
306 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, 7, [deriveBits, de crypt])
307 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, false, [sign])
308 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, true, [sign])
309 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, RED, [sign])
310 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, 7, [sign])
311 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, false, [deriveBits , sign])
312 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, true, [deriveBits, sign])
313 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, RED, [deriveBits, sign])
314 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, 7, [deriveBits, si gn])
315 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, false, [deriveBits ])
316 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, true, [deriveBits] )
317 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, RED, [deriveBits])
318 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, 7, [deriveBits])
319 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, false, [])
320 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, true, [])
321 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, RED, [])
322 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, 7, [])
323 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, false, [decrypt, s ign, deriveBits, decrypt, sign, deriveBits])
324 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, true, [decrypt, si gn, deriveBits, decrypt, sign, deriveBits])
325 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, RED, [decrypt, sig n, deriveBits, decrypt, sign, deriveBits])
326 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, 7, [decrypt, sign, deriveBits, decrypt, sign, deriveBits])
327 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [sign]) assert_ equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedErr or"
328 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [encrypt, sign] ) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSup portedError"
329 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [decrypt, encry pt, sign]) assert_equals: Bad usages not supported expected "SyntaxError" but go t "NotSupportedError"
330 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [wrapKey, decry pt, encrypt, sign]) assert_equals: Bad usages not supported expected "SyntaxErro r" but got "NotSupportedError"
331 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, wra pKey, decrypt, encrypt, sign]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
332 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, dec rypt, encrypt, sign]) assert_equals: Bad usages not supported expected "SyntaxEr ror" but got "NotSupportedError"
333 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [wrapKey, encry pt, sign]) assert_equals: Bad usages not supported expected "SyntaxError" but go t "NotSupportedError"
334 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, wra pKey, encrypt, sign]) assert_equals: Bad usages not supported expected "SyntaxEr ror" but got "NotSupportedError"
335 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, enc rypt, sign]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
336 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [decrypt, sign] ) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSup portedError"
337 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [wrapKey, decry pt, sign]) assert_equals: Bad usages not supported expected "SyntaxError" but go t "NotSupportedError"
338 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, wra pKey, decrypt, sign]) assert_equals: Bad usages not supported expected "SyntaxEr ror" but got "NotSupportedError"
339 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, dec rypt, sign]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
340 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [wrapKey, sign] ) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSup portedError"
341 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, wra pKey, sign]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
342 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, sig n]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotS upportedError"
343 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [encrypt, decry pt, wrapKey, unwrapKey, encrypt, decrypt, wrapKey, unwrapKey, sign]) assert_equa ls: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
344 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [verify]) asser t_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedE rror"
345 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [encrypt, verif y]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotS upportedError"
346 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [decrypt, encry pt, verify]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
347 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [wrapKey, decry pt, encrypt, verify]) assert_equals: Bad usages not supported expected "SyntaxEr ror" but got "NotSupportedError"
348 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, wra pKey, decrypt, encrypt, verify]) assert_equals: Bad usages not supported expecte d "SyntaxError" but got "NotSupportedError"
349 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, dec rypt, encrypt, verify]) assert_equals: Bad usages not supported expected "Syntax Error" but got "NotSupportedError"
350 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [wrapKey, encry pt, verify]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
351 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, wra pKey, encrypt, verify]) assert_equals: Bad usages not supported expected "Syntax Error" but got "NotSupportedError"
352 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, enc rypt, verify]) assert_equals: Bad usages not supported expected "SyntaxError" bu t got "NotSupportedError"
353 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [decrypt, verif y]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotS upportedError"
354 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [wrapKey, decry pt, verify]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
355 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, wra pKey, decrypt, verify]) assert_equals: Bad usages not supported expected "Syntax Error" but got "NotSupportedError"
356 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, dec rypt, verify]) assert_equals: Bad usages not supported expected "SyntaxError" bu t got "NotSupportedError"
357 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [wrapKey, verif y]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotS upportedError"
358 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, wra pKey, verify]) assert_equals: Bad usages not supported expected "SyntaxError" bu t got "NotSupportedError"
359 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, ver ify]) assert_equals: Bad usages not supported expected "SyntaxError" but got "No tSupportedError"
360 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [encrypt, decry pt, wrapKey, unwrapKey, encrypt, decrypt, wrapKey, unwrapKey, verify]) assert_eq uals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError "
361 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [deriveKey]) as sert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupport edError"
362 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [encrypt, deriv eKey]) assert_equals: Bad usages not supported expected "SyntaxError" but got "N otSupportedError"
363 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [decrypt, encry pt, deriveKey]) assert_equals: Bad usages not supported expected "SyntaxError" b ut got "NotSupportedError"
364 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [wrapKey, decry pt, encrypt, deriveKey]) assert_equals: Bad usages not supported expected "Synta xError" but got "NotSupportedError"
365 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, wra pKey, decrypt, encrypt, deriveKey]) assert_equals: Bad usages not supported expe cted "SyntaxError" but got "NotSupportedError"
366 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, dec rypt, encrypt, deriveKey]) assert_equals: Bad usages not supported expected "Syn taxError" but got "NotSupportedError"
367 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [wrapKey, encry pt, deriveKey]) assert_equals: Bad usages not supported expected "SyntaxError" b ut got "NotSupportedError"
368 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, wra pKey, encrypt, deriveKey]) assert_equals: Bad usages not supported expected "Syn taxError" but got "NotSupportedError"
369 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, enc rypt, deriveKey]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
370 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [decrypt, deriv eKey]) assert_equals: Bad usages not supported expected "SyntaxError" but got "N otSupportedError"
371 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [wrapKey, decry pt, deriveKey]) assert_equals: Bad usages not supported expected "SyntaxError" b ut got "NotSupportedError"
372 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, wra pKey, decrypt, deriveKey]) assert_equals: Bad usages not supported expected "Syn taxError" but got "NotSupportedError"
373 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, dec rypt, deriveKey]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
374 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [wrapKey, deriv eKey]) assert_equals: Bad usages not supported expected "SyntaxError" but got "N otSupportedError"
375 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, wra pKey, deriveKey]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
376 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, der iveKey]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
377 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [encrypt, decry pt, wrapKey, unwrapKey, encrypt, decrypt, wrapKey, unwrapKey, deriveKey]) assert _equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedEr ror"
378 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [deriveBits]) a ssert_equals: Bad usages not supported expected "SyntaxError" but got "NotSuppor tedError"
379 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [encrypt, deriv eBits]) assert_equals: Bad usages not supported expected "SyntaxError" but got " NotSupportedError"
380 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [decrypt, encry pt, deriveBits]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
381 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [wrapKey, decry pt, encrypt, deriveBits]) assert_equals: Bad usages not supported expected "Synt axError" but got "NotSupportedError"
382 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, wra pKey, decrypt, encrypt, deriveBits]) assert_equals: Bad usages not supported exp ected "SyntaxError" but got "NotSupportedError"
383 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, dec rypt, encrypt, deriveBits]) assert_equals: Bad usages not supported expected "Sy ntaxError" but got "NotSupportedError"
384 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [wrapKey, encry pt, deriveBits]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
385 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, wra pKey, encrypt, deriveBits]) assert_equals: Bad usages not supported expected "Sy ntaxError" but got "NotSupportedError"
386 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, enc rypt, deriveBits]) assert_equals: Bad usages not supported expected "SyntaxError " but got "NotSupportedError"
387 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [decrypt, deriv eBits]) assert_equals: Bad usages not supported expected "SyntaxError" but got " NotSupportedError"
388 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [wrapKey, decry pt, deriveBits]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
389 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, wra pKey, decrypt, deriveBits]) assert_equals: Bad usages not supported expected "Sy ntaxError" but got "NotSupportedError"
390 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, dec rypt, deriveBits]) assert_equals: Bad usages not supported expected "SyntaxError " but got "NotSupportedError"
391 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [wrapKey, deriv eBits]) assert_equals: Bad usages not supported expected "SyntaxError" but got " NotSupportedError"
392 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, wra pKey, deriveBits]) assert_equals: Bad usages not supported expected "SyntaxError " but got "NotSupportedError"
393 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [unwrapKey, der iveBits]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
394 FAIL Bad usages: generateKey({length: 128, name: AES-GCM}, true, [encrypt, decry pt, wrapKey, unwrapKey, encrypt, decrypt, wrapKey, unwrapKey, deriveBits]) asser t_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedE rror"
395 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [sign]) assert_ equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedErr or"
396 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [encrypt, sign] ) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSup portedError"
397 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [decrypt, encry pt, sign]) assert_equals: Bad usages not supported expected "SyntaxError" but go t "NotSupportedError"
398 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [wrapKey, decry pt, encrypt, sign]) assert_equals: Bad usages not supported expected "SyntaxErro r" but got "NotSupportedError"
399 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, wra pKey, decrypt, encrypt, sign]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
400 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, dec rypt, encrypt, sign]) assert_equals: Bad usages not supported expected "SyntaxEr ror" but got "NotSupportedError"
401 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [wrapKey, encry pt, sign]) assert_equals: Bad usages not supported expected "SyntaxError" but go t "NotSupportedError"
402 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, wra pKey, encrypt, sign]) assert_equals: Bad usages not supported expected "SyntaxEr ror" but got "NotSupportedError"
403 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, enc rypt, sign]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
404 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [decrypt, sign] ) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSup portedError"
405 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [wrapKey, decry pt, sign]) assert_equals: Bad usages not supported expected "SyntaxError" but go t "NotSupportedError"
406 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, wra pKey, decrypt, sign]) assert_equals: Bad usages not supported expected "SyntaxEr ror" but got "NotSupportedError"
407 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, dec rypt, sign]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
408 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [wrapKey, sign] ) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSup portedError"
409 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, wra pKey, sign]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
410 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, sig n]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotS upportedError"
411 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [encrypt, decry pt, wrapKey, unwrapKey, encrypt, decrypt, wrapKey, unwrapKey, sign]) assert_equa ls: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
412 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [verify]) asser t_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedE rror"
413 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [encrypt, verif y]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotS upportedError"
414 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [decrypt, encry pt, verify]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
415 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [wrapKey, decry pt, encrypt, verify]) assert_equals: Bad usages not supported expected "SyntaxEr ror" but got "NotSupportedError"
416 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, wra pKey, decrypt, encrypt, verify]) assert_equals: Bad usages not supported expecte d "SyntaxError" but got "NotSupportedError"
417 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, dec rypt, encrypt, verify]) assert_equals: Bad usages not supported expected "Syntax Error" but got "NotSupportedError"
418 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [wrapKey, encry pt, verify]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
419 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, wra pKey, encrypt, verify]) assert_equals: Bad usages not supported expected "Syntax Error" but got "NotSupportedError"
420 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, enc rypt, verify]) assert_equals: Bad usages not supported expected "SyntaxError" bu t got "NotSupportedError"
421 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [decrypt, verif y]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotS upportedError"
422 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [wrapKey, decry pt, verify]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
423 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, wra pKey, decrypt, verify]) assert_equals: Bad usages not supported expected "Syntax Error" but got "NotSupportedError"
424 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, dec rypt, verify]) assert_equals: Bad usages not supported expected "SyntaxError" bu t got "NotSupportedError"
425 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [wrapKey, verif y]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotS upportedError"
426 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, wra pKey, verify]) assert_equals: Bad usages not supported expected "SyntaxError" bu t got "NotSupportedError"
427 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, ver ify]) assert_equals: Bad usages not supported expected "SyntaxError" but got "No tSupportedError"
428 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [encrypt, decry pt, wrapKey, unwrapKey, encrypt, decrypt, wrapKey, unwrapKey, verify]) assert_eq uals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError "
429 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [deriveKey]) as sert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupport edError"
430 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [encrypt, deriv eKey]) assert_equals: Bad usages not supported expected "SyntaxError" but got "N otSupportedError"
431 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [decrypt, encry pt, deriveKey]) assert_equals: Bad usages not supported expected "SyntaxError" b ut got "NotSupportedError"
432 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [wrapKey, decry pt, encrypt, deriveKey]) assert_equals: Bad usages not supported expected "Synta xError" but got "NotSupportedError"
433 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, wra pKey, decrypt, encrypt, deriveKey]) assert_equals: Bad usages not supported expe cted "SyntaxError" but got "NotSupportedError"
434 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, dec rypt, encrypt, deriveKey]) assert_equals: Bad usages not supported expected "Syn taxError" but got "NotSupportedError"
435 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [wrapKey, encry pt, deriveKey]) assert_equals: Bad usages not supported expected "SyntaxError" b ut got "NotSupportedError"
436 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, wra pKey, encrypt, deriveKey]) assert_equals: Bad usages not supported expected "Syn taxError" but got "NotSupportedError"
437 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, enc rypt, deriveKey]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
438 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [decrypt, deriv eKey]) assert_equals: Bad usages not supported expected "SyntaxError" but got "N otSupportedError"
439 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [wrapKey, decry pt, deriveKey]) assert_equals: Bad usages not supported expected "SyntaxError" b ut got "NotSupportedError"
440 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, wra pKey, decrypt, deriveKey]) assert_equals: Bad usages not supported expected "Syn taxError" but got "NotSupportedError"
441 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, dec rypt, deriveKey]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
442 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [wrapKey, deriv eKey]) assert_equals: Bad usages not supported expected "SyntaxError" but got "N otSupportedError"
443 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, wra pKey, deriveKey]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
444 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, der iveKey]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
445 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [encrypt, decry pt, wrapKey, unwrapKey, encrypt, decrypt, wrapKey, unwrapKey, deriveKey]) assert _equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedEr ror"
446 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [deriveBits]) a ssert_equals: Bad usages not supported expected "SyntaxError" but got "NotSuppor tedError"
447 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [encrypt, deriv eBits]) assert_equals: Bad usages not supported expected "SyntaxError" but got " NotSupportedError"
448 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [decrypt, encry pt, deriveBits]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
449 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [wrapKey, decry pt, encrypt, deriveBits]) assert_equals: Bad usages not supported expected "Synt axError" but got "NotSupportedError"
450 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, wra pKey, decrypt, encrypt, deriveBits]) assert_equals: Bad usages not supported exp ected "SyntaxError" but got "NotSupportedError"
451 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, dec rypt, encrypt, deriveBits]) assert_equals: Bad usages not supported expected "Sy ntaxError" but got "NotSupportedError"
452 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [wrapKey, encry pt, deriveBits]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
453 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, wra pKey, encrypt, deriveBits]) assert_equals: Bad usages not supported expected "Sy ntaxError" but got "NotSupportedError"
454 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, enc rypt, deriveBits]) assert_equals: Bad usages not supported expected "SyntaxError " but got "NotSupportedError"
455 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [decrypt, deriv eBits]) assert_equals: Bad usages not supported expected "SyntaxError" but got " NotSupportedError"
456 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [wrapKey, decry pt, deriveBits]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
457 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, wra pKey, decrypt, deriveBits]) assert_equals: Bad usages not supported expected "Sy ntaxError" but got "NotSupportedError"
458 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, dec rypt, deriveBits]) assert_equals: Bad usages not supported expected "SyntaxError " but got "NotSupportedError"
459 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [wrapKey, deriv eBits]) assert_equals: Bad usages not supported expected "SyntaxError" but got " NotSupportedError"
460 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, wra pKey, deriveBits]) assert_equals: Bad usages not supported expected "SyntaxError " but got "NotSupportedError"
461 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [unwrapKey, der iveBits]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
462 FAIL Bad usages: generateKey({length: 192, name: AES-GCM}, true, [encrypt, decry pt, wrapKey, unwrapKey, encrypt, decrypt, wrapKey, unwrapKey, deriveBits]) asser t_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedE rror"
463 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [sign]) assert_ equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedErr or"
464 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [encrypt, sign] ) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSup portedError"
465 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [decrypt, encry pt, sign]) assert_equals: Bad usages not supported expected "SyntaxError" but go t "NotSupportedError"
466 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [wrapKey, decry pt, encrypt, sign]) assert_equals: Bad usages not supported expected "SyntaxErro r" but got "NotSupportedError"
467 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, wra pKey, decrypt, encrypt, sign]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
468 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, dec rypt, encrypt, sign]) assert_equals: Bad usages not supported expected "SyntaxEr ror" but got "NotSupportedError"
469 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [wrapKey, encry pt, sign]) assert_equals: Bad usages not supported expected "SyntaxError" but go t "NotSupportedError"
470 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, wra pKey, encrypt, sign]) assert_equals: Bad usages not supported expected "SyntaxEr ror" but got "NotSupportedError"
471 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, enc rypt, sign]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
472 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [decrypt, sign] ) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSup portedError"
473 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [wrapKey, decry pt, sign]) assert_equals: Bad usages not supported expected "SyntaxError" but go t "NotSupportedError"
474 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, wra pKey, decrypt, sign]) assert_equals: Bad usages not supported expected "SyntaxEr ror" but got "NotSupportedError"
475 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, dec rypt, sign]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
476 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [wrapKey, sign] ) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSup portedError"
477 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, wra pKey, sign]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
478 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, sig n]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotS upportedError"
479 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [encrypt, decry pt, wrapKey, unwrapKey, encrypt, decrypt, wrapKey, unwrapKey, sign]) assert_equa ls: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
480 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [verify]) asser t_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedE rror"
481 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [encrypt, verif y]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotS upportedError"
482 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [decrypt, encry pt, verify]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
483 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [wrapKey, decry pt, encrypt, verify]) assert_equals: Bad usages not supported expected "SyntaxEr ror" but got "NotSupportedError"
484 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, wra pKey, decrypt, encrypt, verify]) assert_equals: Bad usages not supported expecte d "SyntaxError" but got "NotSupportedError"
485 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, dec rypt, encrypt, verify]) assert_equals: Bad usages not supported expected "Syntax Error" but got "NotSupportedError"
486 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [wrapKey, encry pt, verify]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
487 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, wra pKey, encrypt, verify]) assert_equals: Bad usages not supported expected "Syntax Error" but got "NotSupportedError"
488 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, enc rypt, verify]) assert_equals: Bad usages not supported expected "SyntaxError" bu t got "NotSupportedError"
489 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [decrypt, verif y]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotS upportedError"
490 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [wrapKey, decry pt, verify]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
491 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, wra pKey, decrypt, verify]) assert_equals: Bad usages not supported expected "Syntax Error" but got "NotSupportedError"
492 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, dec rypt, verify]) assert_equals: Bad usages not supported expected "SyntaxError" bu t got "NotSupportedError"
493 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [wrapKey, verif y]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotS upportedError"
494 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, wra pKey, verify]) assert_equals: Bad usages not supported expected "SyntaxError" bu t got "NotSupportedError"
495 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, ver ify]) assert_equals: Bad usages not supported expected "SyntaxError" but got "No tSupportedError"
496 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [encrypt, decry pt, wrapKey, unwrapKey, encrypt, decrypt, wrapKey, unwrapKey, verify]) assert_eq uals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError "
497 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [deriveKey]) as sert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupport edError"
498 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [encrypt, deriv eKey]) assert_equals: Bad usages not supported expected "SyntaxError" but got "N otSupportedError"
499 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [decrypt, encry pt, deriveKey]) assert_equals: Bad usages not supported expected "SyntaxError" b ut got "NotSupportedError"
500 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [wrapKey, decry pt, encrypt, deriveKey]) assert_equals: Bad usages not supported expected "Synta xError" but got "NotSupportedError"
501 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, wra pKey, decrypt, encrypt, deriveKey]) assert_equals: Bad usages not supported expe cted "SyntaxError" but got "NotSupportedError"
502 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, dec rypt, encrypt, deriveKey]) assert_equals: Bad usages not supported expected "Syn taxError" but got "NotSupportedError"
503 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [wrapKey, encry pt, deriveKey]) assert_equals: Bad usages not supported expected "SyntaxError" b ut got "NotSupportedError"
504 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, wra pKey, encrypt, deriveKey]) assert_equals: Bad usages not supported expected "Syn taxError" but got "NotSupportedError"
505 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, enc rypt, deriveKey]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
506 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [decrypt, deriv eKey]) assert_equals: Bad usages not supported expected "SyntaxError" but got "N otSupportedError"
507 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [wrapKey, decry pt, deriveKey]) assert_equals: Bad usages not supported expected "SyntaxError" b ut got "NotSupportedError"
508 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, wra pKey, decrypt, deriveKey]) assert_equals: Bad usages not supported expected "Syn taxError" but got "NotSupportedError"
509 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, dec rypt, deriveKey]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
510 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [wrapKey, deriv eKey]) assert_equals: Bad usages not supported expected "SyntaxError" but got "N otSupportedError"
511 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, wra pKey, deriveKey]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
512 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, der iveKey]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
513 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [encrypt, decry pt, wrapKey, unwrapKey, encrypt, decrypt, wrapKey, unwrapKey, deriveKey]) assert _equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedEr ror"
514 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [deriveBits]) a ssert_equals: Bad usages not supported expected "SyntaxError" but got "NotSuppor tedError"
515 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [encrypt, deriv eBits]) assert_equals: Bad usages not supported expected "SyntaxError" but got " NotSupportedError"
516 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [decrypt, encry pt, deriveBits]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
517 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [wrapKey, decry pt, encrypt, deriveBits]) assert_equals: Bad usages not supported expected "Synt axError" but got "NotSupportedError"
518 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, wra pKey, decrypt, encrypt, deriveBits]) assert_equals: Bad usages not supported exp ected "SyntaxError" but got "NotSupportedError"
519 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, dec rypt, encrypt, deriveBits]) assert_equals: Bad usages not supported expected "Sy ntaxError" but got "NotSupportedError"
520 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [wrapKey, encry pt, deriveBits]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
521 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, wra pKey, encrypt, deriveBits]) assert_equals: Bad usages not supported expected "Sy ntaxError" but got "NotSupportedError"
522 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, enc rypt, deriveBits]) assert_equals: Bad usages not supported expected "SyntaxError " but got "NotSupportedError"
523 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [decrypt, deriv eBits]) assert_equals: Bad usages not supported expected "SyntaxError" but got " NotSupportedError"
524 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [wrapKey, decry pt, deriveBits]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
525 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, wra pKey, decrypt, deriveBits]) assert_equals: Bad usages not supported expected "Sy ntaxError" but got "NotSupportedError"
526 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, dec rypt, deriveBits]) assert_equals: Bad usages not supported expected "SyntaxError " but got "NotSupportedError"
527 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [wrapKey, deriv eBits]) assert_equals: Bad usages not supported expected "SyntaxError" but got " NotSupportedError"
528 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, wra pKey, deriveBits]) assert_equals: Bad usages not supported expected "SyntaxError " but got "NotSupportedError"
529 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [unwrapKey, der iveBits]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedError"
530 FAIL Bad usages: generateKey({length: 256, name: AES-GCM}, true, [encrypt, decry pt, wrapKey, unwrapKey, encrypt, decrypt, wrapKey, unwrapKey, deriveBits]) asser t_equals: Bad usages not supported expected "SyntaxError" but got "NotSupportedE rror"
531 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, false, [en crypt]) assert_equals: Bad algorithm property not supported expected "OperationE rror" but got "NotSupportedError"
532 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, true, [enc rypt]) assert_equals: Bad algorithm property not supported expected "OperationEr ror" but got "NotSupportedError"
533 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, false, [de crypt, encrypt]) assert_equals: Bad algorithm property not supported expected "O perationError" but got "NotSupportedError"
534 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, true, [dec rypt, encrypt]) assert_equals: Bad algorithm property not supported expected "Op erationError" but got "NotSupportedError"
535 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, false, [wr apKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported ex pected "OperationError" but got "NotSupportedError"
536 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, true, [wra pKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported exp ected "OperationError" but got "NotSupportedError"
537 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, false, [un wrapKey, wrapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not s upported expected "OperationError" but got "NotSupportedError"
538 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, true, [unw rapKey, wrapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not su pported expected "OperationError" but got "NotSupportedError"
539 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, false, [un wrapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
540 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, true, [unw rapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported e xpected "OperationError" but got "NotSupportedError"
541 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, false, [wr apKey, encrypt]) assert_equals: Bad algorithm property not supported expected "O perationError" but got "NotSupportedError"
542 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, true, [wra pKey, encrypt]) assert_equals: Bad algorithm property not supported expected "Op erationError" but got "NotSupportedError"
543 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, false, [un wrapKey, wrapKey, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
544 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, true, [unw rapKey, wrapKey, encrypt]) assert_equals: Bad algorithm property not supported e xpected "OperationError" but got "NotSupportedError"
545 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, false, [un wrapKey, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
546 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, true, [unw rapKey, encrypt]) assert_equals: Bad algorithm property not supported expected " OperationError" but got "NotSupportedError"
547 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, false, [de crypt]) assert_equals: Bad algorithm property not supported expected "OperationE rror" but got "NotSupportedError"
548 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, true, [dec rypt]) assert_equals: Bad algorithm property not supported expected "OperationEr ror" but got "NotSupportedError"
549 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, false, [wr apKey, decrypt]) assert_equals: Bad algorithm property not supported expected "O perationError" but got "NotSupportedError"
550 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, true, [wra pKey, decrypt]) assert_equals: Bad algorithm property not supported expected "Op erationError" but got "NotSupportedError"
551 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, false, [un wrapKey, wrapKey, decrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
552 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, true, [unw rapKey, wrapKey, decrypt]) assert_equals: Bad algorithm property not supported e xpected "OperationError" but got "NotSupportedError"
553 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, false, [un wrapKey, decrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
554 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, true, [unw rapKey, decrypt]) assert_equals: Bad algorithm property not supported expected " OperationError" but got "NotSupportedError"
555 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, false, [wr apKey]) assert_equals: Bad algorithm property not supported expected "OperationE rror" but got "NotSupportedError"
556 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, true, [wra pKey]) assert_equals: Bad algorithm property not supported expected "OperationEr ror" but got "NotSupportedError"
557 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, false, [un wrapKey, wrapKey]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
558 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, true, [unw rapKey, wrapKey]) assert_equals: Bad algorithm property not supported expected " OperationError" but got "NotSupportedError"
559 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, false, [un wrapKey]) assert_equals: Bad algorithm property not supported expected "Operatio nError" but got "NotSupportedError"
560 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, true, [unw rapKey]) assert_equals: Bad algorithm property not supported expected "Operation Error" but got "NotSupportedError"
561 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, false, []) assert_equals: Bad algorithm property not supported expected "OperationError" b ut got "NotSupportedError"
562 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, true, []) assert_equals: Bad algorithm property not supported expected "OperationError" bu t got "NotSupportedError"
563 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, false, [en crypt, decrypt, wrapKey, unwrapKey, encrypt, decrypt, wrapKey, unwrapKey]) asser t_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
564 FAIL Bad algorithm property: generateKey({length: 64, name: AES-GCM}, true, [enc rypt, decrypt, wrapKey, unwrapKey, encrypt, decrypt, wrapKey, unwrapKey]) assert _equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
565 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, false, [e ncrypt]) assert_equals: Bad algorithm property not supported expected "Operation Error" but got "NotSupportedError"
566 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, true, [en crypt]) assert_equals: Bad algorithm property not supported expected "OperationE rror" but got "NotSupportedError"
567 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, false, [d ecrypt, encrypt]) assert_equals: Bad algorithm property not supported expected " OperationError" but got "NotSupportedError"
568 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, true, [de crypt, encrypt]) assert_equals: Bad algorithm property not supported expected "O perationError" but got "NotSupportedError"
569 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, false, [w rapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported e xpected "OperationError" but got "NotSupportedError"
570 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, true, [wr apKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported ex pected "OperationError" but got "NotSupportedError"
571 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, false, [u nwrapKey, wrapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
572 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, true, [un wrapKey, wrapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not s upported expected "OperationError" but got "NotSupportedError"
573 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, false, [u nwrapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
574 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, true, [un wrapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
575 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, false, [w rapKey, encrypt]) assert_equals: Bad algorithm property not supported expected " OperationError" but got "NotSupportedError"
576 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, true, [wr apKey, encrypt]) assert_equals: Bad algorithm property not supported expected "O perationError" but got "NotSupportedError"
577 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, false, [u nwrapKey, wrapKey, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
578 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, true, [un wrapKey, wrapKey, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
579 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, false, [u nwrapKey, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
580 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, true, [un wrapKey, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
581 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, false, [d ecrypt]) assert_equals: Bad algorithm property not supported expected "Operation Error" but got "NotSupportedError"
582 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, true, [de crypt]) assert_equals: Bad algorithm property not supported expected "OperationE rror" but got "NotSupportedError"
583 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, false, [w rapKey, decrypt]) assert_equals: Bad algorithm property not supported expected " OperationError" but got "NotSupportedError"
584 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, true, [wr apKey, decrypt]) assert_equals: Bad algorithm property not supported expected "O perationError" but got "NotSupportedError"
585 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, false, [u nwrapKey, wrapKey, decrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
586 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, true, [un wrapKey, wrapKey, decrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
587 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, false, [u nwrapKey, decrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
588 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, true, [un wrapKey, decrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
589 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, false, [w rapKey]) assert_equals: Bad algorithm property not supported expected "Operation Error" but got "NotSupportedError"
590 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, true, [wr apKey]) assert_equals: Bad algorithm property not supported expected "OperationE rror" but got "NotSupportedError"
591 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, false, [u nwrapKey, wrapKey]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
592 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, true, [un wrapKey, wrapKey]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
593 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, false, [u nwrapKey]) assert_equals: Bad algorithm property not supported expected "Operati onError" but got "NotSupportedError"
594 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, true, [un wrapKey]) assert_equals: Bad algorithm property not supported expected "Operatio nError" but got "NotSupportedError"
595 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, false, [] ) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
596 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, true, []) assert_equals: Bad algorithm property not supported expected "OperationError" b ut got "NotSupportedError"
597 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, false, [e ncrypt, decrypt, wrapKey, unwrapKey, encrypt, decrypt, wrapKey, unwrapKey]) asse rt_equals: Bad algorithm property not supported expected "OperationError" but go t "NotSupportedError"
598 FAIL Bad algorithm property: generateKey({length: 127, name: AES-GCM}, true, [en crypt, decrypt, wrapKey, unwrapKey, encrypt, decrypt, wrapKey, unwrapKey]) asser t_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
599 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, false, [e ncrypt]) assert_equals: Bad algorithm property not supported expected "Operation Error" but got "NotSupportedError"
600 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, true, [en crypt]) assert_equals: Bad algorithm property not supported expected "OperationE rror" but got "NotSupportedError"
601 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, false, [d ecrypt, encrypt]) assert_equals: Bad algorithm property not supported expected " OperationError" but got "NotSupportedError"
602 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, true, [de crypt, encrypt]) assert_equals: Bad algorithm property not supported expected "O perationError" but got "NotSupportedError"
603 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, false, [w rapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported e xpected "OperationError" but got "NotSupportedError"
604 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, true, [wr apKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported ex pected "OperationError" but got "NotSupportedError"
605 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, false, [u nwrapKey, wrapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
606 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, true, [un wrapKey, wrapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not s upported expected "OperationError" but got "NotSupportedError"
607 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, false, [u nwrapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
608 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, true, [un wrapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
609 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, false, [w rapKey, encrypt]) assert_equals: Bad algorithm property not supported expected " OperationError" but got "NotSupportedError"
610 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, true, [wr apKey, encrypt]) assert_equals: Bad algorithm property not supported expected "O perationError" but got "NotSupportedError"
611 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, false, [u nwrapKey, wrapKey, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
612 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, true, [un wrapKey, wrapKey, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
613 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, false, [u nwrapKey, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
614 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, true, [un wrapKey, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
615 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, false, [d ecrypt]) assert_equals: Bad algorithm property not supported expected "Operation Error" but got "NotSupportedError"
616 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, true, [de crypt]) assert_equals: Bad algorithm property not supported expected "OperationE rror" but got "NotSupportedError"
617 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, false, [w rapKey, decrypt]) assert_equals: Bad algorithm property not supported expected " OperationError" but got "NotSupportedError"
618 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, true, [wr apKey, decrypt]) assert_equals: Bad algorithm property not supported expected "O perationError" but got "NotSupportedError"
619 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, false, [u nwrapKey, wrapKey, decrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
620 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, true, [un wrapKey, wrapKey, decrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
621 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, false, [u nwrapKey, decrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
622 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, true, [un wrapKey, decrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
623 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, false, [w rapKey]) assert_equals: Bad algorithm property not supported expected "Operation Error" but got "NotSupportedError"
624 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, true, [wr apKey]) assert_equals: Bad algorithm property not supported expected "OperationE rror" but got "NotSupportedError"
625 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, false, [u nwrapKey, wrapKey]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
626 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, true, [un wrapKey, wrapKey]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
627 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, false, [u nwrapKey]) assert_equals: Bad algorithm property not supported expected "Operati onError" but got "NotSupportedError"
628 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, true, [un wrapKey]) assert_equals: Bad algorithm property not supported expected "Operatio nError" but got "NotSupportedError"
629 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, false, [] ) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
630 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, true, []) assert_equals: Bad algorithm property not supported expected "OperationError" b ut got "NotSupportedError"
631 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, false, [e ncrypt, decrypt, wrapKey, unwrapKey, encrypt, decrypt, wrapKey, unwrapKey]) asse rt_equals: Bad algorithm property not supported expected "OperationError" but go t "NotSupportedError"
632 FAIL Bad algorithm property: generateKey({length: 129, name: AES-GCM}, true, [en crypt, decrypt, wrapKey, unwrapKey, encrypt, decrypt, wrapKey, unwrapKey]) asser t_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
633 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, false, [e ncrypt]) assert_equals: Bad algorithm property not supported expected "Operation Error" but got "NotSupportedError"
634 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, true, [en crypt]) assert_equals: Bad algorithm property not supported expected "OperationE rror" but got "NotSupportedError"
635 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, false, [d ecrypt, encrypt]) assert_equals: Bad algorithm property not supported expected " OperationError" but got "NotSupportedError"
636 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, true, [de crypt, encrypt]) assert_equals: Bad algorithm property not supported expected "O perationError" but got "NotSupportedError"
637 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, false, [w rapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported e xpected "OperationError" but got "NotSupportedError"
638 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, true, [wr apKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported ex pected "OperationError" but got "NotSupportedError"
639 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, false, [u nwrapKey, wrapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
640 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, true, [un wrapKey, wrapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not s upported expected "OperationError" but got "NotSupportedError"
641 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, false, [u nwrapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
642 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, true, [un wrapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
643 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, false, [w rapKey, encrypt]) assert_equals: Bad algorithm property not supported expected " OperationError" but got "NotSupportedError"
644 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, true, [wr apKey, encrypt]) assert_equals: Bad algorithm property not supported expected "O perationError" but got "NotSupportedError"
645 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, false, [u nwrapKey, wrapKey, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
646 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, true, [un wrapKey, wrapKey, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
647 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, false, [u nwrapKey, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
648 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, true, [un wrapKey, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
649 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, false, [d ecrypt]) assert_equals: Bad algorithm property not supported expected "Operation Error" but got "NotSupportedError"
650 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, true, [de crypt]) assert_equals: Bad algorithm property not supported expected "OperationE rror" but got "NotSupportedError"
651 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, false, [w rapKey, decrypt]) assert_equals: Bad algorithm property not supported expected " OperationError" but got "NotSupportedError"
652 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, true, [wr apKey, decrypt]) assert_equals: Bad algorithm property not supported expected "O perationError" but got "NotSupportedError"
653 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, false, [u nwrapKey, wrapKey, decrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
654 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, true, [un wrapKey, wrapKey, decrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
655 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, false, [u nwrapKey, decrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
656 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, true, [un wrapKey, decrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
657 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, false, [w rapKey]) assert_equals: Bad algorithm property not supported expected "Operation Error" but got "NotSupportedError"
658 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, true, [wr apKey]) assert_equals: Bad algorithm property not supported expected "OperationE rror" but got "NotSupportedError"
659 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, false, [u nwrapKey, wrapKey]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
660 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, true, [un wrapKey, wrapKey]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
661 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, false, [u nwrapKey]) assert_equals: Bad algorithm property not supported expected "Operati onError" but got "NotSupportedError"
662 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, true, [un wrapKey]) assert_equals: Bad algorithm property not supported expected "Operatio nError" but got "NotSupportedError"
663 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, false, [] ) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
664 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, true, []) assert_equals: Bad algorithm property not supported expected "OperationError" b ut got "NotSupportedError"
665 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, false, [e ncrypt, decrypt, wrapKey, unwrapKey, encrypt, decrypt, wrapKey, unwrapKey]) asse rt_equals: Bad algorithm property not supported expected "OperationError" but go t "NotSupportedError"
666 FAIL Bad algorithm property: generateKey({length: 255, name: AES-GCM}, true, [en crypt, decrypt, wrapKey, unwrapKey, encrypt, decrypt, wrapKey, unwrapKey]) asser t_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
667 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, false, [e ncrypt]) assert_equals: Bad algorithm property not supported expected "Operation Error" but got "NotSupportedError"
668 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, true, [en crypt]) assert_equals: Bad algorithm property not supported expected "OperationE rror" but got "NotSupportedError"
669 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, false, [d ecrypt, encrypt]) assert_equals: Bad algorithm property not supported expected " OperationError" but got "NotSupportedError"
670 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, true, [de crypt, encrypt]) assert_equals: Bad algorithm property not supported expected "O perationError" but got "NotSupportedError"
671 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, false, [w rapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported e xpected "OperationError" but got "NotSupportedError"
672 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, true, [wr apKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported ex pected "OperationError" but got "NotSupportedError"
673 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, false, [u nwrapKey, wrapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
674 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, true, [un wrapKey, wrapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not s upported expected "OperationError" but got "NotSupportedError"
675 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, false, [u nwrapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
676 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, true, [un wrapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
677 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, false, [w rapKey, encrypt]) assert_equals: Bad algorithm property not supported expected " OperationError" but got "NotSupportedError"
678 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, true, [wr apKey, encrypt]) assert_equals: Bad algorithm property not supported expected "O perationError" but got "NotSupportedError"
679 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, false, [u nwrapKey, wrapKey, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
680 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, true, [un wrapKey, wrapKey, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
681 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, false, [u nwrapKey, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
682 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, true, [un wrapKey, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
683 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, false, [d ecrypt]) assert_equals: Bad algorithm property not supported expected "Operation Error" but got "NotSupportedError"
684 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, true, [de crypt]) assert_equals: Bad algorithm property not supported expected "OperationE rror" but got "NotSupportedError"
685 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, false, [w rapKey, decrypt]) assert_equals: Bad algorithm property not supported expected " OperationError" but got "NotSupportedError"
686 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, true, [wr apKey, decrypt]) assert_equals: Bad algorithm property not supported expected "O perationError" but got "NotSupportedError"
687 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, false, [u nwrapKey, wrapKey, decrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
688 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, true, [un wrapKey, wrapKey, decrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
689 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, false, [u nwrapKey, decrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
690 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, true, [un wrapKey, decrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
691 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, false, [w rapKey]) assert_equals: Bad algorithm property not supported expected "Operation Error" but got "NotSupportedError"
692 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, true, [wr apKey]) assert_equals: Bad algorithm property not supported expected "OperationE rror" but got "NotSupportedError"
693 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, false, [u nwrapKey, wrapKey]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
694 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, true, [un wrapKey, wrapKey]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
695 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, false, [u nwrapKey]) assert_equals: Bad algorithm property not supported expected "Operati onError" but got "NotSupportedError"
696 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, true, [un wrapKey]) assert_equals: Bad algorithm property not supported expected "Operatio nError" but got "NotSupportedError"
697 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, false, [] ) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
698 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, true, []) assert_equals: Bad algorithm property not supported expected "OperationError" b ut got "NotSupportedError"
699 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, false, [e ncrypt, decrypt, wrapKey, unwrapKey, encrypt, decrypt, wrapKey, unwrapKey]) asse rt_equals: Bad algorithm property not supported expected "OperationError" but go t "NotSupportedError"
700 FAIL Bad algorithm property: generateKey({length: 257, name: AES-GCM}, true, [en crypt, decrypt, wrapKey, unwrapKey, encrypt, decrypt, wrapKey, unwrapKey]) asser t_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
701 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, false, [e ncrypt]) assert_equals: Bad algorithm property not supported expected "Operation Error" but got "NotSupportedError"
702 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, true, [en crypt]) assert_equals: Bad algorithm property not supported expected "OperationE rror" but got "NotSupportedError"
703 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, false, [d ecrypt, encrypt]) assert_equals: Bad algorithm property not supported expected " OperationError" but got "NotSupportedError"
704 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, true, [de crypt, encrypt]) assert_equals: Bad algorithm property not supported expected "O perationError" but got "NotSupportedError"
705 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, false, [w rapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported e xpected "OperationError" but got "NotSupportedError"
706 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, true, [wr apKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported ex pected "OperationError" but got "NotSupportedError"
707 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, false, [u nwrapKey, wrapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
708 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, true, [un wrapKey, wrapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not s upported expected "OperationError" but got "NotSupportedError"
709 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, false, [u nwrapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
710 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, true, [un wrapKey, decrypt, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
711 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, false, [w rapKey, encrypt]) assert_equals: Bad algorithm property not supported expected " OperationError" but got "NotSupportedError"
712 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, true, [wr apKey, encrypt]) assert_equals: Bad algorithm property not supported expected "O perationError" but got "NotSupportedError"
713 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, false, [u nwrapKey, wrapKey, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
714 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, true, [un wrapKey, wrapKey, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
715 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, false, [u nwrapKey, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
716 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, true, [un wrapKey, encrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
717 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, false, [d ecrypt]) assert_equals: Bad algorithm property not supported expected "Operation Error" but got "NotSupportedError"
718 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, true, [de crypt]) assert_equals: Bad algorithm property not supported expected "OperationE rror" but got "NotSupportedError"
719 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, false, [w rapKey, decrypt]) assert_equals: Bad algorithm property not supported expected " OperationError" but got "NotSupportedError"
720 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, true, [wr apKey, decrypt]) assert_equals: Bad algorithm property not supported expected "O perationError" but got "NotSupportedError"
721 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, false, [u nwrapKey, wrapKey, decrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
722 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, true, [un wrapKey, wrapKey, decrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
723 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, false, [u nwrapKey, decrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
724 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, true, [un wrapKey, decrypt]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
725 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, false, [w rapKey]) assert_equals: Bad algorithm property not supported expected "Operation Error" but got "NotSupportedError"
726 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, true, [wr apKey]) assert_equals: Bad algorithm property not supported expected "OperationE rror" but got "NotSupportedError"
727 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, false, [u nwrapKey, wrapKey]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
728 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, true, [un wrapKey, wrapKey]) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
729 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, false, [u nwrapKey]) assert_equals: Bad algorithm property not supported expected "Operati onError" but got "NotSupportedError"
730 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, true, [un wrapKey]) assert_equals: Bad algorithm property not supported expected "Operatio nError" but got "NotSupportedError"
731 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, false, [] ) assert_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
732 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, true, []) assert_equals: Bad algorithm property not supported expected "OperationError" b ut got "NotSupportedError"
733 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, false, [e ncrypt, decrypt, wrapKey, unwrapKey, encrypt, decrypt, wrapKey, unwrapKey]) asse rt_equals: Bad algorithm property not supported expected "OperationError" but go t "NotSupportedError"
734 FAIL Bad algorithm property: generateKey({length: 512, name: AES-GCM}, true, [en crypt, decrypt, wrapKey, unwrapKey, encrypt, decrypt, wrapKey, unwrapKey]) asser t_equals: Bad algorithm property not supported expected "OperationError" but got "NotSupportedError"
735 FAIL Empty usages: generateKey({length: 128, name: AES-GCM}, false, []) assert_e quals: Empty usages not supported expected "SyntaxError" but got "NotSupportedEr ror"
736 FAIL Empty usages: generateKey({length: 128, name: AES-GCM}, true, []) assert_eq uals: Empty usages not supported expected "SyntaxError" but got "NotSupportedErr or"
737 FAIL Empty usages: generateKey({length: 192, name: AES-GCM}, false, []) assert_e quals: Empty usages not supported expected "SyntaxError" but got "NotSupportedEr ror"
738 FAIL Empty usages: generateKey({length: 192, name: AES-GCM}, true, []) assert_eq uals: Empty usages not supported expected "SyntaxError" but got "NotSupportedErr or"
739 FAIL Empty usages: generateKey({length: 256, name: AES-GCM}, false, []) assert_e quals: Empty usages not supported expected "SyntaxError" but got "NotSupportedEr ror"
740 FAIL Empty usages: generateKey({length: 256, name: AES-GCM}, true, []) assert_eq uals: Empty usages not supported expected "SyntaxError" but got "NotSupportedErr or"
741 Harness: the test ran to completion.
742
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698