Commit 1608018 1 parent 820aac6 commit 1608018 Copy full SHA for 1608018
File tree 4 files changed +17
-0
lines changed
4 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 17
17
" ArrayBuffer elements of the blobParts array should be supported." ,
18
18
" Passing typed arrays as elements of the blobParts array should work." ,
19
19
" Passing a Float64Array as element of the blobParts array should work." ,
20
+ " Passing a Float16Array as element of the blobParts array should work." ,
20
21
" Passing BigInt typed arrays as elements of the blobParts array should work." ,
21
22
" Array with two blobs" ,
22
23
" Array with two buffers" ,
Original file line number Diff line number Diff line change 4
4
},
5
5
"historical.any.js" : {
6
6
"skip" : " Not relevant in Node.js context"
7
+ },
8
+ "getRandomValues.any.js" : {
9
+ "fail" : {
10
+ "note" : " These types do not exist in Node.js" ,
11
+ "expected" : [
12
+ " Float16 arrays" ,
13
+ " Float arrays" ,
14
+ " DataView"
15
+ ]
16
+ }
7
17
}
8
18
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"negative-settimeout.any.js" : {
3
3
"skip" : " unreliable in Node.js; Refs: https://github.com/nodejs/node/issues/37672"
4
+ },
5
+ "evil-spec-example.any.js" : {
6
+ "skip" : " Node.js does not support a string as a parameter to setTimeout"
4
7
}
5
8
}
Original file line number Diff line number Diff line change 8
8
"localstorage-cross-origin-iframe.tentative.https.window.js" : {
9
9
"skip" : " iframes are not supported in Node.js."
10
10
},
11
+ "localstorage-cross-origin-iframe.https.window.js" : {
12
+ "skip" : " iframes are not supported in Node.js."
13
+ },
11
14
"storage_local_window_open.window.js" : {
12
15
"skip" : " window.open() is not supported in Node.js."
13
16
},
You can’t perform that action at this time.
0 commit comments