1 Verifies that attempting to set invalid elements to a Typed Array throws an exception
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5 PASS typedArray.set() threw exception TypeError: Cannot read property 'length' of undefined.
6 PASS typedArray.set('hello world') threw exception RangeError: Source is too large.
7 PASS typedArray.set(otherArray, 1) threw exception RangeError: Source is too large.
8 PASS typedArray.set() threw exception TypeError: Cannot read property 'length' of undefined.
9 PASS typedArray.set('hello world') threw exception RangeError: Source is too large.
10 PASS typedArray.set(otherArray, 1) threw exception RangeError: Source is too large.
11 PASS typedArray.set() threw exception TypeError: Cannot read property 'length' of undefined.
12 PASS typedArray.set('hello world') threw exception RangeError: Source is too large.
13 PASS typedArray.set(otherArray, 1) threw exception RangeError: Source is too large.
14 PASS typedArray.set() threw exception TypeError: Cannot read property 'length' of undefined.
15 PASS typedArray.set('hello world') threw exception RangeError: Source is too large.
16 PASS typedArray.set(otherArray, 1) threw exception RangeError: Source is too large.
17 PASS typedArray.set() threw exception TypeError: Cannot read property 'length' of undefined.
18 PASS typedArray.set('hello world') threw exception RangeError: Source is too large.
19 PASS typedArray.set(otherArray, 1) threw exception RangeError: Source is too large.
20 PASS typedArray.set() threw exception TypeError: Cannot read property 'length' of undefined.
21 PASS typedArray.set('hello world') threw exception RangeError: Source is too large.
22 PASS typedArray.set(otherArray, 1) threw exception RangeError: Source is too large.
23 PASS typedArray.set() threw exception TypeError: Cannot read property 'length' of undefined.
24 PASS typedArray.set('hello world') threw exception RangeError: Source is too large.
25 PASS typedArray.set(otherArray, 1) threw exception RangeError: Source is too large.
26 PASS successfullyParsed is true