Commit 241ee32 1 parent 820aac6 commit 241ee32 Copy full SHA for 241ee32
File tree 5 files changed +18
-0
lines changed
5 files changed +18
-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
+ ]
14
+ }
7
15
}
8
16
}
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 20
20
"buffered-flag.any.js" : {
21
21
"skip" : " Browser-specific test"
22
22
},
23
+ "delivery-type.tentative.any.js" : {
24
+ "skip" : " Browser-specific test"
25
+ },
23
26
"idlharness.any.js" : {
24
27
"fail" : {
25
28
"expected" : [
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