Changeset 11838 in webkit for trunk/JavaScriptCore
- Timestamp:
- Dec 30, 2005, 1:57:22 AM (19 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r11836 r11838 1 2005-12-30 Maciej Stachowiak <[email protected]> 2 3 No review, just test result update. 4 5 * tests/mozilla/expected.html: Updated for newly passing test from recent fixes. 6 1 7 2005-12-30 Anders Carlsson <[email protected]> 2 8 3 9 Reviewed by Maciej. 4 10 5 6 11 - Fix http://bugzilla.opendarwin.org/show_bug.cgi?id=6298 12 Getter setter test is failing 7 13 8 14 * kjs/object.cpp: 9 15 (KJS::JSObject::put): 10 11 16 Rework the getter setter part. We now walk the prototype chain, checking for 17 getter/setter properties and only take the slow path if any are found. 12 18 13 19 2005-12-30 Maks Orlovich <[email protected]> -
trunk/JavaScriptCore/tests/mozilla/expected.html
r11785 r11838 8 8 Test List: All tests<br> 9 9 Skip List: (none)<br> 10 1135 test(s) selected, 1127 test(s) completed, 8 1 failures reported (7.18% failed)<br>11 Engine command line: /Users/ andersca/Projects/Build/Development/testkjs <br>12 OS type: Darwin Samus-PowerBook-G4.local8.3.0 Darwin Kernel Version 8.3.0: Mon Oct 3 20:04:04 PDT 2005; root:xnu-792.6.22.obj~2/RELEASE_PPC Power Macintosh powerpc<br>13 Testcase execution time: 6 minutes, 11seconds.<br>14 Tests completed on Tue Dec 27 14:28:002005.<br><br>10 1135 test(s) selected, 1127 test(s) completed, 80 failures reported (7.09% failed)<br> 11 Engine command line: /Users/mjs/Work/symroots/Deployment/testkjs <br> 12 OS type: Darwin 40.denver-24-25rs.co.dial-access.att.net 8.3.0 Darwin Kernel Version 8.3.0: Mon Oct 3 20:04:04 PDT 2005; root:xnu-792.6.22.obj~2/RELEASE_PPC Power Macintosh powerpc<br> 13 Testcase execution time: 1 minutes, 58 seconds.<br> 14 Tests completed on Fri Dec 30 02:33:39 2005.<br><br> 15 15 [ <a href='#fail_detail'>Failure Details</a> | <a href='#retest_list'>Retest List</a> | <a href='menu.html'>Test Selection Page</a> ]<br> 16 16 <hr> … … 45 45 --> -s2 == -Infinity || -s2 == -1.7976931348623157e+308 = false FAILED! expected: true<br> 46 46 --> -s3 == -Infinity || -s3 == -1.7976931348623157e+308 = false FAILED! expected: true<br> 47 --> parseInt(s1,10) == 1.7976931348623157e+308 || parseInt(s1,10) == Infinity = false FAILED! expected: true<br>48 --> parseInt(s2,10) == Infinity || parseInt(s2,10) == 1.7976931348623157e+308 = false FAILED! expected: true<br>49 --> parseInt(s1) == 1.7976931348623157e+308 || parseInt(s1) == Infinity = false FAILED! expected: true<br>50 --> parseInt(s2) == Infinity || parseInt(s2) == 1.7976931348623157e+308 = false FAILED! expected: true<br>51 47 --> 0x1000000000000081 = 1152921504606847000 FAILED! expected: 1152921504606847200<br> 52 48 --> 0x1000000000000281 = 1152921504606847500 FAILED! expected: 1152921504606847700<br> … … 81 77 Complete testcase output was:<br> 82 78 --> RegExp/unicode-001.js new RegExp( pattern, flags )<br> 83 KJS: pcre_compile() failed with 'PCRE does not support \L, \l, \N, \U, or \u'<br>84 79 Exception, line 34: TypeError: Null value<br> 85 80 </tt><br> … … 88 83 <tt><br> 89 84 Failure messages were:<br> 90 --> ( Thu Jan 01 1970 01:00:00 GMT+0100).toLocaleTimeString() = 01.00.00 GMT+01:00 FAILED! expected: 01:00:00<br>91 --> ( Thu Jan 01 1970 02:00:00 GMT+0100).toLocaleTimeString() = 02.00.00 GMT+01:00 FAILED! expected: 02:00:00<br>92 --> ( Mon Jan 01 1900 01:00:00 GMT+0100).toLocaleTimeString() = 02.00.00 GMT+02:00 FAILED! expected: 01:00:00<br>93 --> (Mon Jan 01 1900 00:00:00 GMT +0100).toLocaleTimeString() = 01.00.00 GMT+02:00FAILED! expected: 00:00:00<br>94 --> ( Sat Jan 01 2000 01:00:00 GMT+0100).toLocaleTimeString() = 01.00.00 GMT+01:00 FAILED! expected: 01:00:00<br>95 --> (Sat Jan 01 2000 00:00:00 GMT +0100).toLocaleTimeString() = 00.00.00 GMT+01:00FAILED! expected: 00:00:00<br>96 --> ( Tue Feb 29 2000 01:00:00 GMT+0100).toLocaleTimeString() = 01.00.00 GMT+01:00 FAILED! expected: 01:00:00<br>97 --> ( Tue Feb 29 2000 00:59:59 GMT+0100).toLocaleTimeString() = 00.59.59 GMT+01:00 FAILED! expected: 00:59:59<br>98 --> (Tue Feb 29 2000 00:00:00 GMT +0100).toLocaleTimeString() = 00.00.00 GMT+01:00FAILED! expected: 00:00:00<br>99 --> ( Tue Dec 27 2005 14:27:14 GMT+0100).toLocaleTimeString() = 14.27.14 GMT+01:00 FAILED! expected: 14:27:14<br>100 --> ( Tue Dec 27 2005 13:27:14 GMT+0100).toLocaleTimeString() = 13.27.14 GMT+01:00 FAILED! expected: 13:27:14<br>101 --> ( Sat Jan 01 2005 01:00:00 GMT+0100).toLocaleTimeString() = 01.00.00 GMT+01:00 FAILED! expected: 01:00:00<br>102 --> ( Sat Jan 01 2005 00:59:59 GMT+0100).toLocaleTimeString() = 00.59.59 GMT+01:00 FAILED! expected: 00:59:59<br>103 --> (Sat Jan 01 2005 00:00:00 GMT +0100).toLocaleTimeString() = 00.00.00 GMT+01:00FAILED! expected: 00:00:00<br>85 --> (Wed Dec 31 1969 17:00:00 GMT-0700).toLocaleTimeString() = 5:00:00 PM MST FAILED! expected: 17:00:00<br> 86 --> (Wed Dec 31 1969 10:00:00 GMT-0700).toLocaleTimeString() = 10:00:00 AM MST FAILED! expected: 10:00:00<br> 87 --> (Sun Dec 31 1899 17:00:00 GMT-0700).toLocaleTimeString() = 6:00:00 PM MDT FAILED! expected: 17:00:00<br> 88 --> (Mon Jan 01 1900 00:00:00 GMT-0700).toLocaleTimeString() = 1:00:00 AM MDT FAILED! expected: 00:00:00<br> 89 --> (Fri Dec 31 1999 17:00:00 GMT-0700).toLocaleTimeString() = 5:00:00 PM MST FAILED! expected: 17:00:00<br> 90 --> (Sat Jan 01 2000 00:00:00 GMT-0700).toLocaleTimeString() = 12:00:00 AM MST FAILED! expected: 00:00:00<br> 91 --> (Mon Feb 28 2000 17:00:00 GMT-0700).toLocaleTimeString() = 5:00:00 PM MST FAILED! expected: 17:00:00<br> 92 --> (Mon Feb 28 2000 16:59:59 GMT-0700).toLocaleTimeString() = 4:59:59 PM MST FAILED! expected: 16:59:59<br> 93 --> (Tue Feb 29 2000 00:00:00 GMT-0700).toLocaleTimeString() = 12:00:00 AM MST FAILED! expected: 00:00:00<br> 94 --> (Fri Dec 30 2005 02:33:17 GMT-0700).toLocaleTimeString() = 2:33:17 AM MST FAILED! expected: 02:33:17<br> 95 --> (Fri Dec 30 2005 09:33:17 GMT-0700).toLocaleTimeString() = 9:33:17 AM MST FAILED! expected: 09:33:17<br> 96 --> (Fri Dec 31 2004 17:00:00 GMT-0700).toLocaleTimeString() = 5:00:00 PM MST FAILED! expected: 17:00:00<br> 97 --> (Fri Dec 31 2004 16:59:59 GMT-0700).toLocaleTimeString() = 4:59:59 PM MST FAILED! expected: 16:59:59<br> 98 --> (Sat Jan 01 2005 00:00:00 GMT-0700).toLocaleTimeString() = 12:00:00 AM MST FAILED! expected: 00:00:00<br> 104 99 </tt><br> 105 100 <a name='failure8'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/FunExpr/fe-001.js'>ecma_3/FunExpr/fe-001.js</a> failed</b> <br> … … 125 120 Exception, line 65: ReferenceError: Can't find variable: g<br> 126 121 </tt><br> 127 <a name='failure11'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/ Object/class-002.js'>ecma_3/Object/class-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=(none)' target='other_window'>Bug Number (none)</a><br>122 <a name='failure11'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/15.10.2-1.js'>ecma_3/RegExp/15.10.2-1.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=(none)' target='other_window'>Bug Number (none)</a><br> 128 123 [ <a href='#failure10'>Previous Failure</a> | <a href='#failure12'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 129 <tt>--> STATUS: Testing the internal [[Class]] property of native constructors<br>130 Failure messages were:<br>131 --> FAILED!: [reported from test()] Current constructor is: Number<br>132 --> FAILED!: [reported from test()] Expected value 'Function', Actual value 'Number'<br>133 --> FAILED!: [reported from test()] <br>134 --> FAILED!: [reported from test()] Current constructor is: RegExp<br>135 --> FAILED!: [reported from test()] Expected value 'Function', Actual value 'RegExp'<br>136 --> FAILED!: [reported from test()] <br>137 </tt><br>138 <a name='failure12'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/15.10.2-1.js'>ecma_3/RegExp/15.10.2-1.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=(none)' target='other_window'>Bug Number (none)</a><br>139 [ <a href='#failure11'>Previous Failure</a> | <a href='#failure13'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>140 124 <tt>--> STATUS: RegExp conformance test<br> 141 125 Failure messages were:<br> … … 162 146 --> FAILED!: [reported from test()] <br> 163 147 </tt><br> 164 <a name='failure1 3'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/octal-002.js'>ecma_3/RegExp/octal-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=141078' target='other_window'>Bug Number 141078</a><br>165 [ <a href='#failure1 2'>Previous Failure</a> | <a href='#failure14'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>148 <a name='failure12'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/octal-002.js'>ecma_3/RegExp/octal-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=141078' target='other_window'>Bug Number 141078</a><br> 149 [ <a href='#failure11'>Previous Failure</a> | <a href='#failure13'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 166 150 <tt>--> STATUS: Testing regexps containing octal escape sequences<br> 167 151 Failure messages were:<br> … … 174 158 --> FAILED!: [reported from test()] <br> 175 159 </tt><br> 176 <a name='failure1 4'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/perlstress-001.js'>ecma_3/RegExp/perlstress-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=85721' target='other_window'>Bug Number 85721</a><br>177 [ <a href='#failure1 3'>Previous Failure</a> | <a href='#failure15'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>160 <a name='failure13'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/perlstress-001.js'>ecma_3/RegExp/perlstress-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=85721' target='other_window'>Bug Number 85721</a><br> 161 [ <a href='#failure12'>Previous Failure</a> | <a href='#failure14'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 178 162 <tt>--> STATUS: Testing regular expression edge cases<br> 179 163 Failure messages were:<br> … … 214 198 --> FAILED!: [reported from test()] <br> 215 199 </tt><br> 216 <a name='failure1 5'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/perlstress-002.js'>ecma_3/RegExp/perlstress-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=85721' target='other_window'>Bug Number 85721</a><br>217 [ <a href='#failure1 4'>Previous Failure</a> | <a href='#failure16'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>200 <a name='failure14'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/perlstress-002.js'>ecma_3/RegExp/perlstress-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=85721' target='other_window'>Bug Number 85721</a><br> 201 [ <a href='#failure13'>Previous Failure</a> | <a href='#failure15'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 218 202 <tt>--> STATUS: Testing regular expression edge cases<br> 219 203 Failure messages were:<br> … … 233 217 --> FAILED!: [reported from test()] <br> 234 218 </tt><br> 235 <a name='failure1 6'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-72964.js'>ecma_3/RegExp/regress-72964.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=72964' target='other_window'>Bug Number 72964</a><br>236 [ <a href='#failure1 5'>Previous Failure</a> | <a href='#failure17'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>219 <a name='failure15'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-72964.js'>ecma_3/RegExp/regress-72964.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=72964' target='other_window'>Bug Number 72964</a><br> 220 [ <a href='#failure14'>Previous Failure</a> | <a href='#failure16'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 237 221 <tt>--> STATUS: Testing regular expressions containing non-Latin1 characters<br> 238 222 Failure messages were:<br> … … 252 236 --> FAILED!: [reported from test()] <br> 253 237 </tt><br> 254 <a name='failure1 7'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-78156.js'>ecma_3/RegExp/regress-78156.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=78156' target='other_window'>Bug Number 78156</a><br>255 [ <a href='#failure1 6'>Previous Failure</a> | <a href='#failure18'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>238 <a name='failure16'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-78156.js'>ecma_3/RegExp/regress-78156.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=78156' target='other_window'>Bug Number 78156</a><br> 239 [ <a href='#failure15'>Previous Failure</a> | <a href='#failure17'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 256 240 <tt>--> STATUS: Testing regular expressions with ^, $, and the m flag -<br> 257 241 Failure messages were:<br> … … 271 255 --> FAILED!: [reported from test()] <br> 272 256 </tt><br> 273 <a name='failure1 8'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-85721.js'>ecma_3/RegExp/regress-85721.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=85721' target='other_window'>Bug Number 85721</a><br>274 [ <a href='#failure1 7'>Previous Failure</a> | <a href='#failure19'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>257 <a name='failure17'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-85721.js'>ecma_3/RegExp/regress-85721.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=85721' target='other_window'>Bug Number 85721</a><br> 258 [ <a href='#failure16'>Previous Failure</a> | <a href='#failure18'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 275 259 <tt>--> STATUS: Performance: execution of regular expression<br> 276 260 Failure messages were:<br> … … 501 485 --> FAILED!: <br> 502 486 </tt><br> 503 <a name='failure1 9'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-100199.js'>ecma_3/RegExp/regress-100199.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=100199' target='other_window'>Bug Number 100199</a><br>504 [ <a href='#failure1 8'>Previous Failure</a> | <a href='#failure20'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>487 <a name='failure18'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-100199.js'>ecma_3/RegExp/regress-100199.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=100199' target='other_window'>Bug Number 100199</a><br> 488 [ <a href='#failure17'>Previous Failure</a> | <a href='#failure19'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 505 489 <tt>--> STATUS: [], [^] are valid RegExp conditions. Should not cause errors -<br> 506 490 Failure messages were:<br> … … 604 588 --> FAILED!: [reported from test()] <br> 605 589 </tt><br> 606 <a name='failure20'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-188206.js'>ecma_3/RegExp/regress-188206.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=188206' target='other_window'>Bug Number 188206</a><br> 590 <a name='failure19'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-188206.js'>ecma_3/RegExp/regress-188206.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=188206' target='other_window'>Bug Number 188206</a><br> 591 [ <a href='#failure18'>Previous Failure</a> | <a href='#failure20'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 592 <tt>--> STATUS: Invalid use of regexp quantifiers should generate SyntaxErrors<br> 593 Failure messages were:<br> 594 --> FAILED!: [reported from test()] Section 1 of test -<br> 595 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br> 596 --> FAILED!: [reported from test()] <br> 597 --> FAILED!: [reported from test()] Section 2 of test -<br> 598 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br> 599 --> FAILED!: [reported from test()] <br> 600 --> FAILED!: [reported from test()] Section 3 of test -<br> 601 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br> 602 --> FAILED!: [reported from test()] <br> 603 --> FAILED!: [reported from test()] Section 4 of test -<br> 604 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br> 605 --> FAILED!: [reported from test()] <br> 606 --> FAILED!: [reported from test()] Section 5 of test -<br> 607 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br> 608 --> FAILED!: [reported from test()] <br> 609 --> FAILED!: [reported from test()] Section 6 of test -<br> 610 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br> 611 --> FAILED!: [reported from test()] <br> 612 --> FAILED!: [reported from test()] Section 9 of test -<br> 613 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br> 614 --> FAILED!: [reported from test()] <br> 615 --> FAILED!: [reported from test()] Section 10 of test -<br> 616 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br> 617 --> FAILED!: [reported from test()] <br> 618 --> FAILED!: [reported from test()] Section 11 of test -<br> 619 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br> 620 --> FAILED!: [reported from test()] <br> 621 --> FAILED!: [reported from test()] Section 12 of test -<br> 622 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br> 623 --> FAILED!: [reported from test()] <br> 624 --> FAILED!: [reported from test()] Section 28 of test -<br> 625 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br> 626 --> FAILED!: [reported from test()] <br> 627 --> FAILED!: [reported from test()] Section 29 of test -<br> 628 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br> 629 --> FAILED!: [reported from test()] <br> 630 --> FAILED!: [reported from test()] Section 30 of test -<br> 631 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br> 632 --> FAILED!: [reported from test()] <br> 633 --> FAILED!: [reported from test()] Section 31 of test -<br> 634 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br> 635 --> FAILED!: [reported from test()] <br> 636 --> FAILED!: [reported from test()] Section 32 of test -<br> 637 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br> 638 --> FAILED!: [reported from test()] <br> 639 --> FAILED!: [reported from test()] Section 33 of test -<br> 640 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br> 641 --> FAILED!: [reported from test()] <br> 642 --> FAILED!: [reported from test()] Section 34 of test -<br> 643 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br> 644 --> FAILED!: [reported from test()] <br> 645 --> FAILED!: [reported from test()] Section 35 of test -<br> 646 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br> 647 --> FAILED!: [reported from test()] <br> 648 --> FAILED!: [reported from test()] Section 36 of test -<br> 649 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br> 650 --> FAILED!: [reported from test()] <br> 651 </tt><br> 652 <a name='failure20'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-209919.js'>ecma_3/RegExp/regress-209919.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=209919' target='other_window'>Bug Number 209919</a><br> 607 653 [ <a href='#failure19'>Previous Failure</a> | <a href='#failure21'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 608 <tt>--> STATUS: Invalid use of regexp quantifiers should generate SyntaxErrors<br>609 Failure messages were:<br>610 --> FAILED!: [reported from test()] Section 1 of test -<br>611 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>612 --> FAILED!: [reported from test()] <br>613 --> FAILED!: [reported from test()] Section 2 of test -<br>614 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>615 --> FAILED!: [reported from test()] <br>616 --> FAILED!: [reported from test()] Section 3 of test -<br>617 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>618 --> FAILED!: [reported from test()] <br>619 --> FAILED!: [reported from test()] Section 4 of test -<br>620 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>621 --> FAILED!: [reported from test()] <br>622 --> FAILED!: [reported from test()] Section 5 of test -<br>623 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>624 --> FAILED!: [reported from test()] <br>625 --> FAILED!: [reported from test()] Section 6 of test -<br>626 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>627 --> FAILED!: [reported from test()] <br>628 --> FAILED!: [reported from test()] Section 9 of test -<br>629 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>630 --> FAILED!: [reported from test()] <br>631 --> FAILED!: [reported from test()] Section 10 of test -<br>632 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>633 --> FAILED!: [reported from test()] <br>634 --> FAILED!: [reported from test()] Section 11 of test -<br>635 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>636 --> FAILED!: [reported from test()] <br>637 --> FAILED!: [reported from test()] Section 12 of test -<br>638 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>639 --> FAILED!: [reported from test()] <br>640 --> FAILED!: [reported from test()] Section 28 of test -<br>641 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>642 --> FAILED!: [reported from test()] <br>643 --> FAILED!: [reported from test()] Section 29 of test -<br>644 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>645 --> FAILED!: [reported from test()] <br>646 --> FAILED!: [reported from test()] Section 30 of test -<br>647 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>648 --> FAILED!: [reported from test()] <br>649 --> FAILED!: [reported from test()] Section 31 of test -<br>650 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>651 --> FAILED!: [reported from test()] <br>652 --> FAILED!: [reported from test()] Section 32 of test -<br>653 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>654 --> FAILED!: [reported from test()] <br>655 --> FAILED!: [reported from test()] Section 33 of test -<br>656 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>657 --> FAILED!: [reported from test()] <br>658 --> FAILED!: [reported from test()] Section 34 of test -<br>659 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>660 --> FAILED!: [reported from test()] <br>661 --> FAILED!: [reported from test()] Section 35 of test -<br>662 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>663 --> FAILED!: [reported from test()] <br>664 --> FAILED!: [reported from test()] Section 36 of test -<br>665 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>666 --> FAILED!: [reported from test()] <br>667 </tt><br>668 <a name='failure21'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-209919.js'>ecma_3/RegExp/regress-209919.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=209919' target='other_window'>Bug Number 209919</a><br>669 [ <a href='#failure20'>Previous Failure</a> | <a href='#failure22'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>670 654 <tt>--> STATUS: Testing regexp submatches with quantifiers<br> 671 655 Failure messages were:<br> … … 706 690 --> FAILED!: [reported from test()] <br> 707 691 </tt><br> 708 <a name='failure22'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Statements/regress-194364.js'>ecma_3/Statements/regress-194364.js</a> failed</b> <br> 692 <a name='failure21'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Statements/regress-194364.js'>ecma_3/Statements/regress-194364.js</a> failed</b> <br> 693 [ <a href='#failure20'>Previous Failure</a> | <a href='#failure22'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 694 <tt>Expected exit code 0, got 3<br> 695 Testcase terminated with signal 0<br> 696 Complete testcase output was:<br> 697 Exception, line 1: SyntaxError: Parse error<br> 698 </tt><br> 699 <a name='failure22'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Unicode/uc-002.js'>ecma_3/Unicode/uc-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=23613' target='other_window'>Bug Number 23613</a><br> 709 700 [ <a href='#failure21'>Previous Failure</a> | <a href='#failure23'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 710 <tt>Expected exit code 0, got 3<br>711 Testcase terminated with signal 0<br>712 Complete testcase output was:<br>713 Exception, line 1: SyntaxError: Parse error<br>714 </tt><br>715 <a name='failure23'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Unicode/uc-002.js'>ecma_3/Unicode/uc-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=23613' target='other_window'>Bug Number 23613</a><br>716 [ <a href='#failure22'>Previous Failure</a> | <a href='#failure24'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>717 701 <tt>--> STATUS: Unicode non-breaking space character test.<br> 718 702 Failure messages were:<br> … … 721 705 --> FAILED!: [reported from test()] <br> 722 706 </tt><br> 723 <a name='failure2 4'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Unicode/uc-003.js'>ecma_3/Unicode/uc-003.js</a> failed</b> <br>724 [ <a href='#failure2 3'>Previous Failure</a> | <a href='#failure25'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>707 <a name='failure23'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Unicode/uc-003.js'>ecma_3/Unicode/uc-003.js</a> failed</b> <br> 708 [ <a href='#failure22'>Previous Failure</a> | <a href='#failure24'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 725 709 <tt>Expected exit code 0, got 3<br> 726 710 Testcase terminated with signal 0<br> … … 729 713 Exception, line 32: SyntaxError: Parse error<br> 730 714 </tt><br> 731 <a name='failure2 5'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Unicode/uc-005.js'>ecma_3/Unicode/uc-005.js</a> failed</b> <br>732 [ <a href='#failure2 4'>Previous Failure</a> | <a href='#failure26'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>715 <a name='failure24'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Unicode/uc-005.js'>ecma_3/Unicode/uc-005.js</a> failed</b> <br> 716 [ <a href='#failure23'>Previous Failure</a> | <a href='#failure25'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 733 717 <tt>Expected exit code 0, got 3<br> 734 718 Testcase terminated with signal 0<br> … … 737 721 Exception, line 118: SyntaxError: Parse error<br> 738 722 </tt><br> 739 <a name='failure2 6'></a><dd><b>Testcase <a target='other_window' href='./js1_2/Objects/toString-001.js'>js1_2/Objects/toString-001.js</a> failed</b> <br>740 [ <a href='#failure2 5'>Previous Failure</a> | <a href='#failure27'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>723 <a name='failure25'></a><dd><b>Testcase <a target='other_window' href='./js1_2/Objects/toString-001.js'>js1_2/Objects/toString-001.js</a> failed</b> <br> 724 [ <a href='#failure24'>Previous Failure</a> | <a href='#failure26'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 741 725 <tt>Expected exit code 0, got 3<br> 742 726 Testcase terminated with signal 0<br> … … 745 729 Exception, line 104: TypeError: Object /^\{(.*)\}$/ (result of expression ^\{(.*)\}$) does not allow calls.<br> 746 730 </tt><br> 747 <a name='failure2 7'></a><dd><b>Testcase <a target='other_window' href='./js1_2/String/concat.js'>js1_2/String/concat.js</a> failed</b> <br>748 [ <a href='#failure2 6'>Previous Failure</a> | <a href='#failure28'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>731 <a name='failure26'></a><dd><b>Testcase <a target='other_window' href='./js1_2/String/concat.js'>js1_2/String/concat.js</a> failed</b> <br> 732 [ <a href='#failure25'>Previous Failure</a> | <a href='#failure27'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 749 733 <tt><br> 750 734 Failure messages were:<br> … … 754 738 --> 'abcde'.concat([1,2,3]) = abcde1,2,3 FAILED! expected: abcde[1, 2, 3]<br> 755 739 </tt><br> 756 <a name='failure2 8'></a><dd><b>Testcase <a target='other_window' href='./js1_2/function/Function_object.js'>js1_2/function/Function_object.js</a> failed</b> <br>757 [ <a href='#failure2 7'>Previous Failure</a> | <a href='#failure29'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>740 <a name='failure27'></a><dd><b>Testcase <a target='other_window' href='./js1_2/function/Function_object.js'>js1_2/function/Function_object.js</a> failed</b> <br> 741 [ <a href='#failure26'>Previous Failure</a> | <a href='#failure28'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 758 742 <tt><br> 759 743 Failure messages were:<br> … … 763 747 } FAILED! expected: <br> 764 748 </tt><br> 765 <a name='failure29'></a><dd><b>Testcase <a target='other_window' href='./js1_2/function/Number.js'>js1_2/function/Number.js</a> failed</b> <br> 749 <a name='failure28'></a><dd><b>Testcase <a target='other_window' href='./js1_2/function/Number.js'>js1_2/function/Number.js</a> failed</b> <br> 750 [ <a href='#failure27'>Previous Failure</a> | <a href='#failure29'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 751 <tt><br> 752 Failure messages were:<br> 753 --> Number([1,2,3]) = NaN FAILED! expected: 3<br> 754 </tt><br> 755 <a name='failure29'></a><dd><b>Testcase <a target='other_window' href='./js1_2/function/String.js'>js1_2/function/String.js</a> failed</b> <br> 766 756 [ <a href='#failure28'>Previous Failure</a> | <a href='#failure30'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 767 <tt><br>768 Failure messages were:<br>769 --> Number([1,2,3]) = NaN FAILED! expected: 3<br>770 </tt><br>771 <a name='failure30'></a><dd><b>Testcase <a target='other_window' href='./js1_2/function/String.js'>js1_2/function/String.js</a> failed</b> <br>772 [ <a href='#failure29'>Previous Failure</a> | <a href='#failure31'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>773 757 <tt><br> 774 758 Failure messages were:<br> … … 776 760 --> String([1,2,3]) = 1,2,3 FAILED! expected: [1, 2, 3]<br> 777 761 </tt><br> 778 <a name='failure3 1'></a><dd><b>Testcase <a target='other_window' href='./js1_2/function/function-001-n.js'>js1_2/function/function-001-n.js</a> failed</b> <br>779 [ <a href='#failure 30'>Previous Failure</a> | <a href='#failure32'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>762 <a name='failure30'></a><dd><b>Testcase <a target='other_window' href='./js1_2/function/function-001-n.js'>js1_2/function/function-001-n.js</a> failed</b> <br> 763 [ <a href='#failure29'>Previous Failure</a> | <a href='#failure31'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 780 764 <tt>Expected exit code 3, got 0<br> 781 765 Testcase terminated with signal 0<br> … … 785 769 OK.<br> 786 770 </tt><br> 787 <a name='failure3 2'></a><dd><b>Testcase <a target='other_window' href='./js1_2/function/regexparg-1.js'>js1_2/function/regexparg-1.js</a> failed</b> <br>788 [ <a href='#failure3 1'>Previous Failure</a> | <a href='#failure33'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>771 <a name='failure31'></a><dd><b>Testcase <a target='other_window' href='./js1_2/function/regexparg-1.js'>js1_2/function/regexparg-1.js</a> failed</b> <br> 772 [ <a href='#failure30'>Previous Failure</a> | <a href='#failure32'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 789 773 <tt>Expected exit code 0, got 3<br> 790 774 Testcase terminated with signal 0<br> … … 793 777 Exception, line 81: TypeError: Object /abc/ (result of expression x) does not allow calls.<br> 794 778 </tt><br> 795 <a name='failure33'></a><dd><b>Testcase <a target='other_window' href='./js1_2/function/tostring-1.js'>js1_2/function/tostring-1.js</a> failed</b> <br> 779 <a name='failure32'></a><dd><b>Testcase <a target='other_window' href='./js1_2/function/tostring-1.js'>js1_2/function/tostring-1.js</a> failed</b> <br> 780 [ <a href='#failure31'>Previous Failure</a> | <a href='#failure33'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 781 <tt><br> 782 Failure messages were:<br> 783 } FAILED! expected: <br> 784 } FAILED! expected: <br> 785 } FAILED! expected: <br> 786 } FAILED! expected: <br> 787 } FAILED! expected: <br> 788 </tt><br> 789 <a name='failure33'></a><dd><b>Testcase <a target='other_window' href='./js1_2/function/tostring-2.js'>js1_2/function/tostring-2.js</a> failed</b> <br> 796 790 [ <a href='#failure32'>Previous Failure</a> | <a href='#failure34'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 797 791 <tt><br> … … 802 796 } FAILED! expected: <br> 803 797 } FAILED! expected: <br> 804 </tt><br> 805 <a name='failure34'></a><dd><b>Testcase <a target='other_window' href='./js1_2/function/tostring-2.js'>js1_2/function/tostring-2.js</a> failed</b> <br> 798 } FAILED! expected: <br> 799 } FAILED! expected: <br> 800 } FAILED! expected: <br> 801 } FAILED! expected: <br> 802 </tt><br> 803 <a name='failure34'></a><dd><b>Testcase <a target='other_window' href='./js1_2/operator/equality.js'>js1_2/operator/equality.js</a> failed</b> <br> 806 804 [ <a href='#failure33'>Previous Failure</a> | <a href='#failure35'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 807 <tt><br>808 Failure messages were:<br>809 } FAILED! expected: <br>810 } FAILED! expected: <br>811 } FAILED! expected: <br>812 } FAILED! expected: <br>813 } FAILED! expected: <br>814 } FAILED! expected: <br>815 } FAILED! expected: <br>816 } FAILED! expected: <br>817 } FAILED! expected: <br>818 </tt><br>819 <a name='failure35'></a><dd><b>Testcase <a target='other_window' href='./js1_2/operator/equality.js'>js1_2/operator/equality.js</a> failed</b> <br>820 [ <a href='#failure34'>Previous Failure</a> | <a href='#failure36'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>821 805 <tt><br> 822 806 Failure messages were:<br> … … 824 808 --> ('x' == new String('x')) = true FAILED! expected: false<br> 825 809 </tt><br> 826 <a name='failure3 6'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/RegExp_lastIndex.js'>js1_2/regexp/RegExp_lastIndex.js</a> failed</b> <br>827 [ <a href='#failure3 5'>Previous Failure</a> | <a href='#failure37'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>810 <a name='failure35'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/RegExp_lastIndex.js'>js1_2/regexp/RegExp_lastIndex.js</a> failed</b> <br> 811 [ <a href='#failure34'>Previous Failure</a> | <a href='#failure36'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 828 812 <tt><br> 829 813 Failure messages were:<br> … … 831 815 --> re.exec('xyabcdef') = xy FAILED! expected: ["xy"]<br> 832 816 </tt><br> 833 <a name='failure3 7'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/RegExp_multiline.js'>js1_2/regexp/RegExp_multiline.js</a> failed</b> <br>834 [ <a href='#failure3 6'>Previous Failure</a> | <a href='#failure38'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>817 <a name='failure36'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/RegExp_multiline.js'>js1_2/regexp/RegExp_multiline.js</a> failed</b> <br> 818 [ <a href='#failure35'>Previous Failure</a> | <a href='#failure37'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 835 819 <tt><br> 836 820 Failure messages were:<br> … … 841 825 --> (multiline == true) 'a11\na22\na23\na24'.match(new RegExp('a..$','g')) = a24 FAILED! expected: a11,a22,a23,a24<br> 842 826 </tt><br> 843 <a name='failure3 8'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/RegExp_multiline_as_array.js'>js1_2/regexp/RegExp_multiline_as_array.js</a> failed</b> <br>844 [ <a href='#failure3 7'>Previous Failure</a> | <a href='#failure39'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>827 <a name='failure37'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/RegExp_multiline_as_array.js'>js1_2/regexp/RegExp_multiline_as_array.js</a> failed</b> <br> 828 [ <a href='#failure36'>Previous Failure</a> | <a href='#failure38'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 845 829 <tt><br> 846 830 Failure messages were:<br> … … 851 835 --> (['$*'] == true) 'a11\na22\na23\na24'.match(new RegExp('a..$','g')) = a24 FAILED! expected: a11,a22,a23,a24<br> 852 836 </tt><br> 853 <a name='failure39'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/beginLine.js'>js1_2/regexp/beginLine.js</a> failed</b> <br> 837 <a name='failure38'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/beginLine.js'>js1_2/regexp/beginLine.js</a> failed</b> <br> 838 [ <a href='#failure37'>Previous Failure</a> | <a href='#failure39'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 839 <tt><br> 840 Failure messages were:<br> 841 123xyz'.match(new RegExp('^\d+')) = null FAILED! expected: 123<br> 842 </tt><br> 843 <a name='failure39'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/compile.js'>js1_2/regexp/compile.js</a> failed</b> <br> 854 844 [ <a href='#failure38'>Previous Failure</a> | <a href='#failure40'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 855 <tt><br>856 Failure messages were:<br>857 123xyz'.match(new RegExp('^\d+')) = null FAILED! expected: 123<br>858 </tt><br>859 <a name='failure40'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/compile.js'>js1_2/regexp/compile.js</a> failed</b> <br>860 [ <a href='#failure39'>Previous Failure</a> | <a href='#failure41'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>861 845 <tt>Expected exit code 0, got 3<br> 862 846 Testcase terminated with signal 0<br> … … 866 850 Exception, line 44: TypeError: Value undefined (result of expression regularExpression.compile) is not object.<br> 867 851 </tt><br> 868 <a name='failure41'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/endLine.js'>js1_2/regexp/endLine.js</a> failed</b> <br> 852 <a name='failure40'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/endLine.js'>js1_2/regexp/endLine.js</a> failed</b> <br> 853 [ <a href='#failure39'>Previous Failure</a> | <a href='#failure41'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 854 <tt><br> 855 Failure messages were:<br> 856 xyz'.match(new RegExp('\d+$')) = null FAILED! expected: 890<br> 857 </tt><br> 858 <a name='failure41'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/regress-6359.js'>js1_2/regexp/regress-6359.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=http://bugzilla.mozilla.org/show_bug.cgi?id=6359' target='other_window'>Bug Number http://bugzilla.mozilla.org/show_bug.cgi?id=6359</a><br> 869 859 [ <a href='#failure40'>Previous Failure</a> | <a href='#failure42'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 870 <tt><br>871 Failure messages were:<br>872 xyz'.match(new RegExp('\d+$')) = null FAILED! expected: 890<br>873 </tt><br>874 <a name='failure42'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/regress-6359.js'>js1_2/regexp/regress-6359.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=http://bugzilla.mozilla.org/show_bug.cgi?id=6359' target='other_window'>Bug Number http://bugzilla.mozilla.org/show_bug.cgi?id=6359</a><br>875 [ <a href='#failure41'>Previous Failure</a> | <a href='#failure43'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>876 860 <tt>Expected exit code 0, got 3<br> 877 861 Testcase terminated with signal 0<br> … … 880 864 Exception, line 57: TypeError: Object /(a*)b\1+/ (result of expression (a*)b\1+) does not allow calls.<br> 881 865 </tt><br> 882 <a name='failure4 3'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/regress-9141.js'>js1_2/regexp/regress-9141.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=http://bugzilla.mozilla.org/show_bug.cgi?id=9141' target='other_window'>Bug Number http://bugzilla.mozilla.org/show_bug.cgi?id=9141</a><br>883 [ <a href='#failure4 2'>Previous Failure</a> | <a href='#failure44'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>866 <a name='failure42'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/regress-9141.js'>js1_2/regexp/regress-9141.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=http://bugzilla.mozilla.org/show_bug.cgi?id=9141' target='other_window'>Bug Number http://bugzilla.mozilla.org/show_bug.cgi?id=9141</a><br> 867 [ <a href='#failure41'>Previous Failure</a> | <a href='#failure43'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 884 868 <tt>Expected exit code 0, got 3<br> 885 869 Testcase terminated with signal 0<br> … … 888 872 Exception, line 74: TypeError: Object /(?:xx|x)*/ (result of expression (?:xx|x)*) does not allow calls.<br> 889 873 </tt><br> 890 <a name='failure4 4'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/simple_form.js'>js1_2/regexp/simple_form.js</a> failed</b> <br>891 [ <a href='#failure4 3'>Previous Failure</a> | <a href='#failure45'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>874 <a name='failure43'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/simple_form.js'>js1_2/regexp/simple_form.js</a> failed</b> <br> 875 [ <a href='#failure42'>Previous Failure</a> | <a href='#failure44'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 892 876 <tt>Expected exit code 0, got 3<br> 893 877 Testcase terminated with signal 0<br> … … 897 881 Exception, line 44: TypeError: Object /[0-9]{3}/ (result of expression [0-9]{3}) does not allow calls.<br> 898 882 </tt><br> 899 <a name='failure4 5'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/special_characters.js'>js1_2/regexp/special_characters.js</a> failed</b> <br>900 [ <a href='#failure4 4'>Previous Failure</a> | <a href='#failure46'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>883 <a name='failure44'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/special_characters.js'>js1_2/regexp/special_characters.js</a> failed</b> <br> 884 [ <a href='#failure43'>Previous Failure</a> | <a href='#failure45'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 901 885 <tt><br> 902 886 Failure messages were:<br> … … 908 892 <br> 909 893 </tt><br> 910 <a name='failure4 6'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/string_split.js'>js1_2/regexp/string_split.js</a> failed</b> <br>911 [ <a href='#failure4 5'>Previous Failure</a> | <a href='#failure47'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>894 <a name='failure45'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/string_split.js'>js1_2/regexp/string_split.js</a> failed</b> <br> 895 [ <a href='#failure44'>Previous Failure</a> | <a href='#failure46'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 912 896 <tt><br> 913 897 Failure messages were:<br> … … 917 901 --> 'abc'.split(new RegExp('[a-z]')) = ,,, FAILED! expected: ,,<br> 918 902 </tt><br> 919 <a name='failure47'></a><dd><b>Testcase <a target='other_window' href='./js1_2/version120/boolean-001.js'>js1_2/version120/boolean-001.js</a> failed</b> <br> 903 <a name='failure46'></a><dd><b>Testcase <a target='other_window' href='./js1_2/version120/boolean-001.js'>js1_2/version120/boolean-001.js</a> failed</b> <br> 904 [ <a href='#failure45'>Previous Failure</a> | <a href='#failure47'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 905 <tt><br> 906 Failure messages were:<br> 907 --> new Boolean(false) = true FAILED! expected: false<br> 908 </tt><br> 909 <a name='failure47'></a><dd><b>Testcase <a target='other_window' href='./js1_2/version120/regress-99663.js'>js1_2/version120/regress-99663.js</a> failed</b> <br> 920 910 [ <a href='#failure46'>Previous Failure</a> | <a href='#failure48'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 921 <tt><br>922 Failure messages were:<br>923 --> new Boolean(false) = true FAILED! expected: false<br>924 </tt><br>925 <a name='failure48'></a><dd><b>Testcase <a target='other_window' href='./js1_2/version120/regress-99663.js'>js1_2/version120/regress-99663.js</a> failed</b> <br>926 [ <a href='#failure47'>Previous Failure</a> | <a href='#failure49'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>927 911 <tt>--> STATUS: Regression test for Bugzilla bug 99663<br> 928 912 Failure messages were:<br> … … 931 915 --> Section 3 of test - got Error: Can't find variable: it FAILED! expected: a "read-only" error<br> 932 916 </tt><br> 933 <a name='failure4 9'></a><dd><b>Testcase <a target='other_window' href='./js1_3/Script/function-001-n.js'>js1_3/Script/function-001-n.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=10278' target='other_window'>Bug Number 10278</a><br>934 [ <a href='#failure4 8'>Previous Failure</a> | <a href='#failure50'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>917 <a name='failure48'></a><dd><b>Testcase <a target='other_window' href='./js1_3/Script/function-001-n.js'>js1_3/Script/function-001-n.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=10278' target='other_window'>Bug Number 10278</a><br> 918 [ <a href='#failure47'>Previous Failure</a> | <a href='#failure49'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 935 919 <tt>Expected exit code 3, got 0<br> 936 920 Testcase terminated with signal 0<br> … … 941 925 OK.<br> 942 926 </tt><br> 943 <a name='failure 50'></a><dd><b>Testcase <a target='other_window' href='./js1_3/Script/script-001.js'>js1_3/Script/script-001.js</a> failed</b> <br>944 [ <a href='#failure4 9'>Previous Failure</a> | <a href='#failure51'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>927 <a name='failure49'></a><dd><b>Testcase <a target='other_window' href='./js1_3/Script/script-001.js'>js1_3/Script/script-001.js</a> failed</b> <br> 928 [ <a href='#failure48'>Previous Failure</a> | <a href='#failure50'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 945 929 <tt>Expected exit code 0, got 3<br> 946 930 Testcase terminated with signal 0<br> … … 949 933 Exception, line 134: ReferenceError: Can't find variable: Script<br> 950 934 </tt><br> 951 <a name='failure5 1'></a><dd><b>Testcase <a target='other_window' href='./js1_3/regress/function-001-n.js'>js1_3/regress/function-001-n.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=10278' target='other_window'>Bug Number 10278</a><br>952 [ <a href='#failure 50'>Previous Failure</a> | <a href='#failure52'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>935 <a name='failure50'></a><dd><b>Testcase <a target='other_window' href='./js1_3/regress/function-001-n.js'>js1_3/regress/function-001-n.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=10278' target='other_window'>Bug Number 10278</a><br> 936 [ <a href='#failure49'>Previous Failure</a> | <a href='#failure51'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 953 937 <tt>Expected exit code 3, got 0<br> 954 938 Testcase terminated with signal 0<br> … … 959 943 OK.<br> 960 944 </tt><br> 961 <a name='failure52'></a><dd><b>Testcase <a target='other_window' href='./js1_4/Regress/function-003.js'>js1_4/Regress/function-003.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=310514' target='other_window'>Bug Number 310514</a><br> 945 <a name='failure51'></a><dd><b>Testcase <a target='other_window' href='./js1_4/Regress/function-003.js'>js1_4/Regress/function-003.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=310514' target='other_window'>Bug Number 310514</a><br> 946 [ <a href='#failure50'>Previous Failure</a> | <a href='#failure52'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 947 <tt><br> 948 Failure messages were:<br> 949 --> StripSpaces(Array.prototype.concat.toString()).substring(0,17) = (InternalFunction FAILED! expected: functionconcat(){<br> 950 </tt><br> 951 <a name='failure52'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Exceptions/catchguard-001.js'>js1_5/Exceptions/catchguard-001.js</a> failed</b> <br> 962 952 [ <a href='#failure51'>Previous Failure</a> | <a href='#failure53'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 963 <tt><br> 964 Failure messages were:<br> 965 --> StripSpaces(Array.prototype.concat.toString()).substring(0,17) = (InternalFunction FAILED! expected: functionconcat(){<br> 966 </tt><br> 967 <a name='failure53'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Exceptions/catchguard-001.js'>js1_5/Exceptions/catchguard-001.js</a> failed</b> <br> 953 <tt>Expected exit code 0, got 3<br> 954 Testcase terminated with signal 0<br> 955 Complete testcase output was:<br> 956 Exception, line 42: SyntaxError: Parse error<br> 957 </tt><br> 958 <a name='failure53'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Exceptions/catchguard-002.js'>js1_5/Exceptions/catchguard-002.js</a> failed</b> <br> 968 959 [ <a href='#failure52'>Previous Failure</a> | <a href='#failure54'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 969 960 <tt>Expected exit code 0, got 3<br> … … 972 963 Exception, line 42: SyntaxError: Parse error<br> 973 964 </tt><br> 974 <a name='failure54'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Exceptions/catchguard-00 2.js'>js1_5/Exceptions/catchguard-002.js</a> failed</b> <br>965 <a name='failure54'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Exceptions/catchguard-003.js'>js1_5/Exceptions/catchguard-003.js</a> failed</b> <br> 975 966 [ <a href='#failure53'>Previous Failure</a> | <a href='#failure55'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 976 967 <tt>Expected exit code 0, got 3<br> … … 979 970 Exception, line 42: SyntaxError: Parse error<br> 980 971 </tt><br> 981 <a name='failure55'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Exceptions/ catchguard-003.js'>js1_5/Exceptions/catchguard-003.js</a> failed</b> <br>972 <a name='failure55'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Exceptions/errstack-001.js'>js1_5/Exceptions/errstack-001.js</a> failed</b> <br> 982 973 [ <a href='#failure54'>Previous Failure</a> | <a href='#failure56'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 983 974 <tt>Expected exit code 0, got 3<br> 984 975 Testcase terminated with signal 0<br> 985 976 Complete testcase output was:<br> 986 Exception, line 42: SyntaxError: Parse error<br>987 </tt><br> 988 <a name='failure56'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Exceptions/ errstack-001.js'>js1_5/Exceptions/errstack-001.js</a> failed</b><br>977 Exception, line 248: TypeError: Undefined value<br> 978 </tt><br> 979 <a name='failure56'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Exceptions/regress-50447.js'>js1_5/Exceptions/regress-50447.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=50447' target='other_window'>Bug Number 50447</a><br> 989 980 [ <a href='#failure55'>Previous Failure</a> | <a href='#failure57'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 990 <tt>Expected exit code 0, got 3<br>991 Testcase terminated with signal 0<br>992 Complete testcase output was:<br>993 Exception, line 248: TypeError: Undefined value<br>994 </tt><br>995 <a name='failure57'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Exceptions/regress-50447.js'>js1_5/Exceptions/regress-50447.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=50447' target='other_window'>Bug Number 50447</a><br>996 [ <a href='#failure56'>Previous Failure</a> | <a href='#failure58'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>997 981 <tt>Expected exit code 0, got 3<br> 998 982 Testcase terminated with signal 0<br> … … 1002 986 Exception, line 66: TypeError: Undefined value<br> 1003 987 </tt><br> 1004 <a name='failure58'></a><dd><b>Testcase <a target='other_window' href='./js1_5/GetSet/getset-001.js'>js1_5/GetSet/getset-001.js</a> failed</b> <br> 988 <a name='failure57'></a><dd><b>Testcase <a target='other_window' href='./js1_5/GetSet/getset-001.js'>js1_5/GetSet/getset-001.js</a> failed</b> <br> 989 [ <a href='#failure56'>Previous Failure</a> | <a href='#failure58'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 990 <tt>Expected exit code 0, got 3<br> 991 Testcase terminated with signal 0<br> 992 Complete testcase output was:<br> 993 Exception, line 33: SyntaxError: Parse error<br> 994 </tt><br> 995 <a name='failure58'></a><dd><b>Testcase <a target='other_window' href='./js1_5/GetSet/getset-002.js'>js1_5/GetSet/getset-002.js</a> failed</b> <br> 1005 996 [ <a href='#failure57'>Previous Failure</a> | <a href='#failure59'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 1006 997 <tt>Expected exit code 0, got 3<br> 1007 998 Testcase terminated with signal 0<br> 1008 999 Complete testcase output was:<br> 1009 Exception, line 33: SyntaxError: Parse error<br>1010 </tt><br> 1011 <a name='failure59'></a><dd><b>Testcase <a target='other_window' href='./js1_5/GetSet/getset-00 2.js'>js1_5/GetSet/getset-002.js</a> failed</b> <br>1000 Exception, line 29: SyntaxError: Parse error<br> 1001 </tt><br> 1002 <a name='failure59'></a><dd><b>Testcase <a target='other_window' href='./js1_5/GetSet/getset-003.js'>js1_5/GetSet/getset-003.js</a> failed</b> <br> 1012 1003 [ <a href='#failure58'>Previous Failure</a> | <a href='#failure60'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 1013 1004 <tt>Expected exit code 0, got 3<br> 1014 1005 Testcase terminated with signal 0<br> 1015 1006 Complete testcase output was:<br> 1016 Exception, line 29: SyntaxError: Parse error<br>1017 </tt><br> 1018 <a name='failure60'></a><dd><b>Testcase <a target='other_window' href='./js1_5/ GetSet/getset-003.js'>js1_5/GetSet/getset-003.js</a> failed</b> <br>1007 Exception, line 48: SyntaxError: Parse error<br> 1008 </tt><br> 1009 <a name='failure60'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Object/regress-90596-001.js'>js1_5/Object/regress-90596-001.js</a> failed</b> <br> 1019 1010 [ <a href='#failure59'>Previous Failure</a> | <a href='#failure61'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 1020 1011 <tt>Expected exit code 0, got 3<br> 1021 1012 Testcase terminated with signal 0<br> 1022 1013 Complete testcase output was:<br> 1023 Exception, line 4 8: SyntaxError: Parse error<br>1024 </tt><br> 1025 <a name='failure61'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Object/regress-90596-00 1.js'>js1_5/Object/regress-90596-001.js</a> failed</b> <br>1014 Exception, line 49: TypeError: Value undefined (result of expression obj.toSource) is not object.<br> 1015 </tt><br> 1016 <a name='failure61'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Object/regress-90596-002.js'>js1_5/Object/regress-90596-002.js</a> failed</b> <br> 1026 1017 [ <a href='#failure60'>Previous Failure</a> | <a href='#failure62'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 1027 1018 <tt>Expected exit code 0, got 3<br> 1028 1019 Testcase terminated with signal 0<br> 1029 1020 Complete testcase output was:<br> 1030 Exception, line 49: TypeError: Value undefined (result of expression obj.toSource) is not object.<br>1031 </tt><br> 1032 <a name='failure62'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Object/regress-9 0596-002.js'>js1_5/Object/regress-90596-002.js</a> failed</b> <br>1021 Exception, line 49: ReferenceError: Can't find variable: uneval<br> 1022 </tt><br> 1023 <a name='failure62'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Object/regress-96284-001.js'>js1_5/Object/regress-96284-001.js</a> failed</b> <br> 1033 1024 [ <a href='#failure61'>Previous Failure</a> | <a href='#failure63'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 1034 1025 <tt>Expected exit code 0, got 3<br> 1035 1026 Testcase terminated with signal 0<br> 1036 1027 Complete testcase output was:<br> 1037 Exception, line 49: ReferenceError: Can't find variable: uneval<br>1038 </tt><br> 1039 <a name='failure63'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Object/regress-96284-00 1.js'>js1_5/Object/regress-96284-001.js</a> failed</b> <br>1028 Exception, line 50: TypeError: Value undefined (result of expression obj1.toSource) is not object.<br> 1029 </tt><br> 1030 <a name='failure63'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Object/regress-96284-002.js'>js1_5/Object/regress-96284-002.js</a> failed</b> <br> 1040 1031 [ <a href='#failure62'>Previous Failure</a> | <a href='#failure64'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 1041 1032 <tt>Expected exit code 0, got 3<br> 1042 1033 Testcase terminated with signal 0<br> 1043 1034 Complete testcase output was:<br> 1044 Exception, line 50: TypeError: Value undefined (result of expression obj1.toSource) is not object.<br>1045 </tt><br> 1046 <a name='failure64'></a><dd><b>Testcase <a target='other_window' href='./js1_5/ Object/regress-96284-002.js'>js1_5/Object/regress-96284-002.js</a> failed</b><br>1035 Exception, line 50: ReferenceError: Can't find variable: uneval<br> 1036 </tt><br> 1037 <a name='failure64'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-44009.js'>js1_5/Regress/regress-44009.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=44009' target='other_window'>Bug Number 44009</a><br> 1047 1038 [ <a href='#failure63'>Previous Failure</a> | <a href='#failure65'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 1048 <tt>Expected exit code 0, got 3<br>1049 Testcase terminated with signal 0<br>1050 Complete testcase output was:<br>1051 Exception, line 50: ReferenceError: Can't find variable: uneval<br>1052 </tt><br>1053 <a name='failure65'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-44009.js'>js1_5/Regress/regress-44009.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=44009' target='other_window'>Bug Number 44009</a><br>1054 [ <a href='#failure64'>Previous Failure</a> | <a href='#failure66'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>1055 1039 <tt>Expected exit code 0, got 3<br> 1056 1040 Testcase terminated with signal 0<br> … … 1060 1044 Exception, line 61: TypeError: Value undefined (result of expression obj.toSource) is not object.<br> 1061 1045 </tt><br> 1062 <a name='failure6 6'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-68498-003.js'>js1_5/Regress/regress-68498-003.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=68498' target='other_window'>Bug Number 68498</a><br>1063 [ <a href='#failure6 5'>Previous Failure</a> | <a href='#failure67'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>1046 <a name='failure65'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-68498-003.js'>js1_5/Regress/regress-68498-003.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=68498' target='other_window'>Bug Number 68498</a><br> 1047 [ <a href='#failure64'>Previous Failure</a> | <a href='#failure66'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 1064 1048 <tt>--> STATUS: Testing calling obj.eval(str)<br> 1065 1049 Failure messages were:<br> … … 1069 1053 --> FAILED!: [reported from test()] <br> 1070 1054 </tt><br> 1071 <a name='failure6 7'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-103602.js'>js1_5/Regress/regress-103602.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=103602' target='other_window'>Bug Number 103602</a><br>1072 [ <a href='#failure6 6'>Previous Failure</a> | <a href='#failure68'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>1055 <a name='failure66'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-103602.js'>js1_5/Regress/regress-103602.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=103602' target='other_window'>Bug Number 103602</a><br> 1056 [ <a href='#failure65'>Previous Failure</a> | <a href='#failure67'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 1073 1057 <tt>--> STATUS: Reassignment to a const is NOT an error per ECMA<br> 1074 1058 Failure messages were:<br> … … 1080 1064 --> FAILED!: [reported from test()] <br> 1081 1065 </tt><br> 1082 <a name='failure68'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-104077.js'>js1_5/Regress/regress-104077.js</a> failed</b> <br> 1066 <a name='failure67'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-104077.js'>js1_5/Regress/regress-104077.js</a> failed</b> <br> 1067 [ <a href='#failure66'>Previous Failure</a> | <a href='#failure68'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 1068 <tt>Expected exit code 0, got 3<br> 1069 Testcase terminated with signal 0<br> 1070 Complete testcase output was:<br> 1071 Exception, line 351: SyntaxError: Parse error<br> 1072 </tt><br> 1073 <a name='failure68'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-127557.js'>js1_5/Regress/regress-127557.js</a> failed</b> <br> 1083 1074 [ <a href='#failure67'>Previous Failure</a> | <a href='#failure69'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 1084 1075 <tt>Expected exit code 0, got 3<br> 1085 1076 Testcase terminated with signal 0<br> 1086 1077 Complete testcase output was:<br> 1087 Exception, line 351: SyntaxError: Parse error<br>1088 </tt><br> 1089 <a name='failure69'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-1 27557.js'>js1_5/Regress/regress-127557.js</a> failed</b> <br>1078 Exception, line 76: ReferenceError: Can't find variable: clone<br> 1079 </tt><br> 1080 <a name='failure69'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-172699.js'>js1_5/Regress/regress-172699.js</a> failed</b> <br> 1090 1081 [ <a href='#failure68'>Previous Failure</a> | <a href='#failure70'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 1091 1082 <tt>Expected exit code 0, got 3<br> 1092 1083 Testcase terminated with signal 0<br> 1093 1084 Complete testcase output was:<br> 1094 Exception, line 76: ReferenceError: Can't find variable: clone<br>1095 </tt><br> 1096 <a name='failure70'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-17 2699.js'>js1_5/Regress/regress-172699.js</a> failed</b><br>1085 Exception, line 62: URIError: URI error<br> 1086 </tt><br> 1087 <a name='failure70'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-179524.js'>js1_5/Regress/regress-179524.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=179524' target='other_window'>Bug Number 179524</a><br> 1097 1088 [ <a href='#failure69'>Previous Failure</a> | <a href='#failure71'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 1098 <tt>Expected exit code 0, got 3<br>1099 Testcase terminated with signal 0<br>1100 Complete testcase output was:<br>1101 Exception, line 62: URIError: URI error<br>1102 </tt><br>1103 <a name='failure71'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-179524.js'>js1_5/Regress/regress-179524.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=179524' target='other_window'>Bug Number 179524</a><br>1104 [ <a href='#failure70'>Previous Failure</a> | <a href='#failure72'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>1105 1089 <tt>--> STATUS: Don't crash on extraneous arguments to str.match(), etc.<br> 1106 1090 Failure messages were:<br> … … 1152 1136 --> FAILED!: [reported from test()] <br> 1153 1137 </tt><br> 1154 <a name='failure7 2'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-185165.js'>js1_5/Regress/regress-185165.js</a> failed</b> <br>1155 [ <a href='#failure7 1'>Previous Failure</a> | <a href='#failure73'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>1138 <a name='failure71'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-185165.js'>js1_5/Regress/regress-185165.js</a> failed</b> <br> 1139 [ <a href='#failure70'>Previous Failure</a> | <a href='#failure72'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 1156 1140 <tt>Expected exit code 0, got 3<br> 1157 1141 Testcase terminated with signal 0<br> … … 1160 1144 Exception, line 3: SyntaxError: Parse error<br> 1161 1145 </tt><br> 1162 <a name='failure7 3'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Scope/regress-185485.js'>js1_5/Scope/regress-185485.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=185485' target='other_window'>Bug Number 185485</a><br>1163 [ <a href='#failure7 2'>Previous Failure</a> | <a href='#failure74'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>1146 <a name='failure72'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Scope/regress-185485.js'>js1_5/Scope/regress-185485.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=185485' target='other_window'>Bug Number 185485</a><br> 1147 [ <a href='#failure71'>Previous Failure</a> | <a href='#failure73'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 1164 1148 <tt>--> STATUS: Testing |with (x) {function f() {}}| when |x.f| already exists<br> 1165 1149 Failure messages were:<br> … … 1176 1160 --> FAILED!: [reported from test()] <br> 1177 1161 </tt><br> 1178 <a name='failure74'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Scope/regress-220584.js'>js1_5/Scope/regress-220584.js</a> failed</b> <br> 1162 <a name='failure73'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Scope/regress-220584.js'>js1_5/Scope/regress-220584.js</a> failed</b> <br> 1163 [ <a href='#failure72'>Previous Failure</a> | <a href='#failure74'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 1164 <tt>Expected exit code 0, got 3<br> 1165 Testcase terminated with signal 0<br> 1166 Complete testcase output was:<br> 1167 Exception, line 57: ReferenceError: Can't find variable: Script<br> 1168 </tt><br> 1169 <a name='failure74'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Scope/scope-001.js'>js1_5/Scope/scope-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=53268' target='other_window'>Bug Number 53268</a><br> 1179 1170 [ <a href='#failure73'>Previous Failure</a> | <a href='#failure75'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 1180 <tt>Expected exit code 0, got 3<br>1181 Testcase terminated with signal 0<br>1182 Complete testcase output was:<br>1183 Exception, line 57: ReferenceError: Can't find variable: Script<br>1184 </tt><br>1185 <a name='failure75'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Scope/scope-001.js'>js1_5/Scope/scope-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=53268' target='other_window'>Bug Number 53268</a><br>1186 [ <a href='#failure74'>Previous Failure</a> | <a href='#failure76'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>1187 1171 <tt>--> STATUS: Testing scope after changing obj.__proto__<br> 1188 1172 Failure messages were:<br> … … 1195 1179 --> FAILED!: [reported from test()] <br> 1196 1180 </tt><br> 1197 <a name='failure7 6'></a><dd><b>Testcase <a target='other_window' href='./js1_6/Array/regress-304828.js'>js1_6/Array/regress-304828.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=304828' target='other_window'>Bug Number 304828</a><br>1198 [ <a href='#failure7 5'>Previous Failure</a> | <a href='#failure77'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>1181 <a name='failure75'></a><dd><b>Testcase <a target='other_window' href='./js1_6/Array/regress-304828.js'>js1_6/Array/regress-304828.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=304828' target='other_window'>Bug Number 304828</a><br> 1182 [ <a href='#failure74'>Previous Failure</a> | <a href='#failure76'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 1199 1183 <tt>--> STATUS: Array Generic Methods<br> 1200 1184 Failure messages were:<br> … … 1204 1188 --> FAILED!: <br> 1205 1189 </tt><br> 1206 <a name='failure7 7'></a><dd><b>Testcase <a target='other_window' href='./js1_6/Array/regress-310425-01.js'>js1_6/Array/regress-310425-01.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=310425' target='other_window'>Bug Number 310425</a><br>1207 [ <a href='#failure7 6'>Previous Failure</a> | <a href='#failure78'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>1190 <a name='failure76'></a><dd><b>Testcase <a target='other_window' href='./js1_6/Array/regress-310425-01.js'>js1_6/Array/regress-310425-01.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=310425' target='other_window'>Bug Number 310425</a><br> 1191 [ <a href='#failure75'>Previous Failure</a> | <a href='#failure77'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 1208 1192 <tt>Expected exit code 0, got 3<br> 1209 1193 Testcase terminated with signal 0<br> … … 1213 1197 Exception, line 48: TypeError: Value undefined (result of expression [].lastIndexOf) is not object.<br> 1214 1198 </tt><br> 1215 <a name='failure7 8'></a><dd><b>Testcase <a target='other_window' href='./js1_6/Regress/regress-301574.js'>js1_6/Regress/regress-301574.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=301574' target='other_window'>Bug Number 301574</a><br>1216 [ <a href='#failure7 7'>Previous Failure</a> | <a href='#failure79'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>1199 <a name='failure77'></a><dd><b>Testcase <a target='other_window' href='./js1_6/Regress/regress-301574.js'>js1_6/Regress/regress-301574.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=301574' target='other_window'>Bug Number 301574</a><br> 1200 [ <a href='#failure76'>Previous Failure</a> | <a href='#failure78'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 1217 1201 <tt>--> STATUS: E4X should be enabled even when e4x=1 not specified<br> 1218 1202 Failure messages were:<br> … … 1224 1208 --> FAILED!: <br> 1225 1209 </tt><br> 1226 <a name='failure79'></a><dd><b>Testcase <a target='other_window' href='./js1_6/Regress/regress-309242.js'>js1_6/Regress/regress-309242.js</a> failed</b> <br> 1210 <a name='failure78'></a><dd><b>Testcase <a target='other_window' href='./js1_6/Regress/regress-309242.js'>js1_6/Regress/regress-309242.js</a> failed</b> <br> 1211 [ <a href='#failure77'>Previous Failure</a> | <a href='#failure79'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 1212 <tt>Expected exit code 0, got 3<br> 1213 Testcase terminated with signal 0<br> 1214 Complete testcase output was:<br> 1215 Exception, line 71: SyntaxError: Parse error<br> 1216 </tt><br> 1217 <a name='failure79'></a><dd><b>Testcase <a target='other_window' href='./js1_6/Regress/regress-314887.js'>js1_6/Regress/regress-314887.js</a> failed</b> <br> 1227 1218 [ <a href='#failure78'>Previous Failure</a> | <a href='#failure80'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 1228 1219 <tt>Expected exit code 0, got 3<br> 1229 1220 Testcase terminated with signal 0<br> 1230 1221 Complete testcase output was:<br> 1231 Exception, line 71: SyntaxError: Parse error<br>1232 </tt><br> 1233 <a name='failure80'></a><dd><b>Testcase <a target='other_window' href='./js1_6/ Regress/regress-314887.js'>js1_6/Regress/regress-314887.js</a> failed</b><br>1222 Exception, line 47: SyntaxError: Parse error<br> 1223 </tt><br> 1224 <a name='failure80'></a><dd><b>Testcase <a target='other_window' href='./js1_6/String/regress-306591.js'>js1_6/String/regress-306591.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=306591' target='other_window'>Bug Number 306591</a><br> 1234 1225 [ <a href='#failure79'>Previous Failure</a> | <a href='#failure81'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 1235 <tt>Expected exit code 0, got 3<br>1236 Testcase terminated with signal 0<br>1237 Complete testcase output was:<br>1238 Exception, line 47: SyntaxError: Parse error<br>1239 </tt><br>1240 <a name='failure81'></a><dd><b>Testcase <a target='other_window' href='./js1_6/String/regress-306591.js'>js1_6/String/regress-306591.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=306591' target='other_window'>Bug Number 306591</a><br>1241 [ <a href='#failure80'>Previous Failure</a> | <a href='#failure82'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>1242 1226 <tt>Expected exit code 0, got 3<br> 1243 1227 Testcase terminated with signal 0<br> … … 1254 1238 <a name='retest_list'></a> 1255 1239 <h2>Retest List</h2><br> 1256 # Retest List, kjs, generated Tue Dec 27 14:28:002005.1240 # Retest List, kjs, generated Fri Dec 30 02:33:39 2005. 1257 1241 # Original test base was: All tests. 1258 # 1127 of 1135 test(s) were completed, 8 1failures reported.1242 # 1127 of 1135 test(s) were completed, 80 failures reported. 1259 1243 ecma/GlobalObject/15.1.2.2-2.js 1260 1244 ecma/LexicalConventions/7.7.3-1.js … … 1267 1251 ecma_3/Function/regress-58274.js 1268 1252 ecma_3/Function/regress-193555.js 1269 ecma_3/Object/class-002.js1270 1253 ecma_3/RegExp/15.10.2-1.js 1271 1254 ecma_3/RegExp/octal-002.js
Note:
See TracChangeset
for help on using the changeset viewer.