Changeset 11838 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Dec 30, 2005, 1:57:22 AM (19 years ago)
Author:
mjs
Message:

No review, just test result update.

  • tests/mozilla/expected.html: Updated for newly passing test from recent fixes.
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r11836 r11838  
     12005-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
    172005-12-30  Anders Carlsson  <[email protected]>
    28
    39        Reviewed by Maciej.
    410
    5                 - Fix http://bugzilla.opendarwin.org/show_bug.cgi?id=6298
    6                 Getter setter test is failing
     11        - Fix http://bugzilla.opendarwin.org/show_bug.cgi?id=6298
     12        Getter setter test is failing
    713               
    814        * kjs/object.cpp:
    915        (KJS::JSObject::put):
    10                 Rework the getter setter part. We now walk the prototype chain, checking for
    11                 getter/setter properties and only take the slow path if any are found.
     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.
    1218
    13192005-12-30  Maks Orlovich <[email protected]>
  • trunk/JavaScriptCore/tests/mozilla/expected.html

    r11785 r11838  
    88Test List: All tests<br>
    99Skip List: (none)<br>
    10 1135 test(s) selected, 1127 test(s) completed, 81 failures reported (7.18% failed)<br>
    11 Engine command line: /Users/andersca/Projects/Build/Development/testkjs <br>
    12 OS type: Darwin Samus-PowerBook-G4.local 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: 6 minutes, 11 seconds.<br>
    14 Tests completed on Tue Dec 27 14:28:00 2005.<br><br>
     101135 test(s) selected, 1127 test(s) completed, 80 failures reported (7.09% failed)<br>
     11Engine command line: /Users/mjs/Work/symroots/Deployment/testkjs <br>
     12OS 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>
     13Testcase execution time: 1 minutes, 58 seconds.<br>
     14Tests completed on Fri Dec 30 02:33:39 2005.<br><br>
    1515[ <a href='#fail_detail'>Failure Details</a> | <a href='#retest_list'>Retest List</a> | <a href='menu.html'>Test Selection Page</a> ]<br>
    1616<hr>
     
    4545--> -s2 == -Infinity || -s2 == -1.7976931348623157e+308  = false FAILED! expected: true<br>
    4646--> -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>
    5147--> 0x1000000000000081 = 1152921504606847000 FAILED! expected: 1152921504606847200<br>
    5248--> 0x1000000000000281 = 1152921504606847500 FAILED! expected: 1152921504606847700<br>
     
    8177Complete testcase output was:<br>
    8278--> 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>
    8479Exception, line 34: TypeError: Null value<br>
    8580</tt><br>
     
    8883<tt><br>
    8984Failure 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:00 FAILED! 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:00 FAILED! 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:00 FAILED! 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:00 FAILED! 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>
    10499</tt><br>
    105100<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>
     
    125120Exception, line 65: ReferenceError: Can't find variable: g<br>
    126121</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>
    128123 [ <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>
    140124<tt>--> STATUS: RegExp conformance test<br>
    141125Failure messages were:<br>
     
    162146--> FAILED!: [reported from test()] <br>
    163147</tt><br>
    164 <a name='failure13'></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='#failure12'>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>
    166150<tt>--> STATUS: Testing regexps containing octal escape sequences<br>
    167151Failure messages were:<br>
     
    174158--> FAILED!: [reported from test()] <br>
    175159</tt><br>
    176 <a name='failure14'></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='#failure13'>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>
    178162<tt>--> STATUS: Testing regular expression edge cases<br>
    179163Failure messages were:<br>
     
    214198--> FAILED!: [reported from test()] <br>
    215199</tt><br>
    216 <a name='failure15'></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='#failure14'>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>
    218202<tt>--> STATUS: Testing regular expression edge cases<br>
    219203Failure messages were:<br>
     
    233217--> FAILED!: [reported from test()] <br>
    234218</tt><br>
    235 <a name='failure16'></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='#failure15'>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>
    237221<tt>--> STATUS: Testing regular expressions containing non-Latin1 characters<br>
    238222Failure messages were:<br>
     
    252236--> FAILED!: [reported from test()] <br>
    253237</tt><br>
    254 <a name='failure17'></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='#failure16'>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>
    256240<tt>--> STATUS: Testing regular expressions with  ^, $, and the m flag -<br>
    257241Failure messages were:<br>
     
    271255--> FAILED!: [reported from test()] <br>
    272256</tt><br>
    273 <a name='failure18'></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='#failure17'>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>
    275259<tt>--> STATUS: Performance: execution of regular expression<br>
    276260Failure messages were:<br>
     
    501485--> FAILED!: <br>
    502486</tt><br>
    503 <a name='failure19'></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='#failure18'>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>
    505489<tt>--> STATUS: [], [^] are valid RegExp conditions. Should not cause errors -<br>
    506490Failure messages were:<br>
     
    604588--> FAILED!: [reported from test()] <br>
    605589</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>
     593Failure 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>
    607653 [ <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>
    670654<tt>--> STATUS: Testing regexp submatches with quantifiers<br>
    671655Failure messages were:<br>
     
    706690--> FAILED!: [reported from test()] <br>
    707691</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>
     695Testcase terminated with signal 0<br>
     696Complete testcase output was:<br>
     697Exception, 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>
    709700 [ <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>
    717701<tt>--> STATUS: Unicode non-breaking space character test.<br>
    718702Failure messages were:<br>
     
    721705--> FAILED!: [reported from test()] <br>
    722706</tt><br>
    723 <a name='failure24'></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='#failure23'>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>
    725709<tt>Expected exit code 0, got 3<br>
    726710Testcase terminated with signal 0<br>
     
    729713Exception, line 32: SyntaxError: Parse error<br>
    730714</tt><br>
    731 <a name='failure25'></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='#failure24'>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>
    733717<tt>Expected exit code 0, got 3<br>
    734718Testcase terminated with signal 0<br>
     
    737721Exception, line 118: SyntaxError: Parse error<br>
    738722</tt><br>
    739 <a name='failure26'></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='#failure25'>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>
    741725<tt>Expected exit code 0, got 3<br>
    742726Testcase terminated with signal 0<br>
     
    745729Exception, line 104: TypeError: Object /^\{(.*)\}$/ (result of expression ^\{(.*)\}$) does not allow calls.<br>
    746730</tt><br>
    747 <a name='failure27'></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='#failure26'>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>
    749733<tt><br>
    750734Failure messages were:<br>
     
    754738--> 'abcde'.concat([1,2,3]) = abcde1,2,3 FAILED! expected: abcde[1, 2, 3]<br>
    755739</tt><br>
    756 <a name='failure28'></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='#failure27'>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>
    758742<tt><br>
    759743Failure messages were:<br>
     
    763747} FAILED! expected: <br>
    764748</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>
     752Failure 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>
    766756 [ <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>
    773757<tt><br>
    774758Failure messages were:<br>
     
    776760--> String([1,2,3])             = 1,2,3 FAILED! expected: [1, 2, 3]<br>
    777761</tt><br>
    778 <a name='failure31'></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='#failure30'>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>
    780764<tt>Expected exit code 3, got 0<br>
    781765Testcase terminated with signal 0<br>
     
    785769OK.<br>
    786770</tt><br>
    787 <a name='failure32'></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='#failure31'>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>
    789773<tt>Expected exit code 0, got 3<br>
    790774Testcase terminated with signal 0<br>
     
    793777Exception, line 81: TypeError: Object /abc/ (result of expression x) does not allow calls.<br>
    794778</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>
     782Failure 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>
    796790 [ <a href='#failure32'>Previous Failure</a> | <a href='#failure34'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    797791<tt><br>
     
    802796} FAILED! expected: <br>
    803797} 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>
    806804 [ <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>
    821805<tt><br>
    822806Failure messages were:<br>
     
    824808--> ('x' == new String('x'))                  = true FAILED! expected: false<br>
    825809</tt><br>
    826 <a name='failure36'></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='#failure35'>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>
    828812<tt><br>
    829813Failure messages were:<br>
     
    831815--> re.exec('xyabcdef') = xy FAILED! expected: ["xy"]<br>
    832816</tt><br>
    833 <a name='failure37'></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='#failure36'>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>
    835819<tt><br>
    836820Failure messages were:<br>
     
    841825--> (multiline == true) 'a11\na22\na23\na24'.match(new RegExp('a..$','g')) = a24 FAILED! expected: a11,a22,a23,a24<br>
    842826</tt><br>
    843 <a name='failure38'></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='#failure37'>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>
    845829<tt><br>
    846830Failure messages were:<br>
     
    851835--> (['$*'] == true) 'a11\na22\na23\na24'.match(new RegExp('a..$','g')) = a24 FAILED! expected: a11,a22,a23,a24<br>
    852836</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>
     840Failure messages were:<br>
     841123xyz'.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>
    854844 [ <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>
    861845<tt>Expected exit code 0, got 3<br>
    862846Testcase terminated with signal 0<br>
     
    866850Exception, line 44: TypeError: Value undefined (result of expression regularExpression.compile) is not object.<br>
    867851</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>
     855Failure messages were:<br>
     856xyz'.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>
    869859 [ <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>
    876860<tt>Expected exit code 0, got 3<br>
    877861Testcase terminated with signal 0<br>
     
    880864Exception, line 57: TypeError: Object /(a*)b\1+/ (result of expression (a*)b\1+) does not allow calls.<br>
    881865</tt><br>
    882 <a name='failure43'></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='#failure42'>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>
    884868<tt>Expected exit code 0, got 3<br>
    885869Testcase terminated with signal 0<br>
     
    888872Exception, line 74: TypeError: Object /(?:xx|x)*/ (result of expression (?:xx|x)*) does not allow calls.<br>
    889873</tt><br>
    890 <a name='failure44'></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='#failure43'>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>
    892876<tt>Expected exit code 0, got 3<br>
    893877Testcase terminated with signal 0<br>
     
    897881Exception, line 44: TypeError: Object /[0-9]{3}/ (result of expression [0-9]{3}) does not allow calls.<br>
    898882</tt><br>
    899 <a name='failure45'></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='#failure44'>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>
    901885<tt><br>
    902886Failure messages were:<br>
     
    908892<br>
    909893</tt><br>
    910 <a name='failure46'></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='#failure45'>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>
    912896<tt><br>
    913897Failure messages were:<br>
     
    917901--> 'abc'.split(new RegExp('[a-z]')) = ,,, FAILED! expected: ,,<br>
    918902</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>
     906Failure 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>
    920910 [ <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>
    927911<tt>--> STATUS: Regression test for Bugzilla bug 99663<br>
    928912Failure messages were:<br>
     
    931915--> Section 3 of test - got Error: Can't find variable: it FAILED! expected: a "read-only" error<br>
    932916</tt><br>
    933 <a name='failure49'></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='#failure48'>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>
    935919<tt>Expected exit code 3, got 0<br>
    936920Testcase terminated with signal 0<br>
     
    941925OK.<br>
    942926</tt><br>
    943 <a name='failure50'></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='#failure49'>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>
    945929<tt>Expected exit code 0, got 3<br>
    946930Testcase terminated with signal 0<br>
     
    949933Exception, line 134: ReferenceError: Can't find variable: Script<br>
    950934</tt><br>
    951 <a name='failure51'></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='#failure50'>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>
    953937<tt>Expected exit code 3, got 0<br>
    954938Testcase terminated with signal 0<br>
     
    959943OK.<br>
    960944</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>
     948Failure 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>
    962952 [ <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>
     954Testcase terminated with signal 0<br>
     955Complete testcase output was:<br>
     956Exception, 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>
    968959 [ <a href='#failure52'>Previous Failure</a> | <a href='#failure54'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    969960<tt>Expected exit code 0, got 3<br>
     
    972963Exception, line 42: SyntaxError: Parse error<br>
    973964</tt><br>
    974 <a name='failure54'></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>
     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>
    975966 [ <a href='#failure53'>Previous Failure</a> | <a href='#failure55'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    976967<tt>Expected exit code 0, got 3<br>
     
    979970Exception, line 42: SyntaxError: Parse error<br>
    980971</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>
    982973 [ <a href='#failure54'>Previous Failure</a> | <a href='#failure56'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    983974<tt>Expected exit code 0, got 3<br>
    984975Testcase terminated with signal 0<br>
    985976Complete 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>
     977Exception, 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>
    989980 [ <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>
    997981<tt>Expected exit code 0, got 3<br>
    998982Testcase terminated with signal 0<br>
     
    1002986Exception, line 66: TypeError: Undefined value<br>
    1003987</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>
     991Testcase terminated with signal 0<br>
     992Complete testcase output was:<br>
     993Exception, 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>
    1005996 [ <a href='#failure57'>Previous Failure</a> | <a href='#failure59'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    1006997<tt>Expected exit code 0, got 3<br>
    1007998Testcase terminated with signal 0<br>
    1008999Complete 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-002.js'>js1_5/GetSet/getset-002.js</a> failed</b> <br>
     1000Exception, 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>
    10121003 [ <a href='#failure58'>Previous Failure</a> | <a href='#failure60'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    10131004<tt>Expected exit code 0, got 3<br>
    10141005Testcase terminated with signal 0<br>
    10151006Complete 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>
     1007Exception, 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>
    10191010 [ <a href='#failure59'>Previous Failure</a> | <a href='#failure61'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    10201011<tt>Expected exit code 0, got 3<br>
    10211012Testcase terminated with signal 0<br>
    10221013Complete testcase output was:<br>
    1023 Exception, line 48: 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-001.js'>js1_5/Object/regress-90596-001.js</a> failed</b> <br>
     1014Exception, 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>
    10261017 [ <a href='#failure60'>Previous Failure</a> | <a href='#failure62'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    10271018<tt>Expected exit code 0, got 3<br>
    10281019Testcase terminated with signal 0<br>
    10291020Complete 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-90596-002.js'>js1_5/Object/regress-90596-002.js</a> failed</b> <br>
     1021Exception, 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>
    10331024 [ <a href='#failure61'>Previous Failure</a> | <a href='#failure63'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    10341025<tt>Expected exit code 0, got 3<br>
    10351026Testcase terminated with signal 0<br>
    10361027Complete 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-001.js'>js1_5/Object/regress-96284-001.js</a> failed</b> <br>
     1028Exception, 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>
    10401031 [ <a href='#failure62'>Previous Failure</a> | <a href='#failure64'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    10411032<tt>Expected exit code 0, got 3<br>
    10421033Testcase terminated with signal 0<br>
    10431034Complete 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>
     1035Exception, 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>
    10471038 [ <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>
    10551039<tt>Expected exit code 0, got 3<br>
    10561040Testcase terminated with signal 0<br>
     
    10601044Exception, line 61: TypeError: Value undefined (result of expression obj.toSource) is not object.<br>
    10611045</tt><br>
    1062 <a name='failure66'></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='#failure65'>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>
    10641048<tt>--> STATUS: Testing calling obj.eval(str)<br>
    10651049Failure messages were:<br>
     
    10691053--> FAILED!: [reported from test()] <br>
    10701054</tt><br>
    1071 <a name='failure67'></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='#failure66'>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>
    10731057<tt>--> STATUS: Reassignment to a const is NOT an error per ECMA<br>
    10741058Failure messages were:<br>
     
    10801064--> FAILED!: [reported from test()] <br>
    10811065</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>
     1069Testcase terminated with signal 0<br>
     1070Complete testcase output was:<br>
     1071Exception, 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>
    10831074 [ <a href='#failure67'>Previous Failure</a> | <a href='#failure69'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    10841075<tt>Expected exit code 0, got 3<br>
    10851076Testcase terminated with signal 0<br>
    10861077Complete 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-127557.js'>js1_5/Regress/regress-127557.js</a> failed</b> <br>
     1078Exception, 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>
    10901081 [ <a href='#failure68'>Previous Failure</a> | <a href='#failure70'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    10911082<tt>Expected exit code 0, got 3<br>
    10921083Testcase terminated with signal 0<br>
    10931084Complete 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-172699.js'>js1_5/Regress/regress-172699.js</a> failed</b> <br>
     1085Exception, 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>
    10971088 [ <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>
    11051089<tt>--> STATUS: Don't crash on extraneous arguments to str.match(), etc.<br>
    11061090Failure messages were:<br>
     
    11521136--> FAILED!: [reported from test()] <br>
    11531137</tt><br>
    1154 <a name='failure72'></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='#failure71'>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>
    11561140<tt>Expected exit code 0, got 3<br>
    11571141Testcase terminated with signal 0<br>
     
    11601144Exception, line 3: SyntaxError: Parse error<br>
    11611145</tt><br>
    1162 <a name='failure73'></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='#failure72'>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>
    11641148<tt>--> STATUS: Testing |with (x) {function f() {}}| when |x.f| already exists<br>
    11651149Failure messages were:<br>
     
    11761160--> FAILED!: [reported from test()] <br>
    11771161</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>
     1165Testcase terminated with signal 0<br>
     1166Complete testcase output was:<br>
     1167Exception, 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>
    11791170 [ <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>
    11871171<tt>--> STATUS: Testing scope after changing obj.__proto__<br>
    11881172Failure messages were:<br>
     
    11951179--> FAILED!: [reported from test()] <br>
    11961180</tt><br>
    1197 <a name='failure76'></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='#failure75'>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>
    11991183<tt>--> STATUS: Array Generic Methods<br>
    12001184Failure messages were:<br>
     
    12041188--> FAILED!: <br>
    12051189</tt><br>
    1206 <a name='failure77'></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='#failure76'>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>
    12081192<tt>Expected exit code 0, got 3<br>
    12091193Testcase terminated with signal 0<br>
     
    12131197Exception, line 48: TypeError: Value undefined (result of expression [].lastIndexOf) is not object.<br>
    12141198</tt><br>
    1215 <a name='failure78'></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='#failure77'>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>
    12171201<tt>--> STATUS: E4X should be enabled even when e4x=1 not specified<br>
    12181202Failure messages were:<br>
     
    12241208--> FAILED!: <br>
    12251209</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>
     1213Testcase terminated with signal 0<br>
     1214Complete testcase output was:<br>
     1215Exception, 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>
    12271218 [ <a href='#failure78'>Previous Failure</a> | <a href='#failure80'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    12281219<tt>Expected exit code 0, got 3<br>
    12291220Testcase terminated with signal 0<br>
    12301221Complete 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>
     1222Exception, 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>
    12341225 [ <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>
    12421226<tt>Expected exit code 0, got 3<br>
    12431227Testcase terminated with signal 0<br>
     
    12541238<a name='retest_list'></a>
    12551239<h2>Retest List</h2><br>
    1256 # Retest List, kjs, generated Tue Dec 27 14:28:00 2005.
     1240# Retest List, kjs, generated Fri Dec 30 02:33:39 2005.
    12571241# Original test base was: All tests.
    1258 # 1127 of 1135 test(s) were completed, 81 failures reported.
     1242# 1127 of 1135 test(s) were completed, 80 failures reported.
    12591243ecma/GlobalObject/15.1.2.2-2.js
    12601244ecma/LexicalConventions/7.7.3-1.js
     
    12671251ecma_3/Function/regress-58274.js
    12681252ecma_3/Function/regress-193555.js
    1269 ecma_3/Object/class-002.js
    12701253ecma_3/RegExp/15.10.2-1.js
    12711254ecma_3/RegExp/octal-002.js
Note: See TracChangeset for help on using the changeset viewer.