Skip to content

Commit

Permalink
test: mark expected failures for webcryptoapi wpt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nahee-Park committed Jul 31, 2024
1 parent 9e8909f commit ef19220
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions test/wpt/status/WebCryptoAPI.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,26 @@
"algorithm-discards-context.https.window.js": {
"skip": "Not relevant in Node.js context"
},
"getRandomValues.any.js": {
"fail": {
"expected": [
"Float16 arrays"
]
}
},
"historical.any.js": {
"skip": "Not relevant in Node.js context"
},
"sign_verify/eddsa.https.any.js": {
"fail": {
"expected": [
"Ed25519 Verification checks with small-order key of order - Test 0",
"Ed25519 Verification checks with small-order key of order - Test 1",
"Ed25519 Verification checks with small-order key of order - Test 2",
"Ed25519 Verification checks with small-order key of order - Test 11",
"Ed25519 Verification checks with small-order key of order - Test 12",
"Ed25519 Verification checks with small-order key of order - Test 13"
]
}
}
}

0 comments on commit ef19220

Please sign in to comment.