OLD | NEW |
| (Empty) |
1 Verifies the functionality of the new array-like objects in the TypedArray spec | |
2 | |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
4 | |
5 PASS testSlice | |
6 test inheritance hierarchy of typed array views | |
7 PASS ArrayBufferView has [NoInterfaceObject] extended attribute and was (correct
ly) not defined | |
8 PASS new Uint8ClampedArray(1) instanceof Uint8Array is false | |
9 PASS test Float32Array SetAndGetPos10ToNeg10 | |
10 PASS test Float32Array ConstructWithArrayOfSignedValues | |
11 PASS test Float32Array ConstructWithTypedArrayOfSignedValues | |
12 Testing Float32Array GetWithOutOfRangeIndices | |
13 PASS array[2] is undefined. | |
14 PASS array[-1] is undefined. | |
15 PASS array[0x20000000] is undefined. | |
16 PASS test Float32Array OffsetsAndSizes | |
17 PASS test Float32Array SetFromTypedArray | |
18 PASS negativeTest Float32Array SetFromTypedArray | |
19 PASS test Float32Array SetFromArray | |
20 PASS negativeTest Float32Array SetFromArray | |
21 PASS test Float32Array Subarray | |
22 PASS test Float32Array Subarray offset and length clamping | |
23 PASS negativeTest Float32Array Subarray | |
24 PASS test Float32Array SetBoundaryConditions | |
25 PASS test Float32Array ConstructionBoundaryConditions | |
26 PASS Construction of Float32Array with null buffer threw exception | |
27 PASS Construction of Float32Array with (null buffer, 0) threw exception | |
28 PASS Construction of Float32Array with (null buffer, 0, 0) threw exception | |
29 PASS Construction of Float32Array with exception-throwing array-like object didn
't crash unexpectedly | |
30 PASS Construction of Float32Array with out-of-range number of elements threw an
exception | |
31 PASS Construction of Float32Array with out-of-range offset threw an exception | |
32 PASS Construction of ArrayBuffer with negative size threw exception | |
33 PASS Construction of Float32Array with negative size threw exception | |
34 PASS Construction of Float32Array with negative out-of-range values threw an exc
eption | |
35 PASS Construction of Float32Array with unaligned offset threw an exception | |
36 PASS Construction of Float32Array with unaligned length threw an exception | |
37 PASS Array lengths matched with explicit and implicit creation of ArrayBuffer | |
38 PASS new Float32Array(new ArrayBuffer(18), 0, 2) succeeded | |
39 Testing subarray of Float32Array | |
40 PASS array.length is 32 / typeSize | |
41 PASS array.subarray(4, 0x3FFFFFFF).length is (32 / typeSize) - 4 | |
42 PASS array.subarray(4, -2147483648).length is 0 | |
43 PASS array.length is 0 | |
44 Testing subarray with default inputs of Float32Array | |
45 PASS array.length is 32 / typeSize | |
46 PASS array.subarray(0).length is (32 / typeSize) | |
47 PASS array.subarray(2).length is (32 / typeSize) - 2 | |
48 PASS array.subarray(-2).length is 2 | |
49 PASS array.subarray(-2147483648).length is (32 / typeSize) | |
50 PASS Setting Float32Array from array with out-of-range offset was caught | |
51 PASS Setting Float32Array from Float32Array with out-of-range offset was caught | |
52 PASS Setting Float32Array from array with negative offset was caught | |
53 PASS Setting Float32Array from Float32Array with negative offset was caught | |
54 PASS Setting Float32Array from array with -0 offset | |
55 PASS Setting Float32Array from Float32Array with -0 offset | |
56 PASS Setting Float32Array from array with boundary offset | |
57 PASS Setting Float32Array from Float32Array with boundary offset | |
58 PASS Setting Float32Array from array with non-integer offset | |
59 PASS Setting Float32Array from Float32Array with non-integer offset | |
60 PASS Setting Float32Array from fake array with invalid length was caught | |
61 PASS array.get is undefined. | |
62 PASS array.set(0, 1) threw exception. | |
63 PASS test storing NaN in Float32Array | |
64 PASS test Float64Array SetAndGetPos10ToNeg10 | |
65 PASS test Float64Array ConstructWithArrayOfSignedValues | |
66 PASS test Float64Array ConstructWithTypedArrayOfSignedValues | |
67 Testing Float64Array GetWithOutOfRangeIndices | |
68 PASS array[2] is undefined. | |
69 PASS array[-1] is undefined. | |
70 PASS array[0x20000000] is undefined. | |
71 PASS test Float64Array OffsetsAndSizes | |
72 PASS test Float64Array SetFromTypedArray | |
73 PASS negativeTest Float64Array SetFromTypedArray | |
74 PASS test Float64Array SetFromArray | |
75 PASS negativeTest Float64Array SetFromArray | |
76 PASS test Float64Array Subarray | |
77 PASS test Float64Array Subarray offset and length clamping | |
78 PASS negativeTest Float64Array Subarray | |
79 PASS test Float64Array SetBoundaryConditions | |
80 PASS test Float64Array ConstructionBoundaryConditions | |
81 PASS Construction of Float64Array with null buffer threw exception | |
82 PASS Construction of Float64Array with (null buffer, 0) threw exception | |
83 PASS Construction of Float64Array with (null buffer, 0, 0) threw exception | |
84 PASS Construction of Float64Array with exception-throwing array-like object didn
't crash unexpectedly | |
85 PASS Construction of Float64Array with out-of-range number of elements threw an
exception | |
86 PASS Construction of Float64Array with out-of-range offset threw an exception | |
87 PASS Construction of ArrayBuffer with negative size threw exception | |
88 PASS Construction of Float64Array with negative size threw exception | |
89 PASS Construction of Float64Array with negative out-of-range values threw an exc
eption | |
90 PASS Construction of Float64Array with unaligned offset threw an exception | |
91 PASS Construction of Float64Array with unaligned length threw an exception | |
92 PASS Array lengths matched with explicit and implicit creation of ArrayBuffer | |
93 PASS new Float64Array(new ArrayBuffer(36), 0, 2) succeeded | |
94 Testing subarray of Float64Array | |
95 PASS array.length is 32 / typeSize | |
96 PASS array.subarray(4, 0x3FFFFFFF).length is (32 / typeSize) - 4 | |
97 PASS array.subarray(4, -2147483648).length is 0 | |
98 PASS array.length is 0 | |
99 Testing subarray with default inputs of Float64Array | |
100 PASS array.length is 32 / typeSize | |
101 PASS array.subarray(0).length is (32 / typeSize) | |
102 PASS array.subarray(2).length is (32 / typeSize) - 2 | |
103 PASS array.subarray(-2).length is 2 | |
104 PASS array.subarray(-2147483648).length is (32 / typeSize) | |
105 PASS Setting Float64Array from array with out-of-range offset was caught | |
106 PASS Setting Float64Array from Float64Array with out-of-range offset was caught | |
107 PASS Setting Float64Array from array with negative offset was caught | |
108 PASS Setting Float64Array from Float64Array with negative offset was caught | |
109 PASS Setting Float64Array from array with -0 offset | |
110 PASS Setting Float64Array from Float64Array with -0 offset | |
111 PASS Setting Float64Array from array with boundary offset | |
112 PASS Setting Float64Array from Float64Array with boundary offset | |
113 PASS Setting Float64Array from array with non-integer offset | |
114 PASS Setting Float64Array from Float64Array with non-integer offset | |
115 PASS Setting Float64Array from fake array with invalid length was caught | |
116 PASS array.get is undefined. | |
117 PASS array.set(0, 1) threw exception. | |
118 PASS test storing NaN in Float64Array | |
119 PASS test Int8Array SetAndGetPos10ToNeg10 | |
120 PASS test Int8Array ConstructWithArrayOfSignedValues | |
121 PASS test Int8Array ConstructWithTypedArrayOfSignedValues | |
122 PASS test integral array truncation behavior for Int8Array | |
123 Testing Int8Array GetWithOutOfRangeIndices | |
124 PASS array[2] is undefined. | |
125 PASS array[-1] is undefined. | |
126 PASS array[0x20000000] is undefined. | |
127 PASS test Int8Array OffsetsAndSizes | |
128 PASS test Int8Array SetFromTypedArray | |
129 PASS negativeTest Int8Array SetFromTypedArray | |
130 PASS test Int8Array SetFromArray | |
131 PASS negativeTest Int8Array SetFromArray | |
132 PASS test Int8Array Subarray | |
133 PASS test Int8Array Subarray offset and length clamping | |
134 PASS negativeTest Int8Array Subarray | |
135 PASS test Int8Array SetBoundaryConditions | |
136 PASS test Int8Array ConstructionBoundaryConditions | |
137 PASS Construction of Int8Array with null buffer threw exception | |
138 PASS Construction of Int8Array with (null buffer, 0) threw exception | |
139 PASS Construction of Int8Array with (null buffer, 0, 0) threw exception | |
140 PASS Construction of Int8Array with exception-throwing array-like object didn't
crash unexpectedly | |
141 PASS Construction of Int8Array with out-of-range number of elements threw an exc
eption | |
142 PASS Construction of Int8Array with out-of-range offset threw an exception | |
143 PASS Construction of ArrayBuffer with negative size threw exception | |
144 PASS Construction of Int8Array with negative size threw exception | |
145 PASS Construction of Int8Array with negative out-of-range values threw an except
ion | |
146 PASS Array lengths matched with explicit and implicit creation of ArrayBuffer | |
147 Testing subarray of Int8Array | |
148 PASS array.length is 32 / typeSize | |
149 PASS array.subarray(4, 0x3FFFFFFF).length is (32 / typeSize) - 4 | |
150 PASS array.subarray(4, -2147483648).length is 0 | |
151 Testing subarray with default inputs of Int8Array | |
152 PASS array.length is 32 / typeSize | |
153 PASS array.subarray(0).length is (32 / typeSize) | |
154 PASS array.subarray(2).length is (32 / typeSize) - 2 | |
155 PASS array.subarray(-2).length is 2 | |
156 PASS array.subarray(-2147483648).length is (32 / typeSize) | |
157 PASS Setting Int8Array from array with out-of-range offset was caught | |
158 PASS Setting Int8Array from Int8Array with out-of-range offset was caught | |
159 PASS Setting Int8Array from array with negative offset was caught | |
160 PASS Setting Int8Array from Int8Array with negative offset was caught | |
161 PASS Setting Int8Array from array with -0 offset | |
162 PASS Setting Int8Array from Int8Array with -0 offset | |
163 PASS Setting Int8Array from array with boundary offset | |
164 PASS Setting Int8Array from Int8Array with boundary offset | |
165 PASS Setting Int8Array from array with non-integer offset | |
166 PASS Setting Int8Array from Int8Array with non-integer offset | |
167 PASS Setting Int8Array from fake array with invalid length was caught | |
168 PASS array.get is undefined. | |
169 PASS array.set(0, 1) threw exception. | |
170 PASS test storing NaN in Int8Array | |
171 PASS test Int16Array SetAndGetPos10ToNeg10 | |
172 PASS test Int16Array ConstructWithArrayOfSignedValues | |
173 PASS test Int16Array ConstructWithTypedArrayOfSignedValues | |
174 PASS test integral array truncation behavior for Int16Array | |
175 Testing Int16Array GetWithOutOfRangeIndices | |
176 PASS array[2] is undefined. | |
177 PASS array[-1] is undefined. | |
178 PASS array[0x20000000] is undefined. | |
179 PASS test Int16Array OffsetsAndSizes | |
180 PASS test Int16Array SetFromTypedArray | |
181 PASS negativeTest Int16Array SetFromTypedArray | |
182 PASS test Int16Array SetFromArray | |
183 PASS negativeTest Int16Array SetFromArray | |
184 PASS test Int16Array Subarray | |
185 PASS test Int16Array Subarray offset and length clamping | |
186 PASS negativeTest Int16Array Subarray | |
187 PASS test Int16Array SetBoundaryConditions | |
188 PASS test Int16Array ConstructionBoundaryConditions | |
189 PASS Construction of Int16Array with null buffer threw exception | |
190 PASS Construction of Int16Array with (null buffer, 0) threw exception | |
191 PASS Construction of Int16Array with (null buffer, 0, 0) threw exception | |
192 PASS Construction of Int16Array with exception-throwing array-like object didn't
crash unexpectedly | |
193 PASS Construction of Int16Array with out-of-range number of elements threw an ex
ception | |
194 PASS Construction of Int16Array with out-of-range offset threw an exception | |
195 PASS Construction of ArrayBuffer with negative size threw exception | |
196 PASS Construction of Int16Array with negative size threw exception | |
197 PASS Construction of Int16Array with negative out-of-range values threw an excep
tion | |
198 PASS Construction of Int16Array with unaligned offset threw an exception | |
199 PASS Construction of Int16Array with unaligned length threw an exception | |
200 PASS Array lengths matched with explicit and implicit creation of ArrayBuffer | |
201 PASS new Int16Array(new ArrayBuffer(9), 0, 2) succeeded | |
202 Testing subarray of Int16Array | |
203 PASS array.length is 32 / typeSize | |
204 PASS array.subarray(4, 0x3FFFFFFF).length is (32 / typeSize) - 4 | |
205 PASS array.subarray(4, -2147483648).length is 0 | |
206 PASS array.length is 0 | |
207 Testing subarray with default inputs of Int16Array | |
208 PASS array.length is 32 / typeSize | |
209 PASS array.subarray(0).length is (32 / typeSize) | |
210 PASS array.subarray(2).length is (32 / typeSize) - 2 | |
211 PASS array.subarray(-2).length is 2 | |
212 PASS array.subarray(-2147483648).length is (32 / typeSize) | |
213 PASS Setting Int16Array from array with out-of-range offset was caught | |
214 PASS Setting Int16Array from Int16Array with out-of-range offset was caught | |
215 PASS Setting Int16Array from array with negative offset was caught | |
216 PASS Setting Int16Array from Int16Array with negative offset was caught | |
217 PASS Setting Int16Array from array with -0 offset | |
218 PASS Setting Int16Array from Int16Array with -0 offset | |
219 PASS Setting Int16Array from array with boundary offset | |
220 PASS Setting Int16Array from Int16Array with boundary offset | |
221 PASS Setting Int16Array from array with non-integer offset | |
222 PASS Setting Int16Array from Int16Array with non-integer offset | |
223 PASS Setting Int16Array from fake array with invalid length was caught | |
224 PASS array.get is undefined. | |
225 PASS array.set(0, 1) threw exception. | |
226 PASS test storing NaN in Int16Array | |
227 PASS test Int32Array SetAndGetPos10ToNeg10 | |
228 PASS test Int32Array ConstructWithArrayOfSignedValues | |
229 PASS test Int32Array ConstructWithTypedArrayOfSignedValues | |
230 PASS test integral array truncation behavior for Int32Array | |
231 Testing Int32Array GetWithOutOfRangeIndices | |
232 PASS array[2] is undefined. | |
233 PASS array[-1] is undefined. | |
234 PASS array[0x20000000] is undefined. | |
235 PASS test Int32Array OffsetsAndSizes | |
236 PASS test Int32Array SetFromTypedArray | |
237 PASS negativeTest Int32Array SetFromTypedArray | |
238 PASS test Int32Array SetFromArray | |
239 PASS negativeTest Int32Array SetFromArray | |
240 PASS test Int32Array Subarray | |
241 PASS test Int32Array Subarray offset and length clamping | |
242 PASS negativeTest Int32Array Subarray | |
243 PASS test Int32Array SetBoundaryConditions | |
244 PASS test Int32Array ConstructionBoundaryConditions | |
245 PASS Construction of Int32Array with null buffer threw exception | |
246 PASS Construction of Int32Array with (null buffer, 0) threw exception | |
247 PASS Construction of Int32Array with (null buffer, 0, 0) threw exception | |
248 PASS Construction of Int32Array with exception-throwing array-like object didn't
crash unexpectedly | |
249 PASS Construction of Int32Array with out-of-range number of elements threw an ex
ception | |
250 PASS Construction of Int32Array with out-of-range offset threw an exception | |
251 PASS Construction of ArrayBuffer with negative size threw exception | |
252 PASS Construction of Int32Array with negative size threw exception | |
253 PASS Construction of Int32Array with negative out-of-range values threw an excep
tion | |
254 PASS Construction of Int32Array with unaligned offset threw an exception | |
255 PASS Construction of Int32Array with unaligned length threw an exception | |
256 PASS Array lengths matched with explicit and implicit creation of ArrayBuffer | |
257 PASS new Int32Array(new ArrayBuffer(18), 0, 2) succeeded | |
258 Testing subarray of Int32Array | |
259 PASS array.length is 32 / typeSize | |
260 PASS array.subarray(4, 0x3FFFFFFF).length is (32 / typeSize) - 4 | |
261 PASS array.subarray(4, -2147483648).length is 0 | |
262 PASS array.length is 0 | |
263 Testing subarray with default inputs of Int32Array | |
264 PASS array.length is 32 / typeSize | |
265 PASS array.subarray(0).length is (32 / typeSize) | |
266 PASS array.subarray(2).length is (32 / typeSize) - 2 | |
267 PASS array.subarray(-2).length is 2 | |
268 PASS array.subarray(-2147483648).length is (32 / typeSize) | |
269 PASS Setting Int32Array from array with out-of-range offset was caught | |
270 PASS Setting Int32Array from Int32Array with out-of-range offset was caught | |
271 PASS Setting Int32Array from array with negative offset was caught | |
272 PASS Setting Int32Array from Int32Array with negative offset was caught | |
273 PASS Setting Int32Array from array with -0 offset | |
274 PASS Setting Int32Array from Int32Array with -0 offset | |
275 PASS Setting Int32Array from array with boundary offset | |
276 PASS Setting Int32Array from Int32Array with boundary offset | |
277 PASS Setting Int32Array from array with non-integer offset | |
278 PASS Setting Int32Array from Int32Array with non-integer offset | |
279 PASS Setting Int32Array from fake array with invalid length was caught | |
280 PASS array.get is undefined. | |
281 PASS array.set(0, 1) threw exception. | |
282 PASS test storing NaN in Int32Array | |
283 PASS test Uint8Array SetAndGet10To1 | |
284 PASS test Uint8Array ConstructWithArrayOfUnsignedValues | |
285 PASS test Uint8Array ConstructWithTypedArrayOfUnsignedValues | |
286 PASS test integral array truncation behavior for Uint8Array | |
287 Testing Uint8Array GetWithOutOfRangeIndices | |
288 PASS array[2] is undefined. | |
289 PASS array[-1] is undefined. | |
290 PASS array[0x20000000] is undefined. | |
291 PASS test Uint8Array OffsetsAndSizes | |
292 PASS test Uint8Array SetFromTypedArray | |
293 PASS negativeTest Uint8Array SetFromTypedArray | |
294 PASS test Uint8Array SetFromArray | |
295 PASS negativeTest Uint8Array SetFromArray | |
296 PASS test Uint8Array Subarray | |
297 PASS test Uint8Array Subarray offset and length clamping | |
298 PASS negativeTest Uint8Array Subarray | |
299 PASS test Uint8Array SetBoundaryConditions | |
300 PASS test Uint8Array ConstructionBoundaryConditions | |
301 PASS Construction of Uint8Array with null buffer threw exception | |
302 PASS Construction of Uint8Array with (null buffer, 0) threw exception | |
303 PASS Construction of Uint8Array with (null buffer, 0, 0) threw exception | |
304 PASS Construction of Uint8Array with exception-throwing array-like object didn't
crash unexpectedly | |
305 PASS Construction of Uint8Array with out-of-range number of elements threw an ex
ception | |
306 PASS Construction of Uint8Array with out-of-range offset threw an exception | |
307 PASS Construction of ArrayBuffer with negative size threw exception | |
308 PASS Construction of Uint8Array with negative size threw exception | |
309 PASS Construction of Uint8Array with negative out-of-range values threw an excep
tion | |
310 PASS Array lengths matched with explicit and implicit creation of ArrayBuffer | |
311 Testing subarray of Uint8Array | |
312 PASS array.length is 32 / typeSize | |
313 PASS array.subarray(4, 0x3FFFFFFF).length is (32 / typeSize) - 4 | |
314 PASS array.subarray(4, -2147483648).length is 0 | |
315 Testing subarray with default inputs of Uint8Array | |
316 PASS array.length is 32 / typeSize | |
317 PASS array.subarray(0).length is (32 / typeSize) | |
318 PASS array.subarray(2).length is (32 / typeSize) - 2 | |
319 PASS array.subarray(-2).length is 2 | |
320 PASS array.subarray(-2147483648).length is (32 / typeSize) | |
321 PASS Setting Uint8Array from array with out-of-range offset was caught | |
322 PASS Setting Uint8Array from Uint8Array with out-of-range offset was caught | |
323 PASS Setting Uint8Array from array with negative offset was caught | |
324 PASS Setting Uint8Array from Uint8Array with negative offset was caught | |
325 PASS Setting Uint8Array from array with -0 offset | |
326 PASS Setting Uint8Array from Uint8Array with -0 offset | |
327 PASS Setting Uint8Array from array with boundary offset | |
328 PASS Setting Uint8Array from Uint8Array with boundary offset | |
329 PASS Setting Uint8Array from array with non-integer offset | |
330 PASS Setting Uint8Array from Uint8Array with non-integer offset | |
331 PASS Setting Uint8Array from fake array with invalid length was caught | |
332 PASS array.get is undefined. | |
333 PASS array.set(0, 1) threw exception. | |
334 PASS test storing NaN in Uint8Array | |
335 PASS test Uint8ClampedArray SetAndGet10To1 | |
336 PASS test Uint8ClampedArray ConstructWithArrayOfUnsignedValues | |
337 PASS test Uint8ClampedArray ConstructWithTypedArrayOfUnsignedValues | |
338 PASS test integral array truncation behavior for Uint8ClampedArray | |
339 Testing Uint8ClampedArray GetWithOutOfRangeIndices | |
340 PASS array[2] is undefined. | |
341 PASS array[-1] is undefined. | |
342 PASS array[0x20000000] is undefined. | |
343 PASS test Uint8ClampedArray OffsetsAndSizes | |
344 PASS test Uint8ClampedArray SetFromTypedArray | |
345 PASS negativeTest Uint8ClampedArray SetFromTypedArray | |
346 PASS test Uint8ClampedArray SetFromArray | |
347 PASS negativeTest Uint8ClampedArray SetFromArray | |
348 PASS test Uint8ClampedArray Subarray | |
349 PASS test Uint8ClampedArray Subarray offset and length clamping | |
350 PASS negativeTest Uint8ClampedArray Subarray | |
351 PASS test Uint8ClampedArray SetBoundaryConditions | |
352 PASS test Uint8ClampedArray ConstructionBoundaryConditions | |
353 PASS Construction of Uint8ClampedArray with null buffer threw exception | |
354 PASS Construction of Uint8ClampedArray with (null buffer, 0) threw exception | |
355 PASS Construction of Uint8ClampedArray with (null buffer, 0, 0) threw exception | |
356 PASS Construction of Uint8ClampedArray with exception-throwing array-like object
didn't crash unexpectedly | |
357 PASS Construction of Uint8ClampedArray with out-of-range number of elements thre
w an exception | |
358 PASS Construction of Uint8ClampedArray with out-of-range offset threw an excepti
on | |
359 PASS Construction of ArrayBuffer with negative size threw exception | |
360 PASS Construction of Uint8ClampedArray with negative size threw exception | |
361 PASS Construction of Uint8ClampedArray with negative out-of-range values threw a
n exception | |
362 PASS Array lengths matched with explicit and implicit creation of ArrayBuffer | |
363 Testing subarray of Uint8ClampedArray | |
364 PASS array.length is 32 / typeSize | |
365 PASS array.subarray(4, 0x3FFFFFFF).length is (32 / typeSize) - 4 | |
366 PASS array.subarray(4, -2147483648).length is 0 | |
367 Testing subarray with default inputs of Uint8ClampedArray | |
368 PASS array.length is 32 / typeSize | |
369 PASS array.subarray(0).length is (32 / typeSize) | |
370 PASS array.subarray(2).length is (32 / typeSize) - 2 | |
371 PASS array.subarray(-2).length is 2 | |
372 PASS array.subarray(-2147483648).length is (32 / typeSize) | |
373 PASS Setting Uint8ClampedArray from array with out-of-range offset was caught | |
374 PASS Setting Uint8ClampedArray from Uint8ClampedArray with out-of-range offset w
as caught | |
375 PASS Setting Uint8ClampedArray from array with negative offset was caught | |
376 PASS Setting Uint8ClampedArray from Uint8ClampedArray with negative offset was c
aught | |
377 PASS Setting Uint8ClampedArray from array with -0 offset | |
378 PASS Setting Uint8ClampedArray from Uint8ClampedArray with -0 offset | |
379 PASS Setting Uint8ClampedArray from array with boundary offset | |
380 PASS Setting Uint8ClampedArray from Uint8ClampedArray with boundary offset | |
381 PASS Setting Uint8ClampedArray from array with non-integer offset | |
382 PASS Setting Uint8ClampedArray from Uint8ClampedArray with non-integer offset | |
383 PASS Setting Uint8ClampedArray from fake array with invalid length was caught | |
384 PASS array.get is undefined. | |
385 PASS array.set(0, 1) threw exception. | |
386 PASS test storing NaN in Uint8ClampedArray | |
387 PASS test Uint16Array SetAndGet10To1 | |
388 PASS test Uint16Array ConstructWithArrayOfUnsignedValues | |
389 PASS test Uint16Array ConstructWithTypedArrayOfUnsignedValues | |
390 PASS test integral array truncation behavior for Uint16Array | |
391 Testing Uint16Array GetWithOutOfRangeIndices | |
392 PASS array[2] is undefined. | |
393 PASS array[-1] is undefined. | |
394 PASS array[0x20000000] is undefined. | |
395 PASS test Uint16Array OffsetsAndSizes | |
396 PASS test Uint16Array SetFromTypedArray | |
397 PASS negativeTest Uint16Array SetFromTypedArray | |
398 PASS test Uint16Array SetFromArray | |
399 PASS negativeTest Uint16Array SetFromArray | |
400 PASS test Uint16Array Subarray | |
401 PASS test Uint16Array Subarray offset and length clamping | |
402 PASS negativeTest Uint16Array Subarray | |
403 PASS test Uint16Array SetBoundaryConditions | |
404 PASS test Uint16Array ConstructionBoundaryConditions | |
405 PASS Construction of Uint16Array with null buffer threw exception | |
406 PASS Construction of Uint16Array with (null buffer, 0) threw exception | |
407 PASS Construction of Uint16Array with (null buffer, 0, 0) threw exception | |
408 PASS Construction of Uint16Array with exception-throwing array-like object didn'
t crash unexpectedly | |
409 PASS Construction of Uint16Array with out-of-range number of elements threw an e
xception | |
410 PASS Construction of Uint16Array with out-of-range offset threw an exception | |
411 PASS Construction of ArrayBuffer with negative size threw exception | |
412 PASS Construction of Uint16Array with negative size threw exception | |
413 PASS Construction of Uint16Array with negative out-of-range values threw an exce
ption | |
414 PASS Construction of Uint16Array with unaligned offset threw an exception | |
415 PASS Construction of Uint16Array with unaligned length threw an exception | |
416 PASS Array lengths matched with explicit and implicit creation of ArrayBuffer | |
417 PASS new Uint16Array(new ArrayBuffer(9), 0, 2) succeeded | |
418 Testing subarray of Uint16Array | |
419 PASS array.length is 32 / typeSize | |
420 PASS array.subarray(4, 0x3FFFFFFF).length is (32 / typeSize) - 4 | |
421 PASS array.subarray(4, -2147483648).length is 0 | |
422 PASS array.length is 0 | |
423 Testing subarray with default inputs of Uint16Array | |
424 PASS array.length is 32 / typeSize | |
425 PASS array.subarray(0).length is (32 / typeSize) | |
426 PASS array.subarray(2).length is (32 / typeSize) - 2 | |
427 PASS array.subarray(-2).length is 2 | |
428 PASS array.subarray(-2147483648).length is (32 / typeSize) | |
429 PASS Setting Uint16Array from array with out-of-range offset was caught | |
430 PASS Setting Uint16Array from Uint16Array with out-of-range offset was caught | |
431 PASS Setting Uint16Array from array with negative offset was caught | |
432 PASS Setting Uint16Array from Uint16Array with negative offset was caught | |
433 PASS Setting Uint16Array from array with -0 offset | |
434 PASS Setting Uint16Array from Uint16Array with -0 offset | |
435 PASS Setting Uint16Array from array with boundary offset | |
436 PASS Setting Uint16Array from Uint16Array with boundary offset | |
437 PASS Setting Uint16Array from array with non-integer offset | |
438 PASS Setting Uint16Array from Uint16Array with non-integer offset | |
439 PASS Setting Uint16Array from fake array with invalid length was caught | |
440 PASS array.get is undefined. | |
441 PASS array.set(0, 1) threw exception. | |
442 PASS test storing NaN in Uint16Array | |
443 PASS test Uint32Array SetAndGet10To1 | |
444 PASS test Uint32Array ConstructWithArrayOfUnsignedValues | |
445 PASS test Uint32Array ConstructWithTypedArrayOfUnsignedValues | |
446 PASS test integral array truncation behavior for Uint32Array | |
447 Testing Uint32Array GetWithOutOfRangeIndices | |
448 PASS array[2] is undefined. | |
449 PASS array[-1] is undefined. | |
450 PASS array[0x20000000] is undefined. | |
451 PASS test Uint32Array OffsetsAndSizes | |
452 PASS test Uint32Array SetFromTypedArray | |
453 PASS negativeTest Uint32Array SetFromTypedArray | |
454 PASS test Uint32Array SetFromArray | |
455 PASS negativeTest Uint32Array SetFromArray | |
456 PASS test Uint32Array Subarray | |
457 PASS test Uint32Array Subarray offset and length clamping | |
458 PASS negativeTest Uint32Array Subarray | |
459 PASS test Uint32Array SetBoundaryConditions | |
460 PASS test Uint32Array ConstructionBoundaryConditions | |
461 PASS Construction of Uint32Array with null buffer threw exception | |
462 PASS Construction of Uint32Array with (null buffer, 0) threw exception | |
463 PASS Construction of Uint32Array with (null buffer, 0, 0) threw exception | |
464 PASS Construction of Uint32Array with exception-throwing array-like object didn'
t crash unexpectedly | |
465 PASS Construction of Uint32Array with out-of-range number of elements threw an e
xception | |
466 PASS Construction of Uint32Array with out-of-range offset threw an exception | |
467 PASS Construction of ArrayBuffer with negative size threw exception | |
468 PASS Construction of Uint32Array with negative size threw exception | |
469 PASS Construction of Uint32Array with negative out-of-range values threw an exce
ption | |
470 PASS Construction of Uint32Array with unaligned offset threw an exception | |
471 PASS Construction of Uint32Array with unaligned length threw an exception | |
472 PASS Array lengths matched with explicit and implicit creation of ArrayBuffer | |
473 PASS new Uint32Array(new ArrayBuffer(18), 0, 2) succeeded | |
474 Testing subarray of Uint32Array | |
475 PASS array.length is 32 / typeSize | |
476 PASS array.subarray(4, 0x3FFFFFFF).length is (32 / typeSize) - 4 | |
477 PASS array.subarray(4, -2147483648).length is 0 | |
478 PASS array.length is 0 | |
479 Testing subarray with default inputs of Uint32Array | |
480 PASS array.length is 32 / typeSize | |
481 PASS array.subarray(0).length is (32 / typeSize) | |
482 PASS array.subarray(2).length is (32 / typeSize) - 2 | |
483 PASS array.subarray(-2).length is 2 | |
484 PASS array.subarray(-2147483648).length is (32 / typeSize) | |
485 PASS Setting Uint32Array from array with out-of-range offset was caught | |
486 PASS Setting Uint32Array from Uint32Array with out-of-range offset was caught | |
487 PASS Setting Uint32Array from array with negative offset was caught | |
488 PASS Setting Uint32Array from Uint32Array with negative offset was caught | |
489 PASS Setting Uint32Array from array with -0 offset | |
490 PASS Setting Uint32Array from Uint32Array with -0 offset | |
491 PASS Setting Uint32Array from array with boundary offset | |
492 PASS Setting Uint32Array from Uint32Array with boundary offset | |
493 PASS Setting Uint32Array from array with non-integer offset | |
494 PASS Setting Uint32Array from Uint32Array with non-integer offset | |
495 PASS Setting Uint32Array from fake array with invalid length was caught | |
496 PASS array.get is undefined. | |
497 PASS array.set(0, 1) threw exception. | |
498 PASS test storing NaN in Uint32Array | |
499 Test passed. | |
500 PASS successfullyParsed is true | |
501 | |
502 TEST COMPLETE | |
503 | |
OLD | NEW |