Changeset 27405 in webkit for trunk/JavaScriptCore/tests


Ignore:
Timestamp:
Nov 3, 2007, 9:28:51 AM (18 years ago)
Author:
Darin Adler
Message:

Reviewed by Maciej.

Two or three fixes get 7 more of the Mozilla tests passing.
This gets us down from 61 failing tests to 54.

  • kjs/interpreter.h: (KJS::Interpreter::builtinRegExp): Made this inline and gave it a more specific type. Some day we should probably do that for all of these -- might even get a bit of a speed boost from it.
  • kjs/interpreter.cpp: Removed Interpreter::builtinRegExp now that it's inline in the header.
  • kjs/regexp_object.h:
  • kjs/regexp_object.cpp: (KJS::RegExpProtoFunc::callAsFunction): Moved test and exec out of the switch statement into the RegExpImp object, so they can be shared with RegExpImp::callAsFunction. (KJS::RegExpImp::match): Added. Common code used by both test and exec. (KJS::RegExpImp::test): Added. (KJS::RegExpImp::exec): Added. (KJS::RegExpImp::implementsCall): Added. (KJS::RegExpImp::callAsFunction): Added. (KJS::RegExpObjectImpPrivate::RegExpObjectImpPrivate): Initialize lastInput to null rather than empty string -- we take advantage of the difference in RegExpImp::match. (KJS::RegExpObjectImp::input): Added. No reason to go through hash tables just to get at a field like this.
  • pcre/pcre_compile.c: (check_escape): Changed the \u handling to match the JavaScript specification. If there are not 4 hex digits after the \u, then it's processed as if it wasn't an escape sequence at all.
  • pcre/pcre_internal.h: Added IS_NEWLINE, with the appropriate definition for JavaScript (4 specific Unicode values).
  • pcre/pcre_exec.c: (match): Changed all call sites to use IS_NEWLINE. (pcre_exec): Ditto.
  • tests/mozilla/expected.html: Updated to expect 7 more successful tests.
File:
1 edited

Legend:

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

    r27303 r27405  
    88Test List: All tests<br>
    99Skip List: (none)<br>
    10 1135 test(s) selected, 1127 test(s) completed, 61 failures reported (5.41% failed)<br>
    11 Engine command line: /Users/ap/WebKit/WebKitBuild/Debug/testkjs <br>
    12 OS type: Darwin host-10-10-148-242.bigtelecom.ru 8.10.0 Darwin Kernel Version 8.10.0: Wed May 23 16:50:59 PDT 2007; root:xnu-792.21.3~1/RELEASE_PPC Power Macintosh powerpc<br>
    13 Testcase execution time: 7 minutes, 8 seconds.<br>
    14 Tests completed on Tue Oct 30 10:12:12 2007.<br><br>
     101135 test(s) selected, 1127 test(s) completed, 54 failures reported (4.79% failed)<br>
     11Engine command line: /Users/darin/Build/Debug/testkjs <br>
     12OS type: Darwin Darin-Adlers-Mac-Pro.local 9.0.0 Darwin Kernel Version 9.0.0: Tue Oct  9 21:35:55 PDT 2007; root:xnu-1228~1/RELEASE_I386 i386<br>
     13Testcase execution time: 1 minutes, 11 seconds.<br>
     14Tests completed on Fri Nov  2 23:46:18 2007.<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>
     
    3131eval("function f(){}function g(){}") (threw no exception thrown = fail FAILED! expected: pass<br>
    3232</tt><br>
    33 <a name='failure3'></a><dd><b>Testcase <a target='other_window' href='./ecma_2/RegExp/regress-001.js'>ecma_2/RegExp/regress-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=http://bugzilla.mozilla.org/show_bug.cgi?id=2157' target='other_window'>Bug Number http://bugzilla.mozilla.org/show_bug.cgi?id=2157</a><br>
     33<a name='failure3'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Date/15.9.5.7.js'>ecma_3/Date/15.9.5.7.js</a> failed</b> <br>
    3434 [ <a href='#failure2'>Previous Failure</a> | <a href='#failure4'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    35 <tt>Expected exit code 0, got 3<br>
    36 Testcase terminated with signal 0<br>
    37 Complete testcase output was:<br>
    38 RegExp/hex-001.js JS regexp anchoring on empty match bug<br>
    39 BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=2157<br>
    40 [494] ./ecma_2/RegExp/regress-001.js line 18: TypeError: Object /a||b/ (result of expression /a||b/) does not allow calls.<br>
    41 </tt><br>
    42 <a name='failure4'></a><dd><b>Testcase <a target='other_window' href='./ecma_2/RegExp/unicode-001.js'>ecma_2/RegExp/unicode-001.js</a> failed</b> <br>
    43  [ <a href='#failure3'>Previous Failure</a> | <a href='#failure5'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    44 <tt>Expected exit code 0, got 3<br>
    45 Testcase terminated with signal 0<br>
    46 Complete testcase output was:<br>
    47 RegExp/unicode-001.js new RegExp( pattern, flags )<br>
    48 [495] ./ecma_2/RegExp/unicode-001.js line 33: TypeError: Null value<br>
    49 </tt><br>
    50 <a name='failure5'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Date/15.9.5.7.js'>ecma_3/Date/15.9.5.7.js</a> failed</b> <br>
    51  [ <a href='#failure4'>Previous Failure</a> | <a href='#failure6'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    5235<tt><br>
    5336Failure messages were:<br>
     
    6144(Mon Feb 28 2000 15:59:59 GMT-0800 (PST)).toLocaleTimeString() = 3:59:59 PM PST FAILED! expected: 15:59:59<br>
    6245(Tue Feb 29 2000 00:00:00 GMT-0800 (PST)).toLocaleTimeString() = 12:00:00 AM PST FAILED! expected: 00:00:00<br>
    63 (Tue Oct 30 2007 10:11:03 GMT-0700 (PDT)).toLocaleTimeString() = 10:11:03 AM PDT FAILED! expected: 10:11:03<br>
    64 (Tue Oct 30 2007 18:11:03 GMT-0700 (PDT)).toLocaleTimeString() = 6:11:03 PM PDT FAILED! expected: 18:11:03<br>
     46(Fri Nov 02 2007 23:46:06 GMT-0700 (PDT)).toLocaleTimeString() = 11:46:06 PM PDT FAILED! expected: 23:46:06<br>
     47(Sat Nov 03 2007 07:46:06 GMT-0700 (PDT)).toLocaleTimeString() = 7:46:06 AM PDT FAILED! expected: 07:46:06<br>
    6548(Fri Dec 31 2004 16:00:00 GMT-0800 (PST)).toLocaleTimeString() = 4:00:00 PM PST FAILED! expected: 16:00:00<br>
    6649(Fri Dec 31 2004 15:59:59 GMT-0800 (PST)).toLocaleTimeString() = 3:59:59 PM PST FAILED! expected: 15:59:59<br>
    6750(Sat Jan 01 2005 00:00:00 GMT-0800 (PST)).toLocaleTimeString() = 12:00:00 AM PST FAILED! expected: 00:00:00<br>
    6851</tt><br>
    69 <a name='failure6'></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>
    70  [ <a href='#failure5'>Previous Failure</a> | <a href='#failure7'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     52<a name='failure4'></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>
     53 [ <a href='#failure3'>Previous Failure</a> | <a href='#failure5'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    7154<tt>Expected exit code 0, got 3<br>
    7255Testcase terminated with signal 0<br>
    7356Complete testcase output was:<br>
    7457Testcase produced no output!</tt><br>
    75 <a name='failure7'></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>
    76  [ <a href='#failure6'>Previous Failure</a> | <a href='#failure8'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     58<a name='failure5'></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>
     59 [ <a href='#failure4'>Previous Failure</a> | <a href='#failure6'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    7760<tt>STATUS: RegExp conformance test<br>
    7861Failure messages were:<br>
     
    9982FAILED!: [reported from test()] <br>
    10083</tt><br>
    101 <a name='failure8'></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>
    102  [ <a href='#failure7'>Previous Failure</a> | <a href='#failure9'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     84<a name='failure6'></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>
     85 [ <a href='#failure5'>Previous Failure</a> | <a href='#failure7'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    10386<tt>STATUS: Testing regular expression edge cases<br>
    10487Failure messages were:<br>
     
    139122FAILED!: [reported from test()] <br>
    140123</tt><br>
    141 <a name='failure9'></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>
    142  [ <a href='#failure8'>Previous Failure</a> | <a href='#failure10'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    143 <tt>STATUS: Testing regular expressions with  ^, $, and the m flag -<br>
    144 Failure messages were:<br>
    145 FAILED!: [reported from test()] Section 2 of test -<br>
    146 FAILED!: [reported from test()] regexp = /\d$/gm<br>
    147 FAILED!: [reported from test()] string = 'aaa\n789\r\nccc\r\n345'<br>
    148 FAILED!: [reported from test()] ERROR !!! match arrays have different lengths:<br>
    149 FAILED!: [reported from test()] Expect: ["9", "5"]<br>
    150 FAILED!: [reported from test()] Actual: ["5"]<br>
    151 FAILED!: [reported from test()] <br>
    152 FAILED!: [reported from test()] Section 4 of test -<br>
    153 FAILED!: [reported from test()] regexp = /\d$/gm<br>
    154 FAILED!: [reported from test()] string = 'aaa\n789\r\nccc\r\nddd'<br>
    155 FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
    156 FAILED!: [reported from test()] Expect: ["9"]<br>
    157 FAILED!: [reported from test()] Actual: null<br>
    158 FAILED!: [reported from test()] <br>
    159 </tt><br>
    160 <a name='failure10'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-100199.js'>ecma_3/RegExp/regress-100199.js</a> failed</b> <br>
    161  [ <a href='#failure9'>Previous Failure</a> | <a href='#failure11'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    162 <tt>Expected exit code 0, got 3<br>
    163 Testcase terminated with signal 0<br>
    164 Complete testcase output was:<br>
    165 [622] ./ecma_3/RegExp/regress-100199.js line 48: SyntaxError: Invalid regular expression: missing terminating ] for character class<br>
    166 </tt><br>
    167 <a name='failure11'></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>
    168  [ <a href='#failure10'>Previous Failure</a> | <a href='#failure12'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     124<a name='failure7'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-100199.js'>ecma_3/RegExp/regress-100199.js</a> failed</b> <br>
     125 [ <a href='#failure6'>Previous Failure</a> | <a href='#failure8'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     126<tt>Expected exit code 0, got 3<br>
     127Testcase terminated with signal 0<br>
     128Complete testcase output was:<br>
     129[70841] ./ecma_3/RegExp/regress-100199.js line 48: SyntaxError: Invalid regular expression: missing terminating ] for character class<br>
     130</tt><br>
     131<a name='failure8'></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>
     132 [ <a href='#failure7'>Previous Failure</a> | <a href='#failure9'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    169133<tt>STATUS: Invalid use of regexp quantifiers should generate SyntaxErrors<br>
    170134Failure messages were:<br>
     
    173137FAILED!: [reported from test()] <br>
    174138</tt><br>
    175 <a name='failure12'></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>
    176  [ <a href='#failure11'>Previous Failure</a> | <a href='#failure13'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     139<a name='failure9'></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>
     140 [ <a href='#failure8'>Previous Failure</a> | <a href='#failure10'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    177141<tt>STATUS: Testing regexp submatches with quantifiers<br>
    178142Failure messages were:<br>
     
    213177FAILED!: [reported from test()] <br>
    214178</tt><br>
    215 <a name='failure13'></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>
    216  [ <a href='#failure12'>Previous Failure</a> | <a href='#failure14'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    217 <tt>Expected exit code 0, got 3<br>
    218 Testcase terminated with signal 0<br>
    219 Complete testcase output was:<br>
    220 [648] ./ecma_3/Statements/regress-194364.js line 1: SyntaxError: Parse error<br>
    221 </tt><br>
    222 <a name='failure14'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Unicode/uc-001.js'>ecma_3/Unicode/uc-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=23610' target='other_window'>Bug Number 23610</a><br>
    223  [ <a href='#failure13'>Previous Failure</a> | <a href='#failure15'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     179<a name='failure10'></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>
     180 [ <a href='#failure9'>Previous Failure</a> | <a href='#failure11'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     181<tt>Expected exit code 0, got 3<br>
     182Testcase terminated with signal 0<br>
     183Complete testcase output was:<br>
     184LEAK: 2 KJS::Node<br>
     185[70867] ./ecma_3/Statements/regress-194364.js line 1: SyntaxError: Parse error<br>
     186</tt><br>
     187<a name='failure11'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Unicode/uc-001.js'>ecma_3/Unicode/uc-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=23610' target='other_window'>Bug Number 23610</a><br>
     188 [ <a href='#failure10'>Previous Failure</a> | <a href='#failure12'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    224189<tt>STATUS: Unicode format-control character (Category Cf) test.<br>
    225190Failure messages were:<br>
     
    228193FAILED!: [reported from test()] <br>
    229194</tt><br>
    230 <a name='failure15'></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>
    231  [ <a href='#failure14'>Previous Failure</a> | <a href='#failure16'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     195<a name='failure12'></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>
     196 [ <a href='#failure11'>Previous Failure</a> | <a href='#failure13'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    232197<tt>STATUS: Unicode non-breaking space character test.<br>
    233198Failure messages were:<br>
     
    236201FAILED!: [reported from test()] <br>
    237202</tt><br>
    238 <a name='failure16'></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>
    239  [ <a href='#failure15'>Previous Failure</a> | <a href='#failure17'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    240 <tt>Expected exit code 0, got 3<br>
    241 Testcase terminated with signal 0<br>
    242 Complete testcase output was:<br>
    243 JS1_2 Object.toString()<br>
    244 [669] ./js1_2/Objects/toString-001.js line 103: TypeError: Object /^\{(.*)\}$/ (result of expression /^\{(.*)\}$/) does not allow calls.<br>
    245 </tt><br>
    246 <a name='failure17'></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>
    247  [ <a href='#failure16'>Previous Failure</a> | <a href='#failure18'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     203<a name='failure13'></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>
     204 [ <a href='#failure12'>Previous Failure</a> | <a href='#failure14'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     205<tt><br>
     206Failure messages were:<br>
     207var o = new Object(); o.toString() = [object Object] FAILED! expected: {}<br>
     208o = {}; o.toString() = [object Object] FAILED! expected: {}<br>
     209o = { name:"object", length:0, value:"hello" }; o.toString() = false FAILED! expected: true<br>
     210</tt><br>
     211<a name='failure14'></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>
     212 [ <a href='#failure13'>Previous Failure</a> | <a href='#failure15'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    248213<tt><br>
    249214Failure messages were:<br>
     
    253218} FAILED! expected: <br>
    254219</tt><br>
    255 <a name='failure18'></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>
    256  [ <a href='#failure17'>Previous Failure</a> | <a href='#failure19'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     220<a name='failure15'></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>
     221 [ <a href='#failure14'>Previous Failure</a> | <a href='#failure16'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    257222<tt>Expected exit code 3, got 0<br>
    258223Testcase terminated with signal 0<br>
    259224Complete testcase output was:<br>
    260 LEAK: 329 KJS::Node<br>
    261225function-001.js functions not separated by semicolons are errors in version 120 and higher<br>
    262226eval("function f(){}function g(){}") = undefined FAILED! expected: error<br>
    263227</tt><br>
    264 <a name='failure19'></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>
    265  [ <a href='#failure18'>Previous Failure</a> | <a href='#failure20'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    266 <tt>Expected exit code 0, got 3<br>
    267 Testcase terminated with signal 0<br>
    268 Complete testcase output was:<br>
    269 JS_1.2 The variable statment<br>
    270 [682] ./js1_2/function/regexparg-1.js line 80: TypeError: Object /abc/ (result of expression x) does not allow calls.<br>
    271 </tt><br>
    272 <a name='failure20'></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>
    273  [ <a href='#failure19'>Previous Failure</a> | <a href='#failure21'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    274 <tt><br>
    275 Failure messages were:<br>
    276 } FAILED! expected: <br>
    277 } FAILED! expected: <br>
    278 } FAILED! expected: <br>
    279 } FAILED! expected: <br>
    280 } FAILED! expected: <br>
    281 </tt><br>
    282 <a name='failure21'></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>
    283  [ <a href='#failure20'>Previous Failure</a> | <a href='#failure22'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    284 <tt><br>
    285 Failure messages were:<br>
    286 } FAILED! expected: <br>
    287 } FAILED! expected: <br>
    288 } FAILED! expected: <br>
    289 } FAILED! expected: <br>
    290 } FAILED! expected: <br>
    291 } FAILED! expected: <br>
    292 } FAILED! expected: <br>
    293 } FAILED! expected: <br>
    294 } FAILED! expected: <br>
    295 </tt><br>
    296 <a name='failure22'></a><dd><b>Testcase <a target='other_window' href='./js1_2/operator/equality.js'>js1_2/operator/equality.js</a> failed</b> <br>
    297  [ <a href='#failure21'>Previous Failure</a> | <a href='#failure23'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     228<a name='failure16'></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>
     229 [ <a href='#failure15'>Previous Failure</a> | <a href='#failure17'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     230<tt><br>
     231Failure messages were:<br>
     232} FAILED! expected: <br>
     233} FAILED! expected: <br>
     234} FAILED! expected: <br>
     235} FAILED! expected: <br>
     236} FAILED! expected: <br>
     237</tt><br>
     238<a name='failure17'></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>
     239 [ <a href='#failure16'>Previous Failure</a> | <a href='#failure18'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     240<tt><br>
     241Failure messages were:<br>
     242} FAILED! expected: <br>
     243} FAILED! expected: <br>
     244} FAILED! expected: <br>
     245} FAILED! expected: <br>
     246} FAILED! expected: <br>
     247} FAILED! expected: <br>
     248} FAILED! expected: <br>
     249} FAILED! expected: <br>
     250} FAILED! expected: <br>
     251</tt><br>
     252<a name='failure18'></a><dd><b>Testcase <a target='other_window' href='./js1_2/operator/equality.js'>js1_2/operator/equality.js</a> failed</b> <br>
     253 [ <a href='#failure17'>Previous Failure</a> | <a href='#failure19'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    298254<tt><br>
    299255Failure messages were:<br>
     
    301257('x' == new String('x'))                  = true FAILED! expected: false<br>
    302258</tt><br>
    303 <a name='failure23'></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>
    304  [ <a href='#failure22'>Previous Failure</a> | <a href='#failure24'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     259<a name='failure19'></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>
     260 [ <a href='#failure18'>Previous Failure</a> | <a href='#failure20'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    305261<tt><br>
    306262Failure messages were:<br>
     
    308264re.exec('xyabcdef') = xy FAILED! expected: ["xy"]<br>
    309265</tt><br>
    310 <a name='failure24'></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>
    311  [ <a href='#failure23'>Previous Failure</a> | <a href='#failure25'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     266<a name='failure20'></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>
     267 [ <a href='#failure19'>Previous Failure</a> | <a href='#failure21'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    312268<tt><br>
    313269Failure messages were:<br>
     
    318274(multiline == true) 'a11\na22\na23\na24'.match(new RegExp('a..$','g')) = a24 FAILED! expected: a11,a22,a23,a24<br>
    319275</tt><br>
    320 <a name='failure25'></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>
    321  [ <a href='#failure24'>Previous Failure</a> | <a href='#failure26'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     276<a name='failure21'></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>
     277 [ <a href='#failure20'>Previous Failure</a> | <a href='#failure22'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    322278<tt><br>
    323279Failure messages were:<br>
     
    328284(['$*'] == true) 'a11\na22\na23\na24'.match(new RegExp('a..$','g')) = a24 FAILED! expected: a11,a22,a23,a24<br>
    329285</tt><br>
    330 <a name='failure26'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/beginLine.js'>js1_2/regexp/beginLine.js</a> failed</b> <br>
    331  [ <a href='#failure25'>Previous Failure</a> | <a href='#failure27'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     286<a name='failure22'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/beginLine.js'>js1_2/regexp/beginLine.js</a> failed</b> <br>
     287 [ <a href='#failure21'>Previous Failure</a> | <a href='#failure23'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    332288<tt><br>
    333289Failure messages were:<br>
    334290123xyz'.match(new RegExp('^\d+')) = null FAILED! expected: 123<br>
    335291</tt><br>
    336 <a name='failure27'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/endLine.js'>js1_2/regexp/endLine.js</a> failed</b> <br>
    337  [ <a href='#failure26'>Previous Failure</a> | <a href='#failure28'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     292<a name='failure23'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/endLine.js'>js1_2/regexp/endLine.js</a> failed</b> <br>
     293 [ <a href='#failure22'>Previous Failure</a> | <a href='#failure24'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    338294<tt><br>
    339295Failure messages were:<br>
    340296xyz'.match(new RegExp('\d+$')) = null FAILED! expected: 890<br>
    341297</tt><br>
    342 <a name='failure28'></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>
    343  [ <a href='#failure27'>Previous Failure</a> | <a href='#failure29'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    344 <tt>Expected exit code 0, got 3<br>
    345 Testcase terminated with signal 0<br>
    346 Complete testcase output was:<br>
    347 BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=6359<br>
    348 [725] ./js1_2/regexp/regress-6359.js line 56: TypeError: Object /(a*)b\1+/ (result of expression /(a*)b\1+/) does not allow calls.<br>
    349 </tt><br>
    350 <a name='failure29'></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>
    351  [ <a href='#failure28'>Previous Failure</a> | <a href='#failure30'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    352 <tt>Expected exit code 0, got 3<br>
    353 Testcase terminated with signal 0<br>
    354 Complete testcase output was:<br>
    355 BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=9141<br>
    356 [726] ./js1_2/regexp/regress-9141.js line 73: TypeError: Object /(?:xx|x)*/ (result of expression /(?:xx|x)*/) does not allow calls.<br>
    357 </tt><br>
    358 <a name='failure30'></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>
    359  [ <a href='#failure29'>Previous Failure</a> | <a href='#failure31'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    360 <tt>Expected exit code 0, got 3<br>
    361 Testcase terminated with signal 0<br>
    362 Complete testcase output was:<br>
    363 Executing script: simple_form.js<br>
    364 As described in Netscape doc "Whats new in JavaScript 1.2" RegExp: simple form<br>
    365 [727] ./js1_2/regexp/simple_form.js line 43: TypeError: Object /[0-9]{3}/ (result of expression /[0-9]{3}/) does not allow calls.<br>
    366 </tt><br>
    367 <a name='failure31'></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>
    368  [ <a href='#failure30'>Previous Failure</a> | <a href='#failure32'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     298<a name='failure24'></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>
     299 [ <a href='#failure23'>Previous Failure</a> | <a href='#failure25'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    369300<tt><br>
    370301Failure messages were:<br>
     
    374305'abc'.split(new RegExp('[a-z]')) = ,,, FAILED! expected: ,,<br>
    375306</tt><br>
    376 <a name='failure32'></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>
    377  [ <a href='#failure31'>Previous Failure</a> | <a href='#failure33'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     307<a name='failure25'></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>
     308 [ <a href='#failure24'>Previous Failure</a> | <a href='#failure26'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    378309<tt><br>
    379310Failure messages were:<br>
    380311new Boolean(false) = true FAILED! expected: false<br>
    381312</tt><br>
    382 <a name='failure33'></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>
    383  [ <a href='#failure32'>Previous Failure</a> | <a href='#failure34'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     313<a name='failure26'></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>
     314 [ <a href='#failure25'>Previous Failure</a> | <a href='#failure27'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    384315<tt>STATUS: Regression test for Bugzilla bug 99663<br>
    385316Failure messages were:<br>
     
    388319Section 3 of test - got Error: Can't find variable: it FAILED! expected: a "read-only" error<br>
    389320</tt><br>
    390 <a name='failure34'></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>
    391  [ <a href='#failure33'>Previous Failure</a> | <a href='#failure35'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     321<a name='failure27'></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>
     322 [ <a href='#failure26'>Previous Failure</a> | <a href='#failure28'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    392323<tt>Expected exit code 3, got 0<br>
    393324Testcase terminated with signal 0<br>
    394325Complete testcase output was:<br>
    395 LEAK: 389 KJS::Node<br>
    396326BUGNUMBER: 10278<br>
    397327function-001.js functions not separated by semicolons are errors in version 120 and higher<br>
    398328eval("function f(){}function g(){}") = undefined FAILED! expected: error<br>
    399329</tt><br>
    400 <a name='failure35'></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>
    401  [ <a href='#failure34'>Previous Failure</a> | <a href='#failure36'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     330<a name='failure28'></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>
     331 [ <a href='#failure27'>Previous Failure</a> | <a href='#failure29'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    402332<tt>Expected exit code 0, got 3<br>
    403333Testcase terminated with signal 0<br>
    404334Complete testcase output was:<br>
    405335script-001 NativeScript<br>
    406 [753] ./js1_3/Script/script-001.js line 133: ReferenceError: Can't find variable: Script<br>
    407 </tt><br>
    408 <a name='failure36'></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>
    409  [ <a href='#failure35'>Previous Failure</a> | <a href='#failure37'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     336[70972] ./js1_3/Script/script-001.js line 133: ReferenceError: Can't find variable: Script<br>
     337</tt><br>
     338<a name='failure29'></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>
     339 [ <a href='#failure28'>Previous Failure</a> | <a href='#failure30'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    410340<tt>Expected exit code 3, got 0<br>
    411341Testcase terminated with signal 0<br>
    412342Complete testcase output was:<br>
    413 LEAK: 389 KJS::Node<br>
    414343BUGNUMBER: 10278<br>
    415344function-001.js functions not separated by semicolons are errors in version 120 and higher<br>
    416345eval("function f(){}function g(){}") = undefined FAILED! expected: error<br>
    417346</tt><br>
    418 <a name='failure37'></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>
    419  [ <a href='#failure36'>Previous Failure</a> | <a href='#failure38'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    420 <tt>Expected exit code 0, got 3<br>
    421 Testcase terminated with signal 0<br>
    422 Complete testcase output was:<br>
    423 Testcase produced no output!</tt><br>
    424 <a name='failure38'></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>
    425  [ <a href='#failure37'>Previous Failure</a> | <a href='#failure39'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    426 <tt>Expected exit code 0, got 3<br>
    427 Testcase terminated with signal 0<br>
    428 Complete testcase output was:<br>
    429 Testcase produced no output!</tt><br>
    430 <a name='failure39'></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>
    431  [ <a href='#failure38'>Previous Failure</a> | <a href='#failure40'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    432 <tt>Expected exit code 0, got 3<br>
    433 Testcase terminated with signal 0<br>
    434 Complete testcase output was:<br>
    435 Testcase produced no output!</tt><br>
    436 <a name='failure40'></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>
    437  [ <a href='#failure39'>Previous Failure</a> | <a href='#failure41'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    438 <tt>Expected exit code 0, got 3<br>
    439 Testcase terminated with signal 0<br>
    440 Complete testcase output was:<br>
    441 [798] ./js1_5/Exceptions/errstack-001.js line 247: TypeError: Undefined value<br>
    442 </tt><br>
    443 <a name='failure41'></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>
    444  [ <a href='#failure40'>Previous Failure</a> | <a href='#failure42'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     347<a name='failure30'></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>
     348 [ <a href='#failure29'>Previous Failure</a> | <a href='#failure31'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     349<tt>Expected exit code 0, got 3<br>
     350Testcase terminated with signal 0<br>
     351Complete testcase output was:<br>
     352LEAK: 28 KJS::Node<br>
     353</tt><br>
     354<a name='failure31'></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>
     355 [ <a href='#failure30'>Previous Failure</a> | <a href='#failure32'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     356<tt>Expected exit code 0, got 3<br>
     357Testcase terminated with signal 0<br>
     358Complete testcase output was:<br>
     359LEAK: 26 KJS::Node<br>
     360</tt><br>
     361<a name='failure32'></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>
     362 [ <a href='#failure31'>Previous Failure</a> | <a href='#failure33'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     363<tt>Expected exit code 0, got 3<br>
     364Testcase terminated with signal 0<br>
     365Complete testcase output was:<br>
     366LEAK: 32 KJS::Node<br>
     367</tt><br>
     368<a name='failure33'></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>
     369 [ <a href='#failure32'>Previous Failure</a> | <a href='#failure34'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     370<tt>Expected exit code 0, got 3<br>
     371Testcase terminated with signal 0<br>
     372Complete testcase output was:<br>
     373[71017] ./js1_5/Exceptions/errstack-001.js line 247: TypeError: Undefined value<br>
     374</tt><br>
     375<a name='failure34'></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>
     376 [ <a href='#failure33'>Previous Failure</a> | <a href='#failure35'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    445377<tt>Expected exit code 0, got 3<br>
    446378Testcase terminated with signal 0<br>
     
    448380BUGNUMBER: 50447<br>
    449381STATUS: Test (non-ECMA) Error object properties fileName, lineNumber<br>
    450 [799] ./js1_5/Exceptions/regress-50447.js line 65: TypeError: Undefined value<br>
    451 </tt><br>
    452 <a name='failure42'></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>
     382[71018] ./js1_5/Exceptions/regress-50447.js line 65: TypeError: Undefined value<br>
     383</tt><br>
     384<a name='failure35'></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>
     385 [ <a href='#failure34'>Previous Failure</a> | <a href='#failure36'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     386<tt>Expected exit code 0, got 3<br>
     387Testcase terminated with signal 0<br>
     388Complete testcase output was:<br>
     389LEAK: 7 KJS::Node<br>
     390</tt><br>
     391<a name='failure36'></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>
     392 [ <a href='#failure35'>Previous Failure</a> | <a href='#failure37'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     393<tt>Expected exit code 0, got 3<br>
     394Testcase terminated with signal 0<br>
     395Complete testcase output was:<br>
     396Testcase produced no output!</tt><br>
     397<a name='failure37'></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>
     398 [ <a href='#failure36'>Previous Failure</a> | <a href='#failure38'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     399<tt>Expected exit code 0, got 3<br>
     400Testcase terminated with signal 0<br>
     401Complete testcase output was:<br>
     402LEAK: 88 KJS::Node<br>
     403</tt><br>
     404<a name='failure38'></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>
     405 [ <a href='#failure37'>Previous Failure</a> | <a href='#failure39'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     406<tt>Expected exit code 0, got 3<br>
     407Testcase terminated with signal 0<br>
     408Complete testcase output was:<br>
     409[71033] ./js1_5/Object/regress-90596-001.js line 48: TypeError: Value undefined (result of expression obj.toSource) is not object.<br>
     410</tt><br>
     411<a name='failure39'></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>
     412 [ <a href='#failure38'>Previous Failure</a> | <a href='#failure40'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     413<tt>Expected exit code 0, got 3<br>
     414Testcase terminated with signal 0<br>
     415Complete testcase output was:<br>
     416[71034] ./js1_5/Object/regress-90596-002.js line 48: ReferenceError: Can't find variable: uneval<br>
     417</tt><br>
     418<a name='failure40'></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>
     419 [ <a href='#failure39'>Previous Failure</a> | <a href='#failure41'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     420<tt>Expected exit code 0, got 3<br>
     421Testcase terminated with signal 0<br>
     422Complete testcase output was:<br>
     423[71036] ./js1_5/Object/regress-96284-001.js line 49: TypeError: Value undefined (result of expression obj1.toSource) is not object.<br>
     424</tt><br>
     425<a name='failure41'></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>
     426 [ <a href='#failure40'>Previous Failure</a> | <a href='#failure42'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     427<tt>Expected exit code 0, got 3<br>
     428Testcase terminated with signal 0<br>
     429Complete testcase output was:<br>
     430[71037] ./js1_5/Object/regress-96284-002.js line 49: ReferenceError: Can't find variable: uneval<br>
     431</tt><br>
     432<a name='failure42'></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>
    453433 [ <a href='#failure41'>Previous Failure</a> | <a href='#failure43'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    454 <tt>Expected exit code 0, got 3<br>
    455 Testcase terminated with signal 0<br>
    456 Complete testcase output was:<br>
    457 Testcase produced no output!</tt><br>
    458 <a name='failure43'></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>
    459  [ <a href='#failure42'>Previous Failure</a> | <a href='#failure44'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    460 <tt>Expected exit code 0, got 3<br>
    461 Testcase terminated with signal 0<br>
    462 Complete testcase output was:<br>
    463 Testcase produced no output!</tt><br>
    464 <a name='failure44'></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>
    465  [ <a href='#failure43'>Previous Failure</a> | <a href='#failure45'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    466 <tt>Expected exit code 0, got 3<br>
    467 Testcase terminated with signal 0<br>
    468 Complete testcase output was:<br>
    469 Testcase produced no output!</tt><br>
    470 <a name='failure45'></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>
    471  [ <a href='#failure44'>Previous Failure</a> | <a href='#failure46'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    472 <tt>Expected exit code 0, got 3<br>
    473 Testcase terminated with signal 0<br>
    474 Complete testcase output was:<br>
    475 [814] ./js1_5/Object/regress-90596-001.js line 48: TypeError: Value undefined (result of expression obj.toSource) is not object.<br>
    476 </tt><br>
    477 <a name='failure46'></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>
    478  [ <a href='#failure45'>Previous Failure</a> | <a href='#failure47'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    479 <tt>Expected exit code 0, got 3<br>
    480 Testcase terminated with signal 0<br>
    481 Complete testcase output was:<br>
    482 [815] ./js1_5/Object/regress-90596-002.js line 48: ReferenceError: Can't find variable: uneval<br>
    483 </tt><br>
    484 <a name='failure47'></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>
    485  [ <a href='#failure46'>Previous Failure</a> | <a href='#failure48'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    486 <tt>Expected exit code 0, got 3<br>
    487 Testcase terminated with signal 0<br>
    488 Complete testcase output was:<br>
    489 [817] ./js1_5/Object/regress-96284-001.js line 49: TypeError: Value undefined (result of expression obj1.toSource) is not object.<br>
    490 </tt><br>
    491 <a name='failure48'></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>
    492  [ <a href='#failure47'>Previous Failure</a> | <a href='#failure49'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    493 <tt>Expected exit code 0, got 3<br>
    494 Testcase terminated with signal 0<br>
    495 Complete testcase output was:<br>
    496 [818] ./js1_5/Object/regress-96284-002.js line 49: ReferenceError: Can't find variable: uneval<br>
    497 </tt><br>
    498 <a name='failure49'></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>
    499  [ <a href='#failure48'>Previous Failure</a> | <a href='#failure50'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    500434<tt>Expected exit code 0, got 3<br>
    501435Testcase terminated with signal 0<br>
     
    503437BUGNUMBER: 44009<br>
    504438STATUS: Testing that we don't crash on obj.toSource()<br>
    505 [823] ./js1_5/Regress/regress-44009.js line 60: TypeError: Value undefined (result of expression obj.toSource) is not object.<br>
    506 </tt><br>
    507 <a name='failure50'></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>
    508  [ <a href='#failure49'>Previous Failure</a> | <a href='#failure51'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     439[71042] ./js1_5/Regress/regress-44009.js line 60: TypeError: Value undefined (result of expression obj.toSource) is not object.<br>
     440</tt><br>
     441<a name='failure43'></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>
     442 [ <a href='#failure42'>Previous Failure</a> | <a href='#failure44'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    509443<tt>STATUS: Testing calling obj.eval(str)<br>
    510444Failure messages were:<br>
     
    514448FAILED!: [reported from test()] <br>
    515449</tt><br>
    516 <a name='failure51'></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>
    517  [ <a href='#failure50'>Previous Failure</a> | <a href='#failure52'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     450<a name='failure44'></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>
     451 [ <a href='#failure43'>Previous Failure</a> | <a href='#failure45'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    518452<tt>STATUS: Reassignment to a const is NOT an error per ECMA<br>
    519453Failure messages were:<br>
     
    525459FAILED!: [reported from test()] <br>
    526460</tt><br>
    527 <a name='failure52'></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>
    528  [ <a href='#failure51'>Previous Failure</a> | <a href='#failure53'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    529 <tt>Expected exit code 0, got 3<br>
    530 Testcase terminated with signal 0<br>
    531 Complete testcase output was:<br>
    532 Testcase produced no output!</tt><br>
    533 <a name='failure53'></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>
    534  [ <a href='#failure52'>Previous Failure</a> | <a href='#failure54'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    535 <tt>Expected exit code 0, got 3<br>
    536 Testcase terminated with signal 0<br>
    537 Complete testcase output was:<br>
    538 [849] ./js1_5/Regress/regress-127557.js line 75: ReferenceError: Can't find variable: clone<br>
    539 </tt><br>
    540 <a name='failure54'></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>
    541  [ <a href='#failure53'>Previous Failure</a> | <a href='#failure55'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    542 <tt>Expected exit code 0, got 3<br>
    543 Testcase terminated with signal 0<br>
    544 Complete testcase output was:<br>
    545 [858] ./js1_5/Regress/regress-172699.js line 61: URIError: URI error<br>
    546 </tt><br>
    547 <a name='failure55'></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>
    548  [ <a href='#failure54'>Previous Failure</a> | <a href='#failure56'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     461<a name='failure45'></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>
     462 [ <a href='#failure44'>Previous Failure</a> | <a href='#failure46'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     463<tt>Expected exit code 0, got 3<br>
     464Testcase terminated with signal 0<br>
     465Complete testcase output was:<br>
     466LEAK: 480 KJS::Node<br>
     467</tt><br>
     468<a name='failure46'></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>
     469 [ <a href='#failure45'>Previous Failure</a> | <a href='#failure47'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     470<tt>Expected exit code 0, got 3<br>
     471Testcase terminated with signal 0<br>
     472Complete testcase output was:<br>
     473[71068] ./js1_5/Regress/regress-127557.js line 75: ReferenceError: Can't find variable: clone<br>
     474</tt><br>
     475<a name='failure47'></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>
     476 [ <a href='#failure46'>Previous Failure</a> | <a href='#failure48'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     477<tt>Expected exit code 0, got 3<br>
     478Testcase terminated with signal 0<br>
     479Complete testcase output was:<br>
     480[71078] ./js1_5/Regress/regress-172699.js line 61: URIError: URI error<br>
     481</tt><br>
     482<a name='failure48'></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>
     483 [ <a href='#failure47'>Previous Failure</a> | <a href='#failure49'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    549484<tt>STATUS: Don't crash on extraneous arguments to str.match(), etc.<br>
    550485Failure messages were:<br>
     
    596531FAILED!: [reported from test()] <br>
    597532</tt><br>
    598 <a name='failure56'></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>
    599  [ <a href='#failure55'>Previous Failure</a> | <a href='#failure57'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    600 <tt>Expected exit code 0, got 3<br>
    601 Testcase terminated with signal 0<br>
    602 Complete testcase output was:<br>
    603 [883] ./js1_5/Scope/regress-220584.js line 56: ReferenceError: Can't find variable: Script<br>
    604 </tt><br>
    605 <a name='failure57'></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>
    606  [ <a href='#failure56'>Previous Failure</a> | <a href='#failure58'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     533<a name='failure49'></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>
     534 [ <a href='#failure48'>Previous Failure</a> | <a href='#failure50'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     535<tt>Expected exit code 0, got 3<br>
     536Testcase terminated with signal 0<br>
     537Complete testcase output was:<br>
     538[71103] ./js1_5/Scope/regress-220584.js line 56: ReferenceError: Can't find variable: Script<br>
     539</tt><br>
     540<a name='failure50'></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>
     541 [ <a href='#failure49'>Previous Failure</a> | <a href='#failure51'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    607542<tt>STATUS: Testing scope after changing obj.__proto__<br>
    608543Failure messages were:<br>
     
    615550FAILED!: [reported from test()] <br>
    616551</tt><br>
    617 <a name='failure58'></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>
    618  [ <a href='#failure57'>Previous Failure</a> | <a href='#failure59'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     552<a name='failure51'></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>
     553 [ <a href='#failure50'>Previous Failure</a> | <a href='#failure52'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    619554<tt>STATUS: E4X should be enabled even when e4x=1 not specified<br>
    620555Failure messages were:<br>
     
    626561FAILED!: <br>
    627562</tt><br>
    628 <a name='failure59'></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>
    629  [ <a href='#failure58'>Previous Failure</a> | <a href='#failure60'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     563<a name='failure52'></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>
     564 [ <a href='#failure51'>Previous Failure</a> | <a href='#failure53'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     565<tt>Expected exit code 0, got 3<br>
     566Testcase terminated with signal 0<br>
     567Complete testcase output was:<br>
     568LEAK: 67 KJS::Node<br>
     569</tt><br>
     570<a name='failure53'></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>
     571 [ <a href='#failure52'>Previous Failure</a> | <a href='#failure54'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    630572<tt>Expected exit code 0, got 3<br>
    631573Testcase terminated with signal 0<br>
    632574Complete testcase output was:<br>
    633575Testcase produced no output!</tt><br>
    634 <a name='failure60'></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>
    635  [ <a href='#failure59'>Previous Failure</a> | <a href='#failure61'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    636 <tt>Expected exit code 0, got 3<br>
    637 Testcase terminated with signal 0<br>
    638 Complete testcase output was:<br>
    639 Testcase produced no output!</tt><br>
    640 <a name='failure61'></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>
    641  [ <a href='#failure60'>Previous Failure</a> | <a href='#failure62'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     576<a name='failure54'></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>
     577 [ <a href='#failure53'>Previous Failure</a> | <a href='#failure55'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    642578<tt>Expected exit code 0, got 3<br>
    643579Testcase terminated with signal 0<br>
     
    646582STATUS: String static methods<br>
    647583STATUS: See https://bugzilla.mozilla.org/show_bug.cgi?id=304828<br>
    648 [905] ./js1_6/String/regress-306591.js line 48: TypeError: Value undefined (result of expression String.split) is not object.<br>
     584[71125] ./js1_6/String/regress-306591.js line 48: TypeError: Value undefined (result of expression String.split) is not object.<br>
    649585</tt><br>
    650586</dl>
     
    654590<a name='retest_list'></a>
    655591<h2>Retest List</h2><br>
    656 # Retest List, kjs, generated Tue Oct 30 10:12:12 2007.
     592# Retest List, kjs, generated Fri Nov  2 23:46:18 2007.
    657593# Original test base was: All tests.
    658 # 1127 of 1135 test(s) were completed, 61 failures reported.
     594# 1127 of 1135 test(s) were completed, 54 failures reported.
    659595ecma/TypeConversion/9.3.1-3.js
    660596ecma_2/Exceptions/function-001.js
    661 ecma_2/RegExp/regress-001.js
    662 ecma_2/RegExp/unicode-001.js
    663597ecma_3/Date/15.9.5.7.js
    664598ecma_3/FunExpr/fe-001.js
    665599ecma_3/RegExp/15.10.2-1.js
    666600ecma_3/RegExp/perlstress-001.js
    667 ecma_3/RegExp/regress-78156.js
    668601ecma_3/RegExp/regress-100199.js
    669602ecma_3/RegExp/regress-188206.js
     
    675608js1_2/function/Function_object.js
    676609js1_2/function/function-001-n.js
    677 js1_2/function/regexparg-1.js
    678610js1_2/function/tostring-1.js
    679611js1_2/function/tostring-2.js
     
    684616js1_2/regexp/beginLine.js
    685617js1_2/regexp/endLine.js
    686 js1_2/regexp/regress-6359.js
    687 js1_2/regexp/regress-9141.js
    688 js1_2/regexp/simple_form.js
    689618js1_2/regexp/string_split.js
    690619js1_2/version120/boolean-001.js
Note: See TracChangeset for help on using the changeset viewer.