We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce9423 commit d5fe39eCopy full SHA for d5fe39e
2 files changed
test/wpt/status/WebCryptoAPI.cjs
@@ -11,14 +11,6 @@ module.exports = {
11
'historical.any.js': {
12
'skip': 'Not relevant in Node.js context',
13
},
14
- 'getRandomValues.any.js': {
15
- 'fail': {
16
- 'note': 'Node.js does not support Float16Array',
17
- 'expected': [
18
- 'Float16 arrays',
19
- ],
20
- },
21
22
'sign_verify/eddsa_small_order_points.https.any.js': {
23
'fail': {
24
'note': 'see https://github.com/nodejs/node/issues/54572',
test/wpt/test-webcrypto.js
@@ -1,3 +1,5 @@
1
+// Flags: --js-float16array
2
+// TODO(LiviaMedeiros): once `Float16Array` is unflagged in v8, remove the line above
3
'use strict';
4
5
const common = require('../common');
0 commit comments