1[read_write_correct_arraybufferview_sync_basic.tentative.https.any.worker.html]
2  [NativeIOFileSync.write returns a Int8Array when given a Int8Array]
3    expected: FAIL
4
5  [NativeIOFileSync.write returns a Uint8Array when given a Uint8Array]
6    expected: FAIL
7
8  [NativeIOFileSync.write returns a Uint8ClampedArray when given a Uint8ClampedArray]
9    expected: FAIL
10
11  [NativeIOFileSync.write returns a Int16Array when given a Int16Array]
12    expected: FAIL
13
14  [NativeIOFileSync.write returns a Uint16Array when given a Uint16Array]
15    expected: FAIL
16
17  [NativeIOFileSync.write returns a Int32Array when given a Int32Array]
18    expected: FAIL
19
20  [NativeIOFileSync.write returns a Uint32Array when given a Uint32Array]
21    expected: FAIL
22
23  [NativeIOFileSync.write returns a Float32Array when given a Float32Array]
24    expected: FAIL
25
26  [NativeIOFileSync.write returns a Float64Array when given a Float64Array]
27    expected: FAIL
28
29  [NativeIOFileSync.write returns a BigInt64Array when given a BigInt64Array]
30    expected: FAIL
31
32  [NativeIOFileSync.write returns a BigUint64Array when given a BigUint64Array]
33    expected: FAIL
34
35  [NativeIOFileSync.write returns a DataView when given a DataView]
36    expected: FAIL
37
38  [NativeIOFileSync.read returns a Int8Array when given a Int8Array]
39    expected: FAIL
40
41  [NativeIOFileSync.read returns a Uint8Array when given a Uint8Array]
42    expected: FAIL
43
44  [NativeIOFileSync.read returns a Uint8ClampedArray when given a Uint8ClampedArray]
45    expected: FAIL
46
47  [NativeIOFileSync.read returns a Int16Array when given a Int16Array]
48    expected: FAIL
49
50  [NativeIOFileSync.read returns a Uint16Array when given a Uint16Array]
51    expected: FAIL
52
53  [NativeIOFileSync.read returns a Int32Array when given a Int32Array]
54    expected: FAIL
55
56  [NativeIOFileSync.read returns a Uint32Array when given a Uint32Array]
57    expected: FAIL
58
59  [NativeIOFileSync.read returns a Float32Array when given a Float32Array]
60    expected: FAIL
61
62  [NativeIOFileSync.read returns a Float64Array when given a Float64Array]
63    expected: FAIL
64
65  [NativeIOFileSync.read returns a BigInt64Array when given a BigInt64Array]
66    expected: FAIL
67
68  [NativeIOFileSync.read returns a BigUint64Array when given a BigUint64Array]
69    expected: FAIL
70
71  [NativeIOFileSync.read returns a DataView when given a DataView buffer]
72    expected: FAIL
73
74