Skip to content

Commit d5fe39e

Browse files
committed
squash: enable wpt test with runtime flag
1 parent bce9423 commit d5fe39e

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

test/wpt/status/WebCryptoAPI.cjs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ module.exports = {
1111
'historical.any.js': {
1212
'skip': 'Not relevant in Node.js context',
1313
},
14-
'getRandomValues.any.js': {
15-
'fail': {
16-
'note': 'Node.js does not support Float16Array',
17-
'expected': [
18-
'Float16 arrays',
19-
],
20-
},
21-
},
2214
'sign_verify/eddsa_small_order_points.https.any.js': {
2315
'fail': {
2416
'note': 'see https://github.com/nodejs/node/issues/54572',

test/wpt/test-webcrypto.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Flags: --js-float16array
2+
// TODO(LiviaMedeiros): once `Float16Array` is unflagged in v8, remove the line above
13
'use strict';
24

35
const common = require('../common');

0 commit comments

Comments
 (0)