Skip to content

Commit cc91d24

Browse files
committed
test: mark expected failures for webcryptoapi wpt tests
1 parent 2efa945 commit cc91d24

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

test/wpt/status/WebCryptoAPI.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,26 @@
22
"algorithm-discards-context.https.window.js": {
33
"skip": "Not relevant in Node.js context"
44
},
5+
"getRandomValues.any.js": {
6+
"fail": {
7+
"expected": [
8+
"Float16 arrays"
9+
]
10+
}
11+
},
512
"historical.any.js": {
613
"skip": "Not relevant in Node.js context"
14+
},
15+
"sign_verify/eddsa.https.any.js": {
16+
"fail": {
17+
"expected": [
18+
"Ed25519 Verification checks with small-order key of order - Test 0",
19+
"Ed25519 Verification checks with small-order key of order - Test 1",
20+
"Ed25519 Verification checks with small-order key of order - Test 2",
21+
"Ed25519 Verification checks with small-order key of order - Test 11",
22+
"Ed25519 Verification checks with small-order key of order - Test 12",
23+
"Ed25519 Verification checks with small-order key of order - Test 13"
24+
]
25+
}
726
}
827
}

0 commit comments

Comments
 (0)