| OLD | NEW |
| 1 This test checks for a regression against http://bugzilla.opendarwin.org/show_bu
g.cgi?id=3743: Incorrect error message given for certain calls. | 1 This test checks for a regression against https://bugs.webkit.org/show_bug.cgi?i
d=3743: Incorrect error message given for certain calls. |
| 2 | 2 |
| 3 The test confirms that the correct exception is thrown in the event of a stack o
verflow during a call to Array.toString. | 3 The test confirms that the correct exception is thrown in the event of a stack o
verflow during a call to Array.toString. |
| 4 | 4 |
| 5 It is possible that this may need to be updated if WebKit gets an improvement to
its JavaScript stack support. Either through increasing the depth of the recurs
ion, or through some other mechanism. | 5 It is possible that this may need to be updated if WebKit gets an improvement to
its JavaScript stack support. Either through increasing the depth of the recurs
ion, or through some other mechanism. |
| 6 | 6 |
| 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 8 | 8 |
| 9 | 9 |
| 10 PASS ary.toString() threw exception RangeError: Maximum call stack size exceeded
. | 10 PASS ary.toString() threw exception RangeError: Maximum call stack size exceeded
. |
| 11 PASS successfullyParsed is true | 11 PASS successfullyParsed is true |
| 12 | 12 |
| 13 TEST COMPLETE | 13 TEST COMPLETE |
| 14 |
| OLD | NEW |