blob: fdf7a7a654a09179b19c24311e543aa03bec99f1 [file] [log] [blame]
barraclough@apple.com441a1232011-03-09 05:57:29 +00001This test checks that functions on the array prototype correctly handle exceptions from length getters when called on non-array objects.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6PASS test(Array.prototype.join) is true
7PASS test(Array.prototype.pop) is true
8PASS test(Array.prototype.push) is true
9PASS test(Array.prototype.reverse) is true
10PASS test(Array.prototype.shift) is true
11PASS test(Array.prototype.slice) is true
12PASS test(Array.prototype.sort) is true
13PASS test(Array.prototype.splice) is true
14PASS test(Array.prototype.unshift) is true
15PASS test(Array.prototype.indexOf) is true
16PASS test(Array.prototype.lastIndexOf) is true
17PASS test(Array.prototype.every) is true
18PASS test(Array.prototype.some) is true
19PASS test(Array.prototype.forEach) is true
20PASS test(Array.prototype.map) is true
21PASS test(Array.prototype.filter) is true
22PASS test(Array.prototype.reduce) is true
23PASS test(Array.prototype.reduceRight) is true
24PASS successfullyParsed is true
25
26TEST COMPLETE
27