Skip to content

Commit

Permalink
test: update WebCryptoAPI.json WPT status file
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Nov 21, 2022
1 parent 7b818b0 commit afce4ea
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/wpt/status/WebCryptoAPI.json
Expand Up @@ -7,5 +7,16 @@
},
"idlharness.https.any.js": {
"skip": "Various non-IDL-compliant things"
},
"import_export/okp_importKey_failures_Ed448.https.any.js": {
"fail": {
"note": "Bad vectors, fix in https://github.com/web-platform-tests/wpt/pull/37061",
"expected": [
"Bad key length: importKey(pkcs8, {name: Ed448}, true, [sign])",
"Bad key length: importKey(pkcs8, {name: Ed448}, false, [sign])",
"Bad key length: importKey(pkcs8, {name: Ed448}, true, [sign, sign])",
"Bad key length: importKey(pkcs8, {name: Ed448}, false, [sign, sign])"
]
}
}
}

0 comments on commit afce4ea

Please sign in to comment.