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