OLD | NEW |
1 Verifies that out-of-range parameters for creation, slicing and setting of WebGL
arrays are caught | 1 Verifies that out-of-range parameters for creation, slicing and setting of WebGL
arrays are caught |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 PASS Construction of Int8Array with null buffer threw exception | 5 PASS Construction of Int8Array with null buffer threw exception |
6 PASS Construction of Int8Array with out-of-range values threw exception | 6 PASS Construction of Int8Array with out-of-range values threw exception |
7 PASS Construction of Int8Array with negative out-of-range values threw exception | 7 PASS Construction of Int8Array with negative out-of-range values threw exception |
8 Testing subarray of Int8Array | 8 Testing subarray of Int8Array |
9 PASS array.length is 32 / typeSize | 9 PASS array.length is 32 / typeSize |
10 PASS array.subarray(4, 0x3FFFFFFF).length is (32 / typeSize) - 4 | 10 PASS array.subarray(4, 0x3FFFFFFF).length is (32 / typeSize) - 4 |
11 PASS array.subarray(4, -2147483648).length is 0 | 11 PASS array.subarray(4, -2147483648).length is 0 |
12 PASS Setting Int8Array from array with out-of-range offset was caught | 12 PASS Setting Int8Array from array with out-of-range offset was caught |
13 PASS Setting Int8Array from fake array with invalid length was caught | 13 PASS Setting Int8Array from fake array with invalid length was caught |
14 PASS Setting Int8Array from Int8Array with out-of-range offset was caught | 14 PASS Setting Int8Array from Int8Array with out-of-range offset was caught |
15 PASS Construction of Uint8Array with null buffer threw exception | 15 PASS Construction of Uint8Array with null buffer threw exception |
16 PASS Construction of Uint8Array with out-of-range values threw exception | 16 PASS Construction of Uint8Array with out-of-range values threw exception |
17 PASS Construction of Uint8Array with negative out-of-range values threw exceptio
n | 17 PASS Construction of Uint8Array with negative out-of-range values threw exceptio
n |
18 Testing subarray of Uint8Array | 18 Testing subarray of Uint8Array |
19 PASS array.length is 32 / typeSize | 19 PASS array.length is 32 / typeSize |
20 PASS array.subarray(4, 0x3FFFFFFF).length is (32 / typeSize) - 4 | 20 PASS array.subarray(4, 0x3FFFFFFF).length is (32 / typeSize) - 4 |
21 PASS array.subarray(4, -2147483648).length is 0 | 21 PASS array.subarray(4, -2147483648).length is 0 |
22 PASS Setting Uint8Array from array with out-of-range offset was caught | 22 PASS Setting Uint8Array from array with out-of-range offset was caught |
23 PASS Setting Uint8Array from fake array with invalid length was caught | 23 PASS Setting Uint8Array from fake array with invalid length was caught |
24 PASS Setting Uint8Array from Uint8Array with out-of-range offset was caught | 24 PASS Setting Uint8Array from Uint8Array with out-of-range offset was caught |
25 PASS Construction of Int16Array with null buffer threw exception | 25 PASS Construction of Int16Array with null buffer threw exception |
26 PASS Construction of Int16Array with out-of-range values threw exception | 26 PASS Construction of Int16Array with out-of-range values threw exception |
27 PASS Construction of Int16Array with negative out-of-range values threw exceptio
n | 27 PASS Construction of Int16Array with negative out-of-range values threw exceptio
n |
28 PASS Construction of huge Int16Array threw exception | |
29 Testing subarray of Int16Array | 28 Testing subarray of Int16Array |
30 PASS array.length is 32 / typeSize | 29 PASS array.length is 32 / typeSize |
31 PASS array.subarray(4, 0x3FFFFFFF).length is (32 / typeSize) - 4 | 30 PASS array.subarray(4, 0x3FFFFFFF).length is (32 / typeSize) - 4 |
32 PASS array.subarray(4, -2147483648).length is 0 | 31 PASS array.subarray(4, -2147483648).length is 0 |
33 PASS Setting Int16Array from array with out-of-range offset was caught | 32 PASS Setting Int16Array from array with out-of-range offset was caught |
34 PASS Setting Int16Array from fake array with invalid length was caught | 33 PASS Setting Int16Array from fake array with invalid length was caught |
35 PASS Setting Int16Array from Int16Array with out-of-range offset was caught | 34 PASS Setting Int16Array from Int16Array with out-of-range offset was caught |
36 PASS Construction of Uint16Array with null buffer threw exception | 35 PASS Construction of Uint16Array with null buffer threw exception |
37 PASS Construction of Uint16Array with out-of-range values threw exception | 36 PASS Construction of Uint16Array with out-of-range values threw exception |
38 PASS Construction of Uint16Array with negative out-of-range values threw excepti
on | 37 PASS Construction of Uint16Array with negative out-of-range values threw excepti
on |
39 PASS Construction of huge Uint16Array threw exception | |
40 Testing subarray of Uint16Array | 38 Testing subarray of Uint16Array |
41 PASS array.length is 32 / typeSize | 39 PASS array.length is 32 / typeSize |
42 PASS array.subarray(4, 0x3FFFFFFF).length is (32 / typeSize) - 4 | 40 PASS array.subarray(4, 0x3FFFFFFF).length is (32 / typeSize) - 4 |
43 PASS array.subarray(4, -2147483648).length is 0 | 41 PASS array.subarray(4, -2147483648).length is 0 |
44 PASS Setting Uint16Array from array with out-of-range offset was caught | 42 PASS Setting Uint16Array from array with out-of-range offset was caught |
45 PASS Setting Uint16Array from fake array with invalid length was caught | 43 PASS Setting Uint16Array from fake array with invalid length was caught |
46 PASS Setting Uint16Array from Uint16Array with out-of-range offset was caught | 44 PASS Setting Uint16Array from Uint16Array with out-of-range offset was caught |
47 PASS Construction of Int32Array with null buffer threw exception | 45 PASS Construction of Int32Array with null buffer threw exception |
48 PASS Construction of Int32Array with out-of-range values threw exception | 46 PASS Construction of Int32Array with out-of-range values threw exception |
49 PASS Construction of Int32Array with negative out-of-range values threw exceptio
n | 47 PASS Construction of Int32Array with negative out-of-range values threw exceptio
n |
50 PASS Construction of huge Int32Array threw exception | |
51 Testing subarray of Int32Array | 48 Testing subarray of Int32Array |
52 PASS array.length is 32 / typeSize | 49 PASS array.length is 32 / typeSize |
53 PASS array.subarray(4, 0x3FFFFFFF).length is (32 / typeSize) - 4 | 50 PASS array.subarray(4, 0x3FFFFFFF).length is (32 / typeSize) - 4 |
54 PASS array.subarray(4, -2147483648).length is 0 | 51 PASS array.subarray(4, -2147483648).length is 0 |
55 PASS Setting Int32Array from array with out-of-range offset was caught | 52 PASS Setting Int32Array from array with out-of-range offset was caught |
56 PASS Setting Int32Array from fake array with invalid length was caught | 53 PASS Setting Int32Array from fake array with invalid length was caught |
57 PASS Setting Int32Array from Int32Array with out-of-range offset was caught | 54 PASS Setting Int32Array from Int32Array with out-of-range offset was caught |
58 PASS Construction of Uint32Array with null buffer threw exception | 55 PASS Construction of Uint32Array with null buffer threw exception |
59 PASS Construction of Uint32Array with out-of-range values threw exception | 56 PASS Construction of Uint32Array with out-of-range values threw exception |
60 PASS Construction of Uint32Array with negative out-of-range values threw excepti
on | 57 PASS Construction of Uint32Array with negative out-of-range values threw excepti
on |
61 PASS Construction of huge Uint32Array threw exception | |
62 Testing subarray of Uint32Array | 58 Testing subarray of Uint32Array |
63 PASS array.length is 32 / typeSize | 59 PASS array.length is 32 / typeSize |
64 PASS array.subarray(4, 0x3FFFFFFF).length is (32 / typeSize) - 4 | 60 PASS array.subarray(4, 0x3FFFFFFF).length is (32 / typeSize) - 4 |
65 PASS array.subarray(4, -2147483648).length is 0 | 61 PASS array.subarray(4, -2147483648).length is 0 |
66 PASS Setting Uint32Array from array with out-of-range offset was caught | 62 PASS Setting Uint32Array from array with out-of-range offset was caught |
67 PASS Setting Uint32Array from fake array with invalid length was caught | 63 PASS Setting Uint32Array from fake array with invalid length was caught |
68 PASS Setting Uint32Array from Uint32Array with out-of-range offset was caught | 64 PASS Setting Uint32Array from Uint32Array with out-of-range offset was caught |
69 PASS Construction of Float32Array with null buffer threw exception | 65 PASS Construction of Float32Array with null buffer threw exception |
70 PASS Construction of Float32Array with out-of-range values threw exception | 66 PASS Construction of Float32Array with out-of-range values threw exception |
71 PASS Construction of Float32Array with negative out-of-range values threw except
ion | 67 PASS Construction of Float32Array with negative out-of-range values threw except
ion |
72 PASS Construction of huge Float32Array threw exception | |
73 Testing subarray of Float32Array | 68 Testing subarray of Float32Array |
74 PASS array.length is 32 / typeSize | 69 PASS array.length is 32 / typeSize |
75 PASS array.subarray(4, 0x3FFFFFFF).length is (32 / typeSize) - 4 | 70 PASS array.subarray(4, 0x3FFFFFFF).length is (32 / typeSize) - 4 |
76 PASS array.subarray(4, -2147483648).length is 0 | 71 PASS array.subarray(4, -2147483648).length is 0 |
77 PASS Setting Float32Array from array with out-of-range offset was caught | 72 PASS Setting Float32Array from array with out-of-range offset was caught |
78 PASS Setting Float32Array from fake array with invalid length was caught | 73 PASS Setting Float32Array from fake array with invalid length was caught |
79 PASS Setting Float32Array from Float32Array with out-of-range offset was caught | 74 PASS Setting Float32Array from Float32Array with out-of-range offset was caught |
80 PASS isNaN(floats[0]) is true | 75 PASS isNaN(floats[0]) is true |
81 PASS successfullyParsed is true | 76 PASS successfullyParsed is true |
82 | 77 |
83 TEST COMPLETE | 78 TEST COMPLETE |
84 | 79 |
OLD | NEW |