Changeset 7682 in webkit for trunk/JavaScriptCore/tests


Ignore:
Timestamp:
Sep 26, 2004, 6:01:00 PM (21 years ago)
Author:
darin
Message:

Reviewed by Kevin.

  • fixed <rdar://problem/3816097> REGRESSION: mailblocks, and presumably many other pages, failing because variable not found
  • kjs/internal.cpp: (InterpreterImp::evaluate): Process variable declarations before executing the program. We were doing this properly for functions, but not entire programs.
  • fixed <rdar://problem/3814706> REGRESSION: text fields in mailblocks wizards do not accept keystrokes due to use of charCodeAt()
  • kjs/string_object.cpp: (StringProtoFuncImp::call): Changed the implementation of charAt and charCodeAt to treat a missing parameter as an index of 0, rather than an invalid index.
  • tests/mozilla/expected.html: Update for two tests that now pass with these changes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/tests/mozilla/expected.html

    r7522 r7682  
    88Test List: All tests<br>
    99Skip List: ecma/Date<br>
    10 967 test(s) selected, 962 test(s) completed, 134 failures reported (13.92% failed)<br>
     10967 test(s) selected, 962 test(s) completed, 132 failures reported (13.72% failed)<br>
    1111Engine command line: /Users/darin/symroots/testkjs <br>
    12 OS type: Darwin Darin-Adlers-Computer.local 8.0.0b2 Darwin Kernel Version 8.0.0b2: Tue Sep  7 18:50:31 PDT 2004; root:xnu/xnu-671.3.obj~2/RELEASE_PPC  Power Macintosh powerpc<br>
    13 Testcase execution time: 5 minutes, 38 seconds.<br>
    14 Tests completed on Sun Sep 12 23:15:16 2004.<br><br>
     12OS type: Darwin hq-bentspoon-com.local 7.5.0 Darwin Kernel Version 7.5.0: Thu Aug  5 19:26:16 PDT 2004; root:xnu/xnu-517.7.21.obj~3/RELEASE_PPC  Power Macintosh powerpc<br>
     13Testcase execution time: 8 minutes, 42 seconds.<br>
     14Tests completed on Sun Sep 26 17:58:04 2004.<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>
     
    192192--> (Wed Dec 31 1969 16:00:00 GMT-0800).toLocaleTimeString() = 4:00:00 PM PST FAILED! expected: 16:00:00<br>
    193193--> (Wed Dec 31 1969 08:00:00 GMT-0800).toLocaleTimeString() = 8:00:00 AM PST FAILED! expected: 08:00:00<br>
    194 --> (Fri Dec 13 1901 12:45:52 GMT-0800).toLocaleTimeString() = 1:45:52 PM PDT FAILED! expected: 12:45:52<br>
    195 --> (Fri Dec 13 1901 12:45:52 GMT-0800).toLocaleTimeString() = 1:45:52 PM PDT FAILED! expected: 12:45:52<br>
     194--> (Fri Dec 13 1901 12:45:52 GMT-0800).toLocaleTimeString() = 12:45:52 PM PST FAILED! expected: 12:45:52<br>
     195--> (Fri Dec 13 1901 12:45:52 GMT-0800).toLocaleTimeString() = 12:45:52 PM PST FAILED! expected: 12:45:52<br>
    196196--> (Fri Dec 31 1999 16:00:00 GMT-0800).toLocaleTimeString() = 4:00:00 PM PST FAILED! expected: 16:00:00<br>
    197197--> (Sat Jan 01 2000 00:00:00 GMT-0800).toLocaleTimeString() = 12:00:00 AM PST FAILED! expected: 00:00:00<br>
     
    199199--> (Mon Feb 28 2000 15:59:59 GMT-0800).toLocaleTimeString() = 3:59:59 PM PST FAILED! expected: 15:59:59<br>
    200200--> (Tue Feb 29 2000 00:00:00 GMT-0800).toLocaleTimeString() = 12:00:00 AM PST FAILED! expected: 00:00:00<br>
    201 --> (Sun Sep 12 2004 23:13:57 GMT-0700).toLocaleTimeString() = 11:13:57 PM PDT FAILED! expected: 23:13:57<br>
    202 --> (Mon Sep 13 2004 07:13:57 GMT-0700).toLocaleTimeString() = 7:13:57 AM PDT FAILED! expected: 07:13:57<br>
     201--> (Sun Sep 26 2004 17:55:40 GMT-0700).toLocaleTimeString() = 5:55:40 PM PDT FAILED! expected: 17:55:40<br>
     202--> (Mon Sep 27 2004 01:55:40 GMT-0700).toLocaleTimeString() = 1:55:40 AM PDT FAILED! expected: 01:55:40<br>
    203203--> (Fri Dec 31 2004 16:00:00 GMT-0800).toLocaleTimeString() = 4:00:00 PM PST FAILED! expected: 16:00:00<br>
    204204--> (Fri Dec 31 2004 15:59:59 GMT-0800).toLocaleTimeString() = 3:59:59 PM PST FAILED! expected: 15:59:59<br>
     
    15401540--> Section 3 of test - got Error: Can't find variable: it FAILED! expected: a "read-only" error<br>
    15411541</tt><br>
    1542 <a name='failure96'></a><dd><b>Testcase <a target='other_window' href='./js1_3/inherit/proto_12.js'>js1_3/inherit/proto_12.js</a> failed</b> <br>
     1542<a name='failure96'></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>
    15431543 [ <a href='#failure95'>Previous Failure</a> | <a href='#failure97'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    1544 <tt>Expected exit code 0, got 3<br>
    1545 Testcase terminated with signal 0<br>
    1546 Complete testcase output was:<br>
    1547 --> proto_12 No Multiple Inheritance<br>
    1548 Exception: ReferenceError - Can't find variable: idCounter<br>
    1549 </tt><br>
    1550 <a name='failure97'></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>
    1551  [ <a href='#failure96'>Previous Failure</a> | <a href='#failure98'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    15521544<tt>Expected exit code 3, got 0<br>
    15531545Testcase terminated with signal 0<br>
     
    15581550OK.<br>
    15591551</tt><br>
    1560 <a name='failure98'></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>
    1561  [ <a href='#failure97'>Previous Failure</a> | <a href='#failure99'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     1552<a name='failure97'></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>
     1553 [ <a href='#failure96'>Previous Failure</a> | <a href='#failure98'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    15621554<tt>Expected exit code 3, got 0<br>
    15631555Testcase terminated with signal 0<br>
     
    15681560OK.<br>
    15691561</tt><br>
    1570 <a name='failure99'></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>
    1571  [ <a href='#failure98'>Previous Failure</a> | <a href='#failure100'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     1562<a name='failure98'></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>
     1563 [ <a href='#failure97'>Previous Failure</a> | <a href='#failure99'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    15721564<tt>Expected exit code 0, got 3<br>
    15731565Testcase terminated with signal 0<br>
     
    15761568Exception: ReferenceError - Can't find variable: Script<br>
    15771569</tt><br>
    1578 <a name='failure100'></a><dd><b>Testcase <a target='other_window' href='./js1_4/Functions/function-001.js'>js1_4/Functions/function-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=324455' target='other_window'>Bug Number 324455</a><br>
    1579  [ <a href='#failure99'>Previous Failure</a> | <a href='#failure101'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     1570<a name='failure99'></a><dd><b>Testcase <a target='other_window' href='./js1_4/Functions/function-001.js'>js1_4/Functions/function-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=324455' target='other_window'>Bug Number 324455</a><br>
     1571 [ <a href='#failure98'>Previous Failure</a> | <a href='#failure100'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    15801572<tt><br>
    15811573Failure messages were:<br>
     
    15831575--> return function.arguments when function contains an arguments property = [object Arguments] FAILED! expected: PASS<br>
    15841576</tt><br>
    1585 <a name='failure101'></a><dd><b>Testcase <a target='other_window' href='./js1_4/Regress/function-002.js'>js1_4/Regress/function-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=330462' target='other_window'>Bug Number 330462</a><br>
     1577<a name='failure100'></a><dd><b>Testcase <a target='other_window' href='./js1_4/Regress/function-002.js'>js1_4/Regress/function-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=330462' target='other_window'>Bug Number 330462</a><br>
     1578 [ <a href='#failure99'>Previous Failure</a> | <a href='#failure101'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     1579<tt><br>
     1580Failure messages were:<br>
     1581--> f1.toString() == dec1 = false FAILED! expected: true<br>
     1582</tt><br>
     1583<a name='failure101'></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>
    15861584 [ <a href='#failure100'>Previous Failure</a> | <a href='#failure102'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    15871585<tt><br>
    15881586Failure messages were:<br>
    1589 --> f1.toString() == dec1 = false FAILED! expected: true<br>
    1590 </tt><br>
    1591 <a name='failure102'></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>
     1587--> StripSpaces(Array.prototype.concat.toString()).substring(0,17) = (Internalfunction FAILED! expected: functionconcat(){<br>
     1588</tt><br>
     1589<a name='failure102'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Array/regress-157652.js'>js1_5/Array/regress-157652.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=157652' target='other_window'>Bug Number 157652</a><br>
    15921590 [ <a href='#failure101'>Previous Failure</a> | <a href='#failure103'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    1593 <tt><br>
    1594 Failure messages were:<br>
    1595 --> StripSpaces(Array.prototype.concat.toString()).substring(0,17) = (Internalfunction FAILED! expected: functionconcat(){<br>
    1596 </tt><br>
    1597 <a name='failure103'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Array/regress-157652.js'>js1_5/Array/regress-157652.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=157652' target='other_window'>Bug Number 157652</a><br>
    1598  [ <a href='#failure102'>Previous Failure</a> | <a href='#failure104'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    15991591<tt>Expected exit code 3, got 0<br>
    16001592Testcase terminated with signal 0<br>
     
    16051597OK.<br>
    16061598</tt><br>
    1607 <a name='failure104'></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>
     1599<a name='failure103'></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>
     1600 [ <a href='#failure102'>Previous Failure</a> | <a href='#failure104'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     1601<tt>Expected exit code 0, got 3<br>
     1602Testcase terminated with signal 0<br>
     1603Complete testcase output was:<br>
     1604Exception, line 42: SyntaxError - Parse error<br>
     1605</tt><br>
     1606<a name='failure104'></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>
    16081607 [ <a href='#failure103'>Previous Failure</a> | <a href='#failure105'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    16091608<tt>Expected exit code 0, got 3<br>
     
    16121611Exception, line 42: SyntaxError - Parse error<br>
    16131612</tt><br>
    1614 <a name='failure105'></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>
     1613<a name='failure105'></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>
    16151614 [ <a href='#failure104'>Previous Failure</a> | <a href='#failure106'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    16161615<tt>Expected exit code 0, got 3<br>
     
    16191618Exception, line 42: SyntaxError - Parse error<br>
    16201619</tt><br>
    1621 <a name='failure106'></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>
     1620<a name='failure106'></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>
    16221621 [ <a href='#failure105'>Previous Failure</a> | <a href='#failure107'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    16231622<tt>Expected exit code 0, got 3<br>
    16241623Testcase terminated with signal 0<br>
    16251624Complete testcase output was:<br>
    1626 Exception, line 42: SyntaxError - Parse error<br>
    1627 </tt><br>
    1628 <a name='failure107'></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>
     1625Exception: TypeError - Undefined value<br>
     1626</tt><br>
     1627<a name='failure107'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Exceptions/regress-123002.js'>js1_5/Exceptions/regress-123002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=123002' target='other_window'>Bug Number 123002</a><br>
    16291628 [ <a href='#failure106'>Previous Failure</a> | <a href='#failure108'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    1630 <tt>Expected exit code 0, got 3<br>
    1631 Testcase terminated with signal 0<br>
    1632 Complete testcase output was:<br>
    1633 Exception: TypeError - Undefined value<br>
    1634 </tt><br>
    1635 <a name='failure108'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Exceptions/regress-123002.js'>js1_5/Exceptions/regress-123002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=123002' target='other_window'>Bug Number 123002</a><br>
    1636  [ <a href='#failure107'>Previous Failure</a> | <a href='#failure109'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    16371629<tt>--> STATUS: Testing Error.length<br>
    16381630Failure messages were:<br>
     
    16591651--> FAILED!: [reported from test()] <br>
    16601652</tt><br>
    1661 <a name='failure109'></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>
    1662  [ <a href='#failure108'>Previous Failure</a> | <a href='#failure110'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     1653<a name='failure108'></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>
     1654 [ <a href='#failure107'>Previous Failure</a> | <a href='#failure109'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    16631655<tt>Expected exit code 0, got 3<br>
    16641656Testcase terminated with signal 0<br>
     
    16681660Exception: TypeError - Undefined value<br>
    16691661</tt><br>
    1670 <a name='failure110'></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>
     1662<a name='failure109'></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>
     1663 [ <a href='#failure108'>Previous Failure</a> | <a href='#failure110'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     1664<tt>Expected exit code 0, got 3<br>
     1665Testcase terminated with signal 0<br>
     1666Complete testcase output was:<br>
     1667Exception, line 33: SyntaxError - Parse error<br>
     1668</tt><br>
     1669<a name='failure110'></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>
    16711670 [ <a href='#failure109'>Previous Failure</a> | <a href='#failure111'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    16721671<tt>Expected exit code 0, got 3<br>
    16731672Testcase terminated with signal 0<br>
    16741673Complete testcase output was:<br>
    1675 Exception, line 33: SyntaxError - Parse error<br>
    1676 </tt><br>
    1677 <a name='failure111'></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>
     1674Exception, line 29: SyntaxError - Parse error<br>
     1675</tt><br>
     1676<a name='failure111'></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>
    16781677 [ <a href='#failure110'>Previous Failure</a> | <a href='#failure112'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    16791678<tt>Expected exit code 0, got 3<br>
    16801679Testcase terminated with signal 0<br>
    16811680Complete testcase output was:<br>
    1682 Exception, line 29: SyntaxError - Parse error<br>
    1683 </tt><br>
    1684 <a name='failure112'></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>
     1681Exception, line 48: SyntaxError - Parse error<br>
     1682</tt><br>
     1683<a name='failure112'></a><dd><b>Testcase <a target='other_window' href='./js1_5/GetSet/getset-004.js'>js1_5/GetSet/getset-004.js</a> failed</b> <br>
    16851684 [ <a href='#failure111'>Previous Failure</a> | <a href='#failure113'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    16861685<tt>Expected exit code 0, got 3<br>
    16871686Testcase terminated with signal 0<br>
    16881687Complete testcase output was:<br>
    1689 Exception, line 48: SyntaxError - Parse error<br>
    1690 </tt><br>
    1691 <a name='failure113'></a><dd><b>Testcase <a target='other_window' href='./js1_5/GetSet/getset-004.js'>js1_5/GetSet/getset-004.js</a> failed</b> <br>
     1688Exception, line 48: TypeError - Value undefined (result of expression obj.__defineSetter__) is not object.<br>
     1689</tt><br>
     1690<a name='failure113'></a><dd><b>Testcase <a target='other_window' href='./js1_5/GetSet/getset-005.js'>js1_5/GetSet/getset-005.js</a> failed</b> <br>
    16921691 [ <a href='#failure112'>Previous Failure</a> | <a href='#failure114'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    16931692<tt>Expected exit code 0, got 3<br>
    16941693Testcase terminated with signal 0<br>
    16951694Complete testcase output was:<br>
    1696 Exception, line 48: TypeError - Value undefined (result of expression obj.__defineSetter__) is not object.<br>
    1697 </tt><br>
    1698 <a name='failure114'></a><dd><b>Testcase <a target='other_window' href='./js1_5/GetSet/getset-005.js'>js1_5/GetSet/getset-005.js</a> failed</b> <br>
     1695Exception, line 57: TypeError - Value undefined (result of expression obj.__defineSetter__) is not object.<br>
     1696</tt><br>
     1697<a name='failure114'></a><dd><b>Testcase <a target='other_window' href='./js1_5/GetSet/getset-006.js'>js1_5/GetSet/getset-006.js</a> failed</b> <br>
    16991698 [ <a href='#failure113'>Previous Failure</a> | <a href='#failure115'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    17001699<tt>Expected exit code 0, got 3<br>
    17011700Testcase terminated with signal 0<br>
    17021701Complete testcase output was:<br>
    1703 Exception, line 57: TypeError - Value undefined (result of expression obj.__defineSetter__) is not object.<br>
    1704 </tt><br>
    1705 <a name='failure115'></a><dd><b>Testcase <a target='other_window' href='./js1_5/GetSet/getset-006.js'>js1_5/GetSet/getset-006.js</a> failed</b> <br>
     1702Exception, line 62: TypeError - Value undefined (result of expression obj.__defineSetter__) is not object.<br>
     1703</tt><br>
     1704<a name='failure115'></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>
    17061705 [ <a href='#failure114'>Previous Failure</a> | <a href='#failure116'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    17071706<tt>Expected exit code 0, got 3<br>
    17081707Testcase terminated with signal 0<br>
    17091708Complete testcase output was:<br>
    1710 Exception, line 62: TypeError - Value undefined (result of expression obj.__defineSetter__) is not object.<br>
    1711 </tt><br>
    1712 <a name='failure116'></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>
     1709Exception, line 49: TypeError - Value undefined (result of expression obj.toSource) is not object.<br>
     1710</tt><br>
     1711<a name='failure116'></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>
    17131712 [ <a href='#failure115'>Previous Failure</a> | <a href='#failure117'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    17141713<tt>Expected exit code 0, got 3<br>
    17151714Testcase terminated with signal 0<br>
    17161715Complete testcase output was:<br>
    1717 Exception, line 49: TypeError - Value undefined (result of expression obj.toSource) is not object.<br>
    1718 </tt><br>
    1719 <a name='failure117'></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>
     1716Exception, line 49: TypeError - Object  (result of expression uneval) does not allow calls.<br>
     1717</tt><br>
     1718<a name='failure117'></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>
    17201719 [ <a href='#failure116'>Previous Failure</a> | <a href='#failure118'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    17211720<tt>Expected exit code 0, got 3<br>
    17221721Testcase terminated with signal 0<br>
    17231722Complete testcase output was:<br>
    1724 Exception, line 49: TypeError - Object  (result of expression uneval) does not allow calls.<br>
    1725 </tt><br>
    1726 <a name='failure118'></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>
     1723Exception, line 50: TypeError - Value undefined (result of expression obj1.toSource) is not object.<br>
     1724</tt><br>
     1725<a name='failure118'></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>
    17271726 [ <a href='#failure117'>Previous Failure</a> | <a href='#failure119'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    17281727<tt>Expected exit code 0, got 3<br>
    17291728Testcase terminated with signal 0<br>
    17301729Complete testcase output was:<br>
    1731 Exception, line 50: TypeError - Value undefined (result of expression obj1.toSource) is not object.<br>
    1732 </tt><br>
    1733 <a name='failure119'></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>
     1730Exception, line 50: TypeError - Object  (result of expression uneval) does not allow calls.<br>
     1731</tt><br>
     1732<a name='failure119'></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>
    17341733 [ <a href='#failure118'>Previous Failure</a> | <a href='#failure120'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    17351734<tt>Expected exit code 0, got 3<br>
    17361735Testcase terminated with signal 0<br>
    17371736Complete testcase output was:<br>
    1738 Exception, line 50: TypeError - Object  (result of expression uneval) does not allow calls.<br>
    1739 </tt><br>
    1740 <a name='failure120'></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>
     1737Exception, line 351: SyntaxError - Parse error<br>
     1738</tt><br>
     1739<a name='failure120'></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>
    17411740 [ <a href='#failure119'>Previous Failure</a> | <a href='#failure121'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    17421741<tt>Expected exit code 0, got 3<br>
    17431742Testcase terminated with signal 0<br>
    17441743Complete testcase output was:<br>
    1745 Exception, line 351: SyntaxError - Parse error<br>
    1746 </tt><br>
    1747 <a name='failure121'></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>
     1744Exception, line 76: TypeError - Object  (result of expression clone) does not allow calls.<br>
     1745</tt><br>
     1746<a name='failure121'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-156354.js'>js1_5/Regress/regress-156354.js</a> failed</b> <br>
    17481747 [ <a href='#failure120'>Previous Failure</a> | <a href='#failure122'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    17491748<tt>Expected exit code 0, got 3<br>
    17501749Testcase terminated with signal 0<br>
    17511750Complete testcase output was:<br>
    1752 Exception, line 76: TypeError - Object  (result of expression clone) does not allow calls.<br>
    1753 </tt><br>
    1754 <a name='failure122'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-140974.js'>js1_5/Regress/regress-140974.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=140974' target='other_window'>Bug Number 140974</a><br>
     1751Exception, line 56: TypeError - Value undefined (result of expression this.propertyIsEnumerable) is not object.<br>
     1752</tt><br>
     1753<a name='failure122'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-168347.js'>js1_5/Regress/regress-168347.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=168347' target='other_window'>Bug Number 168347</a><br>
    17551754 [ <a href='#failure121'>Previous Failure</a> | <a href='#failure123'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    1756 <tt>--> STATUS: |if (false) {var x;}| should create the variable x<br>
    1757 Failure messages were:<br>
    1758 --> FAILED!: [reported from test()] Section 1 of test -<br>
    1759 --> FAILED!: [reported from test()] Expected value 'variable was created', Actual value 'variable was NOT created'<br>
    1760 --> FAILED!: [reported from test()] <br>
    1761 --> FAILED!: [reported from test()] Section 3 of test -<br>
    1762 --> FAILED!: [reported from test()] Expected value 'variable was created', Actual value 'variable was NOT created'<br>
    1763 --> FAILED!: [reported from test()] <br>
    1764 --> FAILED!: [reported from test()] Section 4 of test -<br>
    1765 --> FAILED!: [reported from test()] Expected value 'variable was created', Actual value 'variable was NOT created'<br>
    1766 --> FAILED!: [reported from test()] <br>
    1767 --> FAILED!: [reported from test()] Section 5 of test -<br>
    1768 --> FAILED!: [reported from test()] Expected value 'variable was created', Actual value 'variable was NOT created'<br>
    1769 --> FAILED!: [reported from test()] <br>
    1770 --> FAILED!: [reported from test()] Section 6 of test -<br>
    1771 --> FAILED!: [reported from test()] Expected value 'variable was created', Actual value 'variable was NOT created'<br>
    1772 --> FAILED!: [reported from test()] <br>
    1773 </tt><br>
    1774 <a name='failure123'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-156354.js'>js1_5/Regress/regress-156354.js</a> failed</b> <br>
    1775  [ <a href='#failure122'>Previous Failure</a> | <a href='#failure124'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    1776 <tt>Expected exit code 0, got 3<br>
    1777 Testcase terminated with signal 0<br>
    1778 Complete testcase output was:<br>
    1779 Exception, line 56: TypeError - Value undefined (result of expression this.propertyIsEnumerable) is not object.<br>
    1780 </tt><br>
    1781 <a name='failure124'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-168347.js'>js1_5/Regress/regress-168347.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=168347' target='other_window'>Bug Number 168347</a><br>
    1782  [ <a href='#failure123'>Previous Failure</a> | <a href='#failure125'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    17831755<tt>--> STATUS: Testing F.toString()<br>
    17841756Failure messages were:<br>
     
    17901762--> FAILED!: [reported from test()] <br>
    17911763</tt><br>
    1792 <a name='failure125'></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>
    1793  [ <a href='#failure124'>Previous Failure</a> | <a href='#failure126'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     1764<a name='failure123'></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>
     1765 [ <a href='#failure122'>Previous Failure</a> | <a href='#failure124'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    17941766<tt>Expected exit code 0, got 3<br>
    17951767Testcase terminated with signal 0<br>
     
    17971769Exception: URIError - URI error<br>
    17981770</tt><br>
    1799 <a name='failure126'></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>
    1800  [ <a href='#failure125'>Previous Failure</a> | <a href='#failure127'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     1771<a name='failure124'></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>
     1772 [ <a href='#failure123'>Previous Failure</a> | <a href='#failure125'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    18011773<tt>--> STATUS: Don't crash on extraneous arguments to str.match(), etc.<br>
    18021774Failure messages were:<br>
     
    18481820--> FAILED!: [reported from test()] <br>
    18491821</tt><br>
    1850 <a name='failure127'></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>
    1851  [ <a href='#failure126'>Previous Failure</a> | <a href='#failure128'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     1822<a name='failure125'></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>
     1823 [ <a href='#failure124'>Previous Failure</a> | <a href='#failure126'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    18521824<tt>Expected exit code 0, got 3<br>
    18531825Testcase terminated with signal 0<br>
     
    18561828Exception, line 3: SyntaxError - Parse error<br>
    18571829</tt><br>
    1858 <a name='failure128'></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>
    1859  [ <a href='#failure127'>Previous Failure</a> | <a href='#failure129'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     1830<a name='failure126'></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>
     1831 [ <a href='#failure125'>Previous Failure</a> | <a href='#failure127'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    18601832<tt>Expected exit code 0, got 3<br>
    18611833Testcase terminated with signal 0<br>
     
    18651837Exception, line 61: TypeError - Value undefined (result of expression obj.toSource) is not object.<br>
    18661838</tt><br>
    1867 <a name='failure129'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-68498-002.js'>js1_5/Regress/regress-68498-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=68498' target='other_window'>Bug Number 68498</a><br>
    1868  [ <a href='#failure128'>Previous Failure</a> | <a href='#failure130'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     1839<a name='failure127'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-68498-002.js'>js1_5/Regress/regress-68498-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=68498' target='other_window'>Bug Number 68498</a><br>
     1840 [ <a href='#failure126'>Previous Failure</a> | <a href='#failure128'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    18691841<tt>--> STATUS: Creating a Deletable local variable using eval<br>
    18701842Failure messages were:<br>
     
    18731845--> FAILED!: [reported from test()] <br>
    18741846</tt><br>
    1875 <a name='failure130'></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>
    1876  [ <a href='#failure129'>Previous Failure</a> | <a href='#failure131'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     1847<a name='failure128'></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>
     1848 [ <a href='#failure127'>Previous Failure</a> | <a href='#failure129'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    18771849<tt>--> STATUS: Testing calling obj.eval(str)<br>
    18781850Failure messages were:<br>
     
    18821854--> FAILED!: [reported from test()] <br>
    18831855</tt><br>
    1884 <a name='failure131'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-96128-n.js'>js1_5/Regress/regress-96128-n.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=96128' target='other_window'>Bug Number 96128</a><br>
    1885  [ <a href='#failure130'>Previous Failure</a> | <a href='#failure132'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     1856<a name='failure129'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-96128-n.js'>js1_5/Regress/regress-96128-n.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=96128' target='other_window'>Bug Number 96128</a><br>
     1857 [ <a href='#failure128'>Previous Failure</a> | <a href='#failure130'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    18861858<tt>Expected exit code 3, got 0<br>
    18871859Testcase terminated with signal 11<br>
     
    18901862--> STATUS: Testing that JS infinite recursion protection works<br>
    18911863</tt><br>
    1892 <a name='failure132'></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>
    1893  [ <a href='#failure131'>Previous Failure</a> | <a href='#failure133'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     1864<a name='failure130'></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>
     1865 [ <a href='#failure129'>Previous Failure</a> | <a href='#failure131'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    18941866<tt>--> STATUS: Testing |with (x) {function f() {}}| when |x.f| already exists<br>
    18951867Failure messages were:<br>
     
    19061878--> FAILED!: [reported from test()] <br>
    19071879</tt><br>
    1908 <a name='failure133'></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>
    1909  [ <a href='#failure132'>Previous Failure</a> | <a href='#failure134'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     1880<a name='failure131'></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>
     1881 [ <a href='#failure130'>Previous Failure</a> | <a href='#failure132'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    19101882<tt>Expected exit code 0, got 3<br>
    19111883Testcase terminated with signal 0<br>
     
    19131885Exception, line 57: TypeError - Object  (result of expression Script) does not allow calls.<br>
    19141886</tt><br>
    1915 <a name='failure134'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Scope/scope-001.js'>js1_5/Scope/scope-001.js</a> failed</b> <br>
    1916  [ <a href='#failure133'>Previous Failure</a> | <a href='#failure135'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     1887<a name='failure132'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Scope/scope-001.js'>js1_5/Scope/scope-001.js</a> failed</b> <br>
     1888 [ <a href='#failure131'>Previous Failure</a> | <a href='#failure133'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    19171889<tt>Expected exit code 0, got 3<br>
    19181890Testcase terminated with signal 0<br>
     
    19261898<a name='retest_list'></a>
    19271899<h2>Retest List</h2><br>
    1928 # Retest List, kjs, generated Sun Sep 12 23:15:16 2004.
     1900# Retest List, kjs, generated Sun Sep 26 17:58:04 2004.
    19291901# Original test base was: All tests.
    1930 # 962 of 967 test(s) were completed, 134 failures reported.
     1902# 962 of 967 test(s) were completed, 132 failures reported.
    19311903ecma/ExecutionContexts/10.1.6.js
    19321904ecma/GlobalObject/15.1.2.2-2.js
     
    20241996js1_2/version120/boolean-001.js
    20251997js1_2/version120/regress-99663.js
    2026 js1_3/inherit/proto_12.js
    20271998js1_3/regress/function-001-n.js
    20281999js1_3/Script/function-001-n.js
     
    20502021js1_5/Regress/regress-104077.js
    20512022js1_5/Regress/regress-127557.js
    2052 js1_5/Regress/regress-140974.js
    20532023js1_5/Regress/regress-156354.js
    20542024js1_5/Regress/regress-168347.js
Note: See TracChangeset for help on using the changeset viewer.