Changeset 18517 in webkit for trunk/JavaScriptCore/tests


Ignore:
Timestamp:
Jan 1, 2007, 9:13:00 PM (18 years ago)
Author:
ddkilzer
Message:

JavaScriptCore:

Reviewed by Darin.

Modified pcre_compile() (and the functions that it calls) to work with patterns
containing null characters.

Covered by JavaScriptCore tests ecma_3/RegExp/octal-002.js and ecma_3/RegExp/regress-85721.js

  • kjs/regexp.cpp: (KJS::RegExp::RegExp): Changed to not null-terminate the pattern string and instead pass its length to pcre_compile.
  • pcre/pcre.h:
  • pcre/pcre_compile.c: (check_escape): (get_ucp): (is_counted_repeat): (check_posix_syntax): (compile_branch): (compile_regex): (pcre_compile): Added a parameter specifying the length of the pattern, which is no longer required to be null-terminated and may contain null characters. (pcre_compile2):
  • pcre/pcre_internal.h:
  • tests/mozilla/expected.html: Updated for the two tests that this patch fixes. Also updated failing results for ecma_3/RegExp/regress-100199.js which were not updated after bug 6257 was fixed.

WebCore:

Reviewed by Darin.

  • platform/RegularExpression.cpp: (WebCore::RegularExpression::Private::compile): Changed to not null-terminate the pattern string and instead pass its length to pcre_compile.
File:
1 edited

Legend:

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

    r18071 r18517  
    88Test List: All tests<br>
    99Skip List: (none)<br>
    10 1135 test(s) selected, 1127 test(s) completed, 70 failures reported (6.21% failed)<br>
    11 Engine command line: /Downloads/Builds/Release/testkjs <br>
    12 OS type: Darwin digdog.local 8.8.0 Darwin Kernel Version 8.8.0: Fri Sep  8 17:18:57 PDT 2006; root:xnu-792.12.6.obj~1/RELEASE_PPC Power Macintosh powerpc<br>
    13 Testcase execution time: 3 minutes, 50 seconds.<br>
    14 Tests completed on Thu Dec  7 19:06:30 2006.<br><br>
     101135 test(s) selected, 1127 test(s) completed, 68 failures reported (6.03% failed)<br>
     11Engine command line: /WebKit/WebKitBuild/Release/testkjs <br>
     12OS type: Darwin imac-g5.local 8.8.0 Darwin Kernel Version 8.8.0: Fri Sep  8 17:18:57 PDT 2006; root:xnu-792.12.6.obj~1/RELEASE_PPC Power Macintosh powerpc<br>
     13Testcase execution time: 2 minutes, 3 seconds.<br>
     14Tests completed on Mon Jan  1 08:38:54 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>
     
    6969--> RegExp/hex-001.js JS regexp anchoring on empty match bug<br>
    7070--> BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=2157<br>
    71 [1939] ./ecma_2/RegExp/regress-001.js line 18: TypeError: Object /a||b/ (result of expression /a||b/) does not allow calls.<br>
     71[18175] ./ecma_2/RegExp/regress-001.js line 18: TypeError: Object /a||b/ (result of expression /a||b/) does not allow calls.<br>
    7272</tt><br>
    7373<a name='failure6'></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>
     
    7777Complete testcase output was:<br>
    7878--> RegExp/unicode-001.js new RegExp( pattern, flags )<br>
    79 [1940] ./ecma_2/RegExp/unicode-001.js line 33: TypeError: Null value<br>
     79[18176] ./ecma_2/RegExp/unicode-001.js line 20: SyntaxError: Invalid regular expression: PCRE does not support \L, \l, \N, \U, or \u<br>
    8080</tt><br>
    8181<a name='failure7'></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>
     
    9292--> (Mon Feb 28 2000 15:59:59 GMT-0800 (PST)).toLocaleTimeString() = 3:59:59 PM PST FAILED! expected: 15:59:59<br>
    9393--> (Tue Feb 29 2000 00:00:00 GMT-0800 (PST)).toLocaleTimeString() = 12:00:00 AM PST FAILED! expected: 00:00:00<br>
    94 --> (Thu Dec 07 2006 19:05:31 GMT-0800 (PST)).toLocaleTimeString() = 7:05:31 PM PST FAILED! expected: 19:05:31<br>
    95 --> (Fri Dec 08 2006 03:05:31 GMT-0800 (PST)).toLocaleTimeString() = 3:05:31 AM PST FAILED! expected: 03:05:31<br>
     94--> (Mon Jan 01 2007 08:38:19 GMT-0800 (PST)).toLocaleTimeString() = 8:38:19 AM PST FAILED! expected: 08:38:19<br>
     95--> (Mon Jan 01 2007 16:38:19 GMT-0800 (PST)).toLocaleTimeString() = 4:38:19 PM PST FAILED! expected: 16:38:19<br>
    9696--> (Fri Dec 31 2004 16:00:00 GMT-0800 (PST)).toLocaleTimeString() = 4:00:00 PM PST FAILED! expected: 16:00:00<br>
    9797--> (Fri Dec 31 2004 15:59:59 GMT-0800 (PST)).toLocaleTimeString() = 3:59:59 PM PST FAILED! expected: 15:59:59<br>
     
    130130--> FAILED!: [reported from test()] <br>
    131131</tt><br>
    132 <a name='failure10'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/octal-002.js'>ecma_3/RegExp/octal-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=141078' target='other_window'>Bug Number 141078</a><br>
     132<a name='failure10'></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>
    133133 [ <a href='#failure9'>Previous Failure</a> | <a href='#failure11'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    134 <tt>--> STATUS: Testing regexps containing octal escape sequences<br>
    135 Failure messages were:<br>
    136 --> FAILED!: [reported from test()] Section 8 of test -<br>
    137 --> FAILED!: [reported from test()] regexp = /a<br>
    138 --> FAILED!: [reported from test()] string = 'a<br>
    139 --> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
    140 --> FAILED!: [reported from test()] Expect: ["a<br>
    141 --> FAILED!: [reported from test()] Actual: ["a"]<br>
    142 --> FAILED!: [reported from test()] <br>
    143 </tt><br>
    144 <a name='failure11'></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>
    145  [ <a href='#failure10'>Previous Failure</a> | <a href='#failure12'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    146134<tt>--> STATUS: Testing regular expression edge cases<br>
    147135Failure messages were:<br>
     
    182170--> FAILED!: [reported from test()] <br>
    183171</tt><br>
    184 <a name='failure12'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/perlstress-002.js'>ecma_3/RegExp/perlstress-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=85721' target='other_window'>Bug Number 85721</a><br>
    185  [ <a href='#failure11'>Previous Failure</a> | <a href='#failure13'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     172<a name='failure11'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/perlstress-002.js'>ecma_3/RegExp/perlstress-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=85721' target='other_window'>Bug Number 85721</a><br>
     173 [ <a href='#failure10'>Previous Failure</a> | <a href='#failure12'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    186174<tt>--> STATUS: Testing regular expression edge cases<br>
    187175Failure messages were:<br>
     
    201189--> FAILED!: [reported from test()] <br>
    202190</tt><br>
    203 <a name='failure13'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-72964.js'>ecma_3/RegExp/regress-72964.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=72964' target='other_window'>Bug Number 72964</a><br>
    204  [ <a href='#failure12'>Previous Failure</a> | <a href='#failure14'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     191<a name='failure12'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-72964.js'>ecma_3/RegExp/regress-72964.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=72964' target='other_window'>Bug Number 72964</a><br>
     192 [ <a href='#failure11'>Previous Failure</a> | <a href='#failure13'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    205193<tt>--> STATUS: Testing regular expressions containing non-Latin1 characters<br>
    206194Failure messages were:<br>
     
    220208--> FAILED!: [reported from test()] <br>
    221209</tt><br>
    222 <a name='failure14'></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>
    223  [ <a href='#failure13'>Previous Failure</a> | <a href='#failure15'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     210<a name='failure13'></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>
     211 [ <a href='#failure12'>Previous Failure</a> | <a href='#failure14'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    224212<tt>--> STATUS: Testing regular expressions with  ^, $, and the m flag -<br>
    225213Failure messages were:<br>
     
    239227--> FAILED!: [reported from test()] <br>
    240228</tt><br>
    241 <a name='failure15'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-85721.js'>ecma_3/RegExp/regress-85721.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=85721' target='other_window'>Bug Number 85721</a><br>
     229<a name='failure14'></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>
     230 [ <a href='#failure13'>Previous Failure</a> | <a href='#failure15'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     231<tt>Expected exit code 0, got 3<br>
     232Testcase terminated with signal 0<br>
     233Complete testcase output was:<br>
     234[18303] ./ecma_3/RegExp/regress-100199.js line 48: SyntaxError: Invalid regular expression: missing terminating ] for character class<br>
     235</tt><br>
     236<a name='failure15'></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>
    242237 [ <a href='#failure14'>Previous Failure</a> | <a href='#failure16'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    243 <tt>--> STATUS: Performance: execution of regular expression<br>
    244 Failure messages were:<br>
    245 --> FAILED!: Section 4 of test -<br>
    246 --> FAILED!: regexp = /[        ]*(?:\([^\\€-ÿ<br>
    247 --> FAILED!:
    248 ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
    249 --> FAILED!:
    250 ()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
    251 --> FAILED!:
    252 ()]*)*\))[^\\€-ÿ<br>
    253 --> FAILED!:
    254 ()]*)*\)[       ]*)*(?:(?:[^( <>@,;:".\\\[\]<br>
    255 --> FAILED!:
    256 "]*(?:\\[^€-ÿ][^\\€-ÿ<br>
    257 --> FAILED!:
    258 "]*)*")[^()<>@,;:".\\\[\]€-ÿ<br>
    259 --> FAILED!: -]*(?:(?:\([^\\€-ÿ<br>
    260 --> FAILED!:
    261 ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
    262 --> FAILED!:
    263 ()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
    264 --> FAILED!:
    265 ()]*)*\))[^\\€-ÿ<br>
    266 --> FAILED!:
    267 ()]*)*\)|"[^\\€-ÿ<br>
    268 --> FAILED!:
    269 "]*(?:\\[^€-ÿ][^\\€-ÿ<br>
    270 --> FAILED!:
    271 "]*)*")[^()<>@,;:".\\\[\]€-ÿ<br>
    272 --> FAILED!: -]*)*<[   ]*(?:\([^\\€-ÿ<br>
    273 --> FAILED!:
    274 ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
    275 --> FAILED!:
    276 ()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
    277 --> FAILED!:
    278 ()]*)*\))[^\\€-ÿ<br>
    279 --> FAILED!:
    280 ()]*)*\)[       ]*)*(?:@[       ]*(?:\([^\\€-ÿ<br>
    281 --> FAILED!:
    282 ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
    283 --> FAILED!:
    284 ()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
    285 --> FAILED!:
    286 ()]*)*\))[^\\€-ÿ<br>
    287 --> FAILED!:
    288 ()]*)*\)[       ]*)*(?:[^( <>@,;:".\\\[\]<br>
    289 --> FAILED!:
    290 \[\]]|\\[^€-ÿ])*\])[    ]*(?:\([^\\€-ÿ<br>
    291 --> FAILED!:
    292 ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
    293 --> FAILED!:
    294 ()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
    295 --> FAILED!:
    296 ()]*)*\))[^\\€-ÿ<br>
    297 --> FAILED!:
    298 ()]*)*\)[       ]*)*(?:.[       ]*(?:\([^\\€-ÿ<br>
    299 --> FAILED!:
    300 ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
    301 --> FAILED!:
    302 ()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
    303 --> FAILED!:
    304 ()]*)*\))[^\\€-ÿ<br>
    305 --> FAILED!:
    306 ()]*)*\)[       ]*)*(?:[^( <>@,;:".\\\[\]<br>
    307 --> FAILED!:
    308 \[\]]|\\[^€-ÿ])*\])[    ]*(?:\([^\\€-ÿ<br>
    309 --> FAILED!:
    310 ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
    311 --> FAILED!:
    312 ()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
    313 --> FAILED!:
    314 ()]*)*\))[^\\€-ÿ<br>
    315 --> FAILED!:
    316 ()]*)*\)[       ]*)*)*(?:,[     ]*(?:\([^\\€-ÿ<br>
    317 --> FAILED!:
    318 ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
    319 --> FAILED!:
    320 ()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
    321 --> FAILED!:
    322 ()]*)*\))[^\\€-ÿ<br>
    323 --> FAILED!:
    324 ()]*)*\)[       ]*)*@[  ]*(?:\([^\\€-ÿ<br>
    325 --> FAILED!:
    326 ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
    327 --> FAILED!:
    328 ()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
    329 --> FAILED!:
    330 ()]*)*\))[^\\€-ÿ<br>
    331 --> FAILED!:
    332 ()]*)*\)[       ]*)*(?:[^( <>@,;:".\\\[\]<br>
    333 --> FAILED!:
    334 \[\]]|\\[^€-ÿ])*\])[    ]*(?:\([^\\€-ÿ<br>
    335 --> FAILED!:
    336 ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
    337 --> FAILED!:
    338 ()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
    339 --> FAILED!:
    340 ()]*)*\))[^\\€-ÿ<br>
    341 --> FAILED!:
    342 ()]*)*\)[       ]*)*(?:.[       ]*(?:\([^\\€-ÿ<br>
    343 --> FAILED!:
    344 ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
    345 --> FAILED!:
    346 ()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
    347 --> FAILED!:
    348 ()]*)*\))[^\\€-ÿ<br>
    349 --> FAILED!:
    350 ()]*)*\)[       ]*)*(?:[^( <>@,;:".\\\[\]<br>
    351 --> FAILED!:
    352 \[\]]|\\[^€-ÿ])*\])[    ]*(?:\([^\\€-ÿ<br>
    353 --> FAILED!:
    354 ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
    355 --> FAILED!:
    356 ()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
    357 --> FAILED!:
    358 ()]*)*\))[^\\€-ÿ<br>
    359 --> FAILED!:
    360 ()]*)*\)[       ]*)*)*)*:[      ]*(?:\([^\\€-ÿ<br>
    361 --> FAILED!:
    362 ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
    363 --> FAILED!:
    364 ()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
    365 --> FAILED!:
    366 ()]*)*\))[^\\€-ÿ<br>
    367 --> FAILED!:
    368 ()]*)*\)[       ]*)*)?(?:[^( <>@,;:".\\\[\]<br>
    369 --> FAILED!:
    370 "]*(?:\\[^€-ÿ][^\\€-ÿ<br>
    371 --> FAILED!:
    372 "]*)*")[        ]*(?:\([^\\€-ÿ<br>
    373 --> FAILED!:
    374 ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
    375 --> FAILED!:
    376 ()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
    377 --> FAILED!:
    378 ()]*)*\))[^\\€-ÿ<br>
    379 --> FAILED!:
    380 ()]*)*\)[       ]*)*@[  ]*(?:\([^\\€-ÿ<br>
    381 --> FAILED!:
    382 ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
    383 --> FAILED!:
    384 ()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
    385 --> FAILED!:
    386 ()]*)*\))[^\\€-ÿ<br>
    387 --> FAILED!:
    388 ()]*)*\)[       ]*)*(?:[^( <>@,;:".\\\[\]<br>
    389 --> FAILED!:
    390 \[\]]|\\[^€-ÿ])*\])[    ]*(?:\([^\\€-ÿ<br>
    391 --> FAILED!:
    392 ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
    393 --> FAILED!:
    394 ()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
    395 --> FAILED!:
    396 ()]*)*\))[^\\€-ÿ<br>
    397 --> FAILED!:
    398 ()]*)*\)[       ]*)*(?:.[       ]*(?:\([^\\€-ÿ<br>
    399 --> FAILED!:
    400 ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
    401 --> FAILED!:
    402 ()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
    403 --> FAILED!:
    404 ()]*)*\))[^\\€-ÿ<br>
    405 --> FAILED!:
    406 ()]*)*\)[       ]*)*(?:[^( <>@,;:".\\\[\]<br>
    407 --> FAILED!:
    408 \[\]]|\\[^€-ÿ])*\])[    ]*(?:\([^\\€-ÿ<br>
    409 --> FAILED!:
    410 ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
    411 --> FAILED!:
    412 ()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
    413 --> FAILED!:
    414 ()]*)*\))[^\\€-ÿ<br>
    415 --> FAILED!:
    416 ()]*)*\)[       ]*)*)*>|(?:[^( <>@,;:".\\\[\]<br>
    417 --> FAILED!:
    418 "]*(?:\\[^€-ÿ][^\\€-ÿ<br>
    419 --> FAILED!:
    420 "]*)*")[        ]*(?:\([^\\€-ÿ<br>
    421 --> FAILED!:
    422 ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
    423 --> FAILED!:
    424 ()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
    425 --> FAILED!:
    426 ()OK.<br>
    427 --> FAILED!:
    428 ()]*)*\)[       ]*)*@[  ]*(?:\([^\\€-ÿ<br>
    429 --> FAILED!:
    430 ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
    431 --> FAILED!:
    432 ()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
    433 --> FAILED!:
    434 ()]*)*\))[^\\€-ÿ<br>
    435 --> FAILED!:
    436 ()]*)*\)[       ]*)*(?:[^( <>@,;:".\\\[\]<br>
    437 --> FAILED!:
    438 \[\]]|\\[^€-ÿ])*\])[    ]*(?:\([^\\€-ÿ<br>
    439 --> FAILED!:
    440 ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
    441 --> FAILED!:
    442 ()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
    443 --> FAILED!:
    444 ()]*)*\))[^\\€-ÿ<br>
    445 --> FAILED!:
    446 ()]*)*\)[       ]*)*(?:.[       ]*(?:\([^\\€-ÿ<br>
    447 --> FAILED!:
    448 ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
    449 --> FAILED!:
    450 ()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
    451 --> FAILED!:
    452 ()]*)*\))[^\\€-ÿ<br>
    453 --> FAILED!:
    454 ()]*)*\)[       ]*)*(?:[^( <>@,;:".\\\[\]<br>
    455 --> FAILED!:
    456 \[\]]|\\[^€-ÿ])*\])[    ]*(?:\([^\\€-ÿ<br>
    457 --> FAILED!:
    458 ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
    459 --> FAILED!:
    460 ()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
    461 --> FAILED!:
    462 ()]*)*\))[^\\€-ÿ<br>
    463 --> FAILED!:
    464 ()]*)*\)[       ]*)*)*)/g<br>
    465 --> FAILED!: string = 'Jeffy<"That Tall Guy"@ora.com (this address is no longer acti\ve)>'<br>
    466 --> FAILED!: ERROR !!! regexp FAILED to match anything !!!<br>
    467 --> FAILED!: Expect: ["Jeffy<"That Tall Guy"@ora.com (this address is no longer active)>"]<br>
    468 --> FAILED!: Actual: null<br>
    469 --> FAILED!: <br>
    470 </tt><br>
    471 <a name='failure16'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-100199.js'>ecma_3/RegExp/regress-100199.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=100199' target='other_window'>Bug Number 100199</a><br>
    472  [ <a href='#failure15'>Previous Failure</a> | <a href='#failure17'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    473 <tt>--> STATUS: [], [^] are valid RegExp conditions. Should not cause errors -<br>
    474 Failure messages were:<br>
    475 --> FAILED!: [reported from test()] Section 19 of test -<br>
    476 --> FAILED!: [reported from test()] regexp = /[^]/<br>
    477 --> FAILED!: [reported from test()] string = 'abc'<br>
    478 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
    479 --> FAILED!: [reported from test()] Expect: ["a"]<br>
    480 --> FAILED!: [reported from test()] Actual: null<br>
    481 --> FAILED!: [reported from test()] <br>
    482 --> FAILED!: [reported from test()] Section 21 of test -<br>
    483 --> FAILED!: [reported from test()] regexp = /[^]/<br>
    484 --> FAILED!: [reported from test()] string = '/'<br>
    485 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
    486 --> FAILED!: [reported from test()] Expect: ["/"]<br>
    487 --> FAILED!: [reported from test()] Actual: null<br>
    488 --> FAILED!: [reported from test()] <br>
    489 --> FAILED!: [reported from test()] Section 22 of test -<br>
    490 --> FAILED!: [reported from test()] regexp = /[^]/<br>
    491 --> FAILED!: [reported from test()] string = '['<br>
    492 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
    493 --> FAILED!: [reported from test()] Expect: ["["]<br>
    494 --> FAILED!: [reported from test()] Actual: null<br>
    495 --> FAILED!: [reported from test()] <br>
    496 --> FAILED!: [reported from test()] Section 23 of test -<br>
    497 --> FAILED!: [reported from test()] regexp = /[^]/<br>
    498 --> FAILED!: [reported from test()] string = '['<br>
    499 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
    500 --> FAILED!: [reported from test()] Expect: ["["]<br>
    501 --> FAILED!: [reported from test()] Actual: null<br>
    502 --> FAILED!: [reported from test()] <br>
    503 --> FAILED!: [reported from test()] Section 24 of test -<br>
    504 --> FAILED!: [reported from test()] regexp = /[^]/<br>
    505 --> FAILED!: [reported from test()] string = ']'<br>
    506 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
    507 --> FAILED!: [reported from test()] Expect: ["]"]<br>
    508 --> FAILED!: [reported from test()] Actual: null<br>
    509 --> FAILED!: [reported from test()] <br>
    510 --> FAILED!: [reported from test()] Section 25 of test -<br>
    511 --> FAILED!: [reported from test()] regexp = /[^]/<br>
    512 --> FAILED!: [reported from test()] string = '[]'<br>
    513 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
    514 --> FAILED!: [reported from test()] Expect: ["["]<br>
    515 --> FAILED!: [reported from test()] Actual: null<br>
    516 --> FAILED!: [reported from test()] <br>
    517 --> FAILED!: [reported from test()] Section 26 of test -<br>
    518 --> FAILED!: [reported from test()] regexp = /[^]/<br>
    519 --> FAILED!: [reported from test()] string = '[ ]'<br>
    520 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
    521 --> FAILED!: [reported from test()] Expect: ["["]<br>
    522 --> FAILED!: [reported from test()] Actual: null<br>
    523 --> FAILED!: [reported from test()] <br>
    524 --> FAILED!: [reported from test()] Section 27 of test -<br>
    525 --> FAILED!: [reported from test()] regexp = /[^]/<br>
    526 --> FAILED!: [reported from test()] string = ']['<br>
    527 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
    528 --> FAILED!: [reported from test()] Expect: ["]"]<br>
    529 --> FAILED!: [reported from test()] Actual: null<br>
    530 --> FAILED!: [reported from test()] <br>
    531 --> FAILED!: [reported from test()] Section 28 of test -<br>
    532 --> FAILED!: [reported from test()] regexp = /a[^]/<br>
    533 --> FAILED!: [reported from test()] string = 'abc'<br>
    534 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
    535 --> FAILED!: [reported from test()] Expect: ["ab"]<br>
    536 --> FAILED!: [reported from test()] Actual: null<br>
    537 --> FAILED!: [reported from test()] <br>
    538 --> FAILED!: [reported from test()] Section 30 of test -<br>
    539 --> FAILED!: [reported from test()] regexp = /a[^]/<br>
    540 --> FAILED!: [reported from test()] string = 'a['<br>
    541 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
    542 --> FAILED!: [reported from test()] Expect: ["a["]<br>
    543 --> FAILED!: [reported from test()] Actual: null<br>
    544 --> FAILED!: [reported from test()] <br>
    545 --> FAILED!: [reported from test()] Section 31 of test -<br>
    546 --> FAILED!: [reported from test()] regexp = /a[^]/<br>
    547 --> FAILED!: [reported from test()] string = 'a]'<br>
    548 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anythingOK.<br>
    549 --> FAILED!: [reported from test()] Expect: ["a]"]<br>
    550 --> FAILED!: [reported from test()] Actual: null<br>
    551 --> FAILED!: [reported from test()] <br>
    552 --> FAILED!: [reported from test()] Section 32 of test -<br>
    553 --> FAILED!: [reported from test()] regexp = /a[^]/<br>
    554 --> FAILED!: [reported from test()] string = 'a[]'<br>
    555 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
    556 --> FAILED!: [reported from test()] Expect: ["a["]<br>
    557 --> FAILED!: [reported from test()] Actual: null<br>
    558 --> FAILED!: [reported from test()] <br>
    559 --> FAILED!: [reported from test()] Section 33 of test -<br>
    560 --> FAILED!: [reported from test()] regexp = /a[^]/<br>
    561 --> FAILED!: [reported from test()] string = 'a[ ]'<br>
    562 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
    563 --> FAILED!: [reported from test()] Expect: ["a["]<br>
    564 --> FAILED!: [reported from test()] Actual: null<br>
    565 --> FAILED!: [reported from test()] <br>
    566 --> FAILED!: [reported from test()] Section 34 of test -<br>
    567 --> FAILED!: [reported from test()] regexp = /a[^]/<br>
    568 --> FAILED!: [reported from test()] string = 'a]['<br>
    569 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
    570 --> FAILED!: [reported from test()] Expect: ["a]"]<br>
    571 --> FAILED!: [reported from test()] Actual: null<br>
    572 --> FAILED!: [reported from test()] <br>
    573 </tt><br>
    574 <a name='failure17'></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>
    575  [ <a href='#failure16'>Previous Failure</a> | <a href='#failure18'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    576238<tt>--> STATUS: Invalid use of regexp quantifiers should generate SyntaxErrors<br>
    577239Failure messages were:<br>
    578 --> FAILED!: [reported from test()] Section 1 of test -<br>
    579 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
    580 --> FAILED!: [reported from test()] <br>
    581 --> FAILED!: [reported from test()] Section 2 of test -<br>
    582 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
    583 --> FAILED!: [reported from test()] <br>
    584240--> FAILED!: [reported from test()] Section 3 of test -<br>
    585241--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
    586242--> FAILED!: [reported from test()] <br>
    587 --> FAILED!: [reported from test()] Section 4 of test -<br>
    588 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
    589 --> FAILED!: [reported from test()] <br>
    590 --> FAILED!: [reported from test()] Section 5 of test -<br>
    591 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
    592 --> FAILED!: [reported from test()] <br>
    593 --> FAILED!: [reported from test()] Section 6 of test -<br>
    594 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
    595 --> FAILED!: [reported from test()] <br>
    596 --> FAILED!: [reported from test()] Section 9 of test -<br>
    597 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
    598 --> FAILED!: [reported from test()] <br>
    599 --> FAILED!: [reported from test()] Section 10 of test -<br>
    600 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
    601 --> FAILED!: [reported from test()] <br>
    602 --> FAILED!: [reported from test()] Section 11 of test -<br>
    603 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
    604 --> FAILED!: [reported from test()] <br>
    605 --> FAILED!: [reported from test()] Section 12 of test -<br>
    606 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
    607 --> FAILED!: [reported from test()] <br>
    608 --> FAILED!: [reported from test()] Section 28 of test -<br>
    609 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
    610 --> FAILED!: [reported from test()] <br>
    611 --> FAILED!: [reported from test()] Section 29 of test -<br>
    612 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
    613 --> FAILED!: [reported from test()] <br>
    614 --> FAILED!: [reported from test()] Section 30 of test -<br>
    615 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
    616 --> FAILED!: [reported from test()] <br>
    617 --> FAILED!: [reported from test()] Section 31 of test -<br>
    618 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
    619 --> FAILED!: [reported from test()] <br>
    620 --> FAILED!: [reported from test()] Section 32 of test -<br>
    621 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
    622 --> FAILED!: [reported from test()] <br>
    623 --> FAILED!: [reported from test()] Section 33 of test -<br>
    624 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
    625 --> FAILED!: [reported from test()] <br>
    626 --> FAILED!: [reported from test()] Section 34 of test -<br>
    627 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
    628 --> FAILED!: [reported from test()] <br>
    629 --> FAILED!: [reported from test()] Section 35 of test -<br>
    630 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
    631 --> FAILED!: [reported from test()] <br>
    632 --> FAILED!: [reported from test()] Section 36 of test -<br>
    633 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
    634 --> FAILED!: [reported from test()] <br>
    635 </tt><br>
    636 <a name='failure18'></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>
    637  [ <a href='#failure17'>Previous Failure</a> | <a href='#failure19'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     243</tt><br>
     244<a name='failure16'></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>
     245 [ <a href='#failure15'>Previous Failure</a> | <a href='#failure17'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    638246<tt>--> STATUS: Testing regexp submatches with quantifiers<br>
    639247Failure messages were:<br>
     
    674282--> FAILED!: [reported from test()] <br>
    675283</tt><br>
    676 <a name='failure19'></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>
    677  [ <a href='#failure18'>Previous Failure</a> | <a href='#failure20'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    678 <tt>Expected exit code 0, got 3<br>
    679 Testcase terminated with signal 0<br>
    680 Complete testcase output was:<br>
    681 [2093] ./ecma_3/Statements/regress-194364.js line 1: SyntaxError: Parse error<br>
    682 </tt><br>
    683 <a name='failure20'></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>
    684  [ <a href='#failure19'>Previous Failure</a> | <a href='#failure21'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     284<a name='failure17'></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>
     285 [ <a href='#failure16'>Previous Failure</a> | <a href='#failure18'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     286<tt>Expected exit code 0, got 3<br>
     287Testcase terminated with signal 0<br>
     288Complete testcase output was:<br>
     289[18329] ./ecma_3/Statements/regress-194364.js line 1: SyntaxError: Parse error<br>
     290</tt><br>
     291<a name='failure18'></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>
     292 [ <a href='#failure17'>Previous Failure</a> | <a href='#failure19'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    685293<tt>--> STATUS: Unicode format-control character (Category Cf) test.<br>
    686294Failure messages were:<br>
     
    689297--> FAILED!: [reported from test()] <br>
    690298</tt><br>
    691 <a name='failure21'></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>
    692  [ <a href='#failure20'>Previous Failure</a> | <a href='#failure22'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     299<a name='failure19'></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>
     300 [ <a href='#failure18'>Previous Failure</a> | <a href='#failure20'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    693301<tt>--> STATUS: Unicode non-breaking space character test.<br>
    694302Failure messages were:<br>
     
    697305--> FAILED!: [reported from test()] <br>
    698306</tt><br>
    699 <a name='failure22'></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>
    700  [ <a href='#failure21'>Previous Failure</a> | <a href='#failure23'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     307<a name='failure20'></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>
     308 [ <a href='#failure19'>Previous Failure</a> | <a href='#failure21'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    701309<tt>Expected exit code 0, got 3<br>
    702310Testcase terminated with signal 0<br>
    703311Complete testcase output was:<br>
    704312--> JS1_2 Object.toString()<br>
    705 [2114] ./js1_2/Objects/toString-001.js line 103: TypeError: Object /^\{(.*)\}$/ (result of expression /^\{(.*)\}$/) does not allow calls.<br>
    706 </tt><br>
    707 <a name='failure23'></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>
    708  [ <a href='#failure22'>Previous Failure</a> | <a href='#failure24'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     313[18350] ./js1_2/Objects/toString-001.js line 103: TypeError: Object /^\{(.*)\}$/ (result of expression /^\{(.*)\}$/) does not allow calls.<br>
     314</tt><br>
     315<a name='failure21'></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>
     316 [ <a href='#failure20'>Previous Failure</a> | <a href='#failure22'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    709317<tt><br>
    710318Failure messages were:<br>
     
    714322} FAILED! expected: <br>
    715323</tt><br>
    716 <a name='failure24'></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>
    717  [ <a href='#failure23'>Previous Failure</a> | <a href='#failure25'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     324<a name='failure22'></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>
     325 [ <a href='#failure21'>Previous Failure</a> | <a href='#failure23'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    718326<tt>Expected exit code 3, got 0<br>
    719327Testcase terminated with signal 0<br>
     
    723331--> eval("function f(){}function g(){}") = undefined FAILED! expected: error<br>
    724332</tt><br>
    725 <a name='failure25'></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>
     333<a name='failure23'></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>
     334 [ <a href='#failure22'>Previous Failure</a> | <a href='#failure24'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     335<tt>Expected exit code 0, got 3<br>
     336Testcase terminated with signal 0<br>
     337Complete testcase output was:<br>
     338--> JS_1.2 The variable statment<br>
     339[18363] ./js1_2/function/regexparg-1.js line 80: TypeError: Object /abc/ (result of expression x) does not allow calls.<br>
     340</tt><br>
     341<a name='failure24'></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>
     342 [ <a href='#failure23'>Previous Failure</a> | <a href='#failure25'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     343<tt><br>
     344Failure messages were:<br>
     345} FAILED! expected: <br>
     346} FAILED! expected: <br>
     347} FAILED! expected: <br>
     348} FAILED! expected: <br>
     349} FAILED! expected: <br>
     350</tt><br>
     351<a name='failure25'></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>
    726352 [ <a href='#failure24'>Previous Failure</a> | <a href='#failure26'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    727 <tt>Expected exit code 0, got 3<br>
    728 Testcase terminated with signal 0<br>
    729 Complete testcase output was:<br>
    730 --> JS_1.2 The variable statment<br>
    731 [2127] ./js1_2/function/regexparg-1.js line 80: TypeError: Object /abc/ (result of expression x) does not allow calls.<br>
    732 </tt><br>
    733 <a name='failure26'></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>
     353<tt><br>
     354Failure messages were:<br>
     355} FAILED! expected: <br>
     356} FAILED! expected: <br>
     357} FAILED! expected: <br>
     358} FAILED! expected: <br>
     359} FAILED! expected: <br>
     360} FAILED! expected: <br>
     361} FAILED! expected: <br>
     362} FAILED! expected: <br>
     363} FAILED! expected: <br>
     364</tt><br>
     365<a name='failure26'></a><dd><b>Testcase <a target='other_window' href='./js1_2/operator/equality.js'>js1_2/operator/equality.js</a> failed</b> <br>
    734366 [ <a href='#failure25'>Previous Failure</a> | <a href='#failure27'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    735 <tt><br>
    736 Failure messages were:<br>
    737 } FAILED! expected: <br>
    738 } FAILED! expected: <br>
    739 } FAILED! expected: <br>
    740 } FAILED! expected: <br>
    741 } FAILED! expected: <br>
    742 </tt><br>
    743 <a name='failure27'></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>
    744  [ <a href='#failure26'>Previous Failure</a> | <a href='#failure28'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    745 <tt><br>
    746 Failure messages were:<br>
    747 } FAILED! expected: <br>
    748 } FAILED! expected: <br>
    749 } FAILED! expected: <br>
    750 } FAILED! expected: <br>
    751 } FAILED! expected: <br>
    752 } FAILED! expected: <br>
    753 } FAILED! expected: <br>
    754 } FAILED! expected: <br>
    755 } FAILED! expected: <br>
    756 </tt><br>
    757 <a name='failure28'></a><dd><b>Testcase <a target='other_window' href='./js1_2/operator/equality.js'>js1_2/operator/equality.js</a> failed</b> <br>
    758  [ <a href='#failure27'>Previous Failure</a> | <a href='#failure29'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    759367<tt><br>
    760368Failure messages were:<br>
     
    762370--> ('x' == new String('x'))                  = true FAILED! expected: false<br>
    763371</tt><br>
    764 <a name='failure29'></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>
    765  [ <a href='#failure28'>Previous Failure</a> | <a href='#failure30'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     372<a name='failure27'></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>
     373 [ <a href='#failure26'>Previous Failure</a> | <a href='#failure28'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    766374<tt><br>
    767375Failure messages were:<br>
     
    769377--> re.exec('xyabcdef') = xy FAILED! expected: ["xy"]<br>
    770378</tt><br>
    771 <a name='failure30'></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>
    772  [ <a href='#failure29'>Previous Failure</a> | <a href='#failure31'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     379<a name='failure28'></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>
     380 [ <a href='#failure27'>Previous Failure</a> | <a href='#failure29'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    773381<tt><br>
    774382Failure messages were:<br>
     
    779387--> (multiline == true) 'a11\na22\na23\na24'.match(new RegExp('a..$','g')) = a24 FAILED! expected: a11,a22,a23,a24<br>
    780388</tt><br>
    781 <a name='failure31'></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>
    782  [ <a href='#failure30'>Previous Failure</a> | <a href='#failure32'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     389<a name='failure29'></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>
     390 [ <a href='#failure28'>Previous Failure</a> | <a href='#failure30'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    783391<tt><br>
    784392Failure messages were:<br>
     
    789397--> (['$*'] == true) 'a11\na22\na23\na24'.match(new RegExp('a..$','g')) = a24 FAILED! expected: a11,a22,a23,a24<br>
    790398</tt><br>
    791 <a name='failure32'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/beginLine.js'>js1_2/regexp/beginLine.js</a> failed</b> <br>
    792  [ <a href='#failure31'>Previous Failure</a> | <a href='#failure33'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     399<a name='failure30'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/beginLine.js'>js1_2/regexp/beginLine.js</a> failed</b> <br>
     400 [ <a href='#failure29'>Previous Failure</a> | <a href='#failure31'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    793401<tt><br>
    794402Failure messages were:<br>
    795403123xyz'.match(new RegExp('^\d+')) = null FAILED! expected: 123<br>
    796404</tt><br>
    797 <a name='failure33'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/compile.js'>js1_2/regexp/compile.js</a> failed</b> <br>
    798  [ <a href='#failure32'>Previous Failure</a> | <a href='#failure34'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     405<a name='failure31'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/compile.js'>js1_2/regexp/compile.js</a> failed</b> <br>
     406 [ <a href='#failure30'>Previous Failure</a> | <a href='#failure32'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    799407<tt>Expected exit code 0, got 3<br>
    800408Testcase terminated with signal 0<br>
     
    802410--> Executing script: compile.js<br>
    803411--> As described in Netscape doc "Whats new in JavaScript 1.2" RegExp: compile<br>
    804 [2154] ./js1_2/regexp/compile.js line 43: TypeError: Value undefined (result of expression regularExpression.compile) is not object.<br>
    805 </tt><br>
    806 <a name='failure34'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/endLine.js'>js1_2/regexp/endLine.js</a> failed</b> <br>
     412[18390] ./js1_2/regexp/compile.js line 43: TypeError: Value undefined (result of expression regularExpression.compile) is not object.<br>
     413</tt><br>
     414<a name='failure32'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/endLine.js'>js1_2/regexp/endLine.js</a> failed</b> <br>
     415 [ <a href='#failure31'>Previous Failure</a> | <a href='#failure33'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     416<tt><br>
     417Failure messages were:<br>
     418xyz'.match(new RegExp('\d+$')) = null FAILED! expected: 890<br>
     419</tt><br>
     420<a name='failure33'></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>
     421 [ <a href='#failure32'>Previous Failure</a> | <a href='#failure34'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     422<tt>Expected exit code 0, got 3<br>
     423Testcase terminated with signal 0<br>
     424Complete testcase output was:<br>
     425--> BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=6359<br>
     426[18406] ./js1_2/regexp/regress-6359.js line 56: TypeError: Object /(a*)b\1+/ (result of expression /(a*)b\1+/) does not allow calls.<br>
     427</tt><br>
     428<a name='failure34'></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>
    807429 [ <a href='#failure33'>Previous Failure</a> | <a href='#failure35'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    808 <tt><br>
    809 Failure messages were:<br>
    810 xyz'.match(new RegExp('\d+$')) = null FAILED! expected: 890<br>
    811 </tt><br>
    812 <a name='failure35'></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>
     430<tt>Expected exit code 0, got 3<br>
     431Testcase terminated with signal 0<br>
     432Complete testcase output was:<br>
     433--> BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=9141<br>
     434[18407] ./js1_2/regexp/regress-9141.js line 73: TypeError: Object /(?:xx|x)*/ (result of expression /(?:xx|x)*/) does not allow calls.<br>
     435</tt><br>
     436<a name='failure35'></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>
    813437 [ <a href='#failure34'>Previous Failure</a> | <a href='#failure36'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    814 <tt>Expected exit code 0, got 3<br>
    815 Testcase terminated with signal 0<br>
    816 Complete testcase output was:<br>
    817 --> BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=6359<br>
    818 [2170] ./js1_2/regexp/regress-6359.js line 56: TypeError: Object /(a*)b\1+/ (result of expression /(a*)b\1+/) does not allow calls.<br>
    819 </tt><br>
    820 <a name='failure36'></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>
    821  [ <a href='#failure35'>Previous Failure</a> | <a href='#failure37'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    822 <tt>Expected exit code 0, got 3<br>
    823 Testcase terminated with signal 0<br>
    824 Complete testcase output was:<br>
    825 --> BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=9141<br>
    826 [2171] ./js1_2/regexp/regress-9141.js line 73: TypeError: Object /(?:xx|x)*/ (result of expression /(?:xx|x)*/) does not allow calls.<br>
    827 </tt><br>
    828 <a name='failure37'></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>
    829  [ <a href='#failure36'>Previous Failure</a> | <a href='#failure38'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    830438<tt>Expected exit code 0, got 3<br>
    831439Testcase terminated with signal 0<br>
     
    833441--> Executing script: simple_form.js<br>
    834442--> As described in Netscape doc "Whats new in JavaScript 1.2" RegExp: simple form<br>
    835 [2172] ./js1_2/regexp/simple_form.js line 43: TypeError: Object /[0-9]{3}/ (result of expression /[0-9]{3}/) does not allow calls.<br>
    836 </tt><br>
    837 <a name='failure38'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/special_characters.js'>js1_2/regexp/special_characters.js</a> failed</b> <br>
    838  [ <a href='#failure37'>Previous Failure</a> | <a href='#failure39'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     443[18408] ./js1_2/regexp/simple_form.js line 43: TypeError: Object /[0-9]{3}/ (result of expression /[0-9]{3}/) does not allow calls.<br>
     444</tt><br>
     445<a name='failure36'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/special_characters.js'>js1_2/regexp/special_characters.js</a> failed</b> <br>
     446 [ <a href='#failure35'>Previous Failure</a> | <a href='#failure37'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    839447<tt><br>
    840448Failure messages were:<br>
     
    846454<br>
    847455</tt><br>
    848 <a name='failure39'></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>
    849  [ <a href='#failure38'>Previous Failure</a> | <a href='#failure40'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     456<a name='failure37'></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>
     457 [ <a href='#failure36'>Previous Failure</a> | <a href='#failure38'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    850458<tt><br>
    851459Failure messages were:<br>
     
    855463--> 'abc'.split(new RegExp('[a-z]')) = ,,, FAILED! expected: ,,<br>
    856464</tt><br>
    857 <a name='failure40'></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>
    858  [ <a href='#failure39'>Previous Failure</a> | <a href='#failure41'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     465<a name='failure38'></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>
     466 [ <a href='#failure37'>Previous Failure</a> | <a href='#failure39'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    859467<tt><br>
    860468Failure messages were:<br>
    861469--> new Boolean(false) = true FAILED! expected: false<br>
    862470</tt><br>
    863 <a name='failure41'></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>
    864  [ <a href='#failure40'>Previous Failure</a> | <a href='#failure42'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     471<a name='failure39'></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>
     472 [ <a href='#failure38'>Previous Failure</a> | <a href='#failure40'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    865473<tt>--> STATUS: Regression test for Bugzilla bug 99663<br>
    866474Failure messages were:<br>
     
    869477--> Section 3 of test - got Error: Can't find variable: it FAILED! expected: a "read-only" error<br>
    870478</tt><br>
    871 <a name='failure42'></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>
    872  [ <a href='#failure41'>Previous Failure</a> | <a href='#failure43'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     479<a name='failure40'></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>
     480 [ <a href='#failure39'>Previous Failure</a> | <a href='#failure41'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    873481<tt>Expected exit code 3, got 0<br>
    874482Testcase terminated with signal 0<br>
     
    879487--> eval("function f(){}function g(){}") = undefined FAILED! expected: error<br>
    880488</tt><br>
    881 <a name='failure43'></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>
    882  [ <a href='#failure42'>Previous Failure</a> | <a href='#failure44'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     489<a name='failure41'></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>
     490 [ <a href='#failure40'>Previous Failure</a> | <a href='#failure42'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    883491<tt>Expected exit code 0, got 3<br>
    884492Testcase terminated with signal 0<br>
    885493Complete testcase output was:<br>
    886494--> script-001 NativeScript<br>
    887 [2199] ./js1_3/Script/script-001.js line 133: ReferenceError: Can't find variable: Script<br>
    888 </tt><br>
    889 <a name='failure44'></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>
    890  [ <a href='#failure43'>Previous Failure</a> | <a href='#failure45'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     495[18434] ./js1_3/Script/script-001.js line 133: ReferenceError: Can't find variable: Script<br>
     496</tt><br>
     497<a name='failure42'></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>
     498 [ <a href='#failure41'>Previous Failure</a> | <a href='#failure43'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    891499<tt>Expected exit code 3, got 0<br>
    892500Testcase terminated with signal 0<br>
     
    897505--> eval("function f(){}function g(){}") = undefined FAILED! expected: error<br>
    898506</tt><br>
    899 <a name='failure45'></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>
     507<a name='failure43'></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>
     508 [ <a href='#failure42'>Previous Failure</a> | <a href='#failure44'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     509<tt>Expected exit code 0, got 3<br>
     510Testcase terminated with signal 0<br>
     511Complete testcase output was:<br>
     512Testcase produced no output!</tt><br>
     513<a name='failure44'></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>
     514 [ <a href='#failure43'>Previous Failure</a> | <a href='#failure45'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     515<tt>Expected exit code 0, got 3<br>
     516Testcase terminated with signal 0<br>
     517Complete testcase output was:<br>
     518Testcase produced no output!</tt><br>
     519<a name='failure45'></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>
    900520 [ <a href='#failure44'>Previous Failure</a> | <a href='#failure46'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    901521<tt>Expected exit code 0, got 3<br>
     
    903523Complete testcase output was:<br>
    904524Testcase produced no output!</tt><br>
    905 <a name='failure46'></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>
     525<a name='failure46'></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>
    906526 [ <a href='#failure45'>Previous Failure</a> | <a href='#failure47'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    907527<tt>Expected exit code 0, got 3<br>
    908528Testcase terminated with signal 0<br>
    909529Complete testcase output was:<br>
    910 Testcase produced no output!</tt><br>
    911 <a name='failure47'></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>
     530[18479] ./js1_5/Exceptions/errstack-001.js line 247: TypeError: Undefined value<br>
     531</tt><br>
     532<a name='failure47'></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>
    912533 [ <a href='#failure46'>Previous Failure</a> | <a href='#failure48'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    913 <tt>Expected exit code 0, got 3<br>
    914 Testcase terminated with signal 0<br>
    915 Complete testcase output was:<br>
    916 Testcase produced no output!</tt><br>
    917 <a name='failure48'></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>
    918  [ <a href='#failure47'>Previous Failure</a> | <a href='#failure49'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    919 <tt>Expected exit code 0, got 3<br>
    920 Testcase terminated with signal 0<br>
    921 Complete testcase output was:<br>
    922 [2244] ./js1_5/Exceptions/errstack-001.js line 247: TypeError: Undefined value<br>
    923 </tt><br>
    924 <a name='failure49'></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>
    925  [ <a href='#failure48'>Previous Failure</a> | <a href='#failure50'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    926534<tt>Expected exit code 0, got 3<br>
    927535Testcase terminated with signal 0<br>
     
    929537--> BUGNUMBER: 50447<br>
    930538--> STATUS: Test (non-ECMA) Error object properties fileName, lineNumber<br>
    931 [2245] ./js1_5/Exceptions/regress-50447.js line 65: TypeError: Undefined value<br>
    932 </tt><br>
    933 <a name='failure50'></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>
     539[18480] ./js1_5/Exceptions/regress-50447.js line 65: TypeError: Undefined value<br>
     540</tt><br>
     541<a name='failure48'></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>
     542 [ <a href='#failure47'>Previous Failure</a> | <a href='#failure49'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     543<tt>Expected exit code 0, got 3<br>
     544Testcase terminated with signal 0<br>
     545Complete testcase output was:<br>
     546Testcase produced no output!</tt><br>
     547<a name='failure49'></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>
     548 [ <a href='#failure48'>Previous Failure</a> | <a href='#failure50'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     549<tt>Expected exit code 0, got 3<br>
     550Testcase terminated with signal 0<br>
     551Complete testcase output was:<br>
     552Testcase produced no output!</tt><br>
     553<a name='failure50'></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>
    934554 [ <a href='#failure49'>Previous Failure</a> | <a href='#failure51'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    935555<tt>Expected exit code 0, got 3<br>
     
    937557Complete testcase output was:<br>
    938558Testcase produced no output!</tt><br>
    939 <a name='failure51'></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>
     559<a name='failure51'></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>
    940560 [ <a href='#failure50'>Previous Failure</a> | <a href='#failure52'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    941561<tt>Expected exit code 0, got 3<br>
    942562Testcase terminated with signal 0<br>
    943563Complete testcase output was:<br>
    944 Testcase produced no output!</tt><br>
    945 <a name='failure52'></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>
     564[18495] ./js1_5/Object/regress-90596-001.js line 48: TypeError: Value undefined (result of expression obj.toSource) is not object.<br>
     565</tt><br>
     566<a name='failure52'></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>
    946567 [ <a href='#failure51'>Previous Failure</a> | <a href='#failure53'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    947568<tt>Expected exit code 0, got 3<br>
    948569Testcase terminated with signal 0<br>
    949570Complete testcase output was:<br>
    950 Testcase produced no output!</tt><br>
    951 <a name='failure53'></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>
     571[18496] ./js1_5/Object/regress-90596-002.js line 48: ReferenceError: Can't find variable: uneval<br>
     572</tt><br>
     573<a name='failure53'></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>
    952574 [ <a href='#failure52'>Previous Failure</a> | <a href='#failure54'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    953575<tt>Expected exit code 0, got 3<br>
    954576Testcase terminated with signal 0<br>
    955577Complete testcase output was:<br>
    956 [2260] ./js1_5/Object/regress-90596-001.js line 48: TypeError: Value undefined (result of expression obj.toSource) is not object.<br>
    957 </tt><br>
    958 <a name='failure54'></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>
     578[18498] ./js1_5/Object/regress-96284-001.js line 49: TypeError: Value undefined (result of expression obj1.toSource) is not object.<br>
     579</tt><br>
     580<a name='failure54'></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>
    959581 [ <a href='#failure53'>Previous Failure</a> | <a href='#failure55'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    960582<tt>Expected exit code 0, got 3<br>
    961583Testcase terminated with signal 0<br>
    962584Complete testcase output was:<br>
    963 [2261] ./js1_5/Object/regress-90596-002.js line 48: ReferenceError: Can't find variable: uneval<br>
    964 </tt><br>
    965 <a name='failure55'></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>
     585[18499] ./js1_5/Object/regress-96284-002.js line 49: ReferenceError: Can't find variable: uneval<br>
     586</tt><br>
     587<a name='failure55'></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>
    966588 [ <a href='#failure54'>Previous Failure</a> | <a href='#failure56'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    967 <tt>Expected exit code 0, got 3<br>
    968 Testcase terminated with signal 0<br>
    969 Complete testcase output was:<br>
    970 [2263] ./js1_5/Object/regress-96284-001.js line 49: TypeError: Value undefined (result of expression obj1.toSource) is not object.<br>
    971 </tt><br>
    972 <a name='failure56'></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>
    973  [ <a href='#failure55'>Previous Failure</a> | <a href='#failure57'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    974 <tt>Expected exit code 0, got 3<br>
    975 Testcase terminated with signal 0<br>
    976 Complete testcase output was:<br>
    977 [2264] ./js1_5/Object/regress-96284-002.js line 49: ReferenceError: Can't find variable: uneval<br>
    978 </tt><br>
    979 <a name='failure57'></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>
    980  [ <a href='#failure56'>Previous Failure</a> | <a href='#failure58'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    981589<tt>Expected exit code 0, got 3<br>
    982590Testcase terminated with signal 0<br>
     
    984592--> BUGNUMBER: 44009<br>
    985593--> STATUS: Testing that we don't crash on obj.toSource()<br>
    986 [2269] ./js1_5/Regress/regress-44009.js line 60: TypeError: Value undefined (result of expression obj.toSource) is not object.<br>
    987 </tt><br>
    988 <a name='failure58'></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>
    989  [ <a href='#failure57'>Previous Failure</a> | <a href='#failure59'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     594[18504] ./js1_5/Regress/regress-44009.js line 60: TypeError: Value undefined (result of expression obj.toSource) is not object.<br>
     595</tt><br>
     596<a name='failure56'></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>
     597 [ <a href='#failure55'>Previous Failure</a> | <a href='#failure57'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    990598<tt>--> STATUS: Testing calling obj.eval(str)<br>
    991599Failure messages were:<br>
     
    995603--> FAILED!: [reported from test()] <br>
    996604</tt><br>
    997 <a name='failure59'></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>
    998  [ <a href='#failure58'>Previous Failure</a> | <a href='#failure60'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     605<a name='failure57'></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>
     606 [ <a href='#failure56'>Previous Failure</a> | <a href='#failure58'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    999607<tt>--> STATUS: Reassignment to a const is NOT an error per ECMA<br>
    1000608Failure messages were:<br>
     
    1006614--> FAILED!: [reported from test()] <br>
    1007615</tt><br>
    1008 <a name='failure60'></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>
     616<a name='failure58'></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>
     617 [ <a href='#failure57'>Previous Failure</a> | <a href='#failure59'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     618<tt>Expected exit code 0, got 3<br>
     619Testcase terminated with signal 0<br>
     620Complete testcase output was:<br>
     621Testcase produced no output!</tt><br>
     622<a name='failure59'></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>
     623 [ <a href='#failure58'>Previous Failure</a> | <a href='#failure60'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     624<tt>Expected exit code 0, got 3<br>
     625Testcase terminated with signal 0<br>
     626Complete testcase output was:<br>
     627[18530] ./js1_5/Regress/regress-127557.js line 75: ReferenceError: Can't find variable: clone<br>
     628</tt><br>
     629<a name='failure60'></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>
    1009630 [ <a href='#failure59'>Previous Failure</a> | <a href='#failure61'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    1010631<tt>Expected exit code 0, got 3<br>
    1011632Testcase terminated with signal 0<br>
    1012633Complete testcase output was:<br>
    1013 Testcase produced no output!</tt><br>
    1014 <a name='failure61'></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>
     634[18539] ./js1_5/Regress/regress-172699.js line 61: URIError: URI error<br>
     635</tt><br>
     636<a name='failure61'></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>
    1015637 [ <a href='#failure60'>Previous Failure</a> | <a href='#failure62'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    1016 <tt>Expected exit code 0, got 3<br>
    1017 Testcase terminated with signal 0<br>
    1018 Complete testcase output was:<br>
    1019 [2295] ./js1_5/Regress/regress-127557.js line 75: ReferenceError: Can't find variable: clone<br>
    1020 </tt><br>
    1021 <a name='failure62'></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>
    1022  [ <a href='#failure61'>Previous Failure</a> | <a href='#failure63'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    1023 <tt>Expected exit code 0, got 3<br>
    1024 Testcase terminated with signal 0<br>
    1025 Complete testcase output was:<br>
    1026 [2304] ./js1_5/Regress/regress-172699.js line 61: URIError: URI error<br>
    1027 </tt><br>
    1028 <a name='failure63'></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>
    1029  [ <a href='#failure62'>Previous Failure</a> | <a href='#failure64'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    1030638<tt>--> STATUS: Don't crash on extraneous arguments to str.match(), etc.<br>
    1031639Failure messages were:<br>
     
    1077685--> FAILED!: [reported from test()] <br>
    1078686</tt><br>
    1079 <a name='failure64'></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>
    1080  [ <a href='#failure63'>Previous Failure</a> | <a href='#failure65'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     687<a name='failure62'></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>
     688 [ <a href='#failure61'>Previous Failure</a> | <a href='#failure63'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    1081689<tt>--> STATUS: Testing |with (x) {function f() {}}| when |x.f| already exists<br>
    1082690Failure messages were:<br>
     
    1093701--> FAILED!: [reported from test()] <br>
    1094702</tt><br>
    1095 <a name='failure65'></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>
    1096  [ <a href='#failure64'>Previous Failure</a> | <a href='#failure66'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    1097 <tt>Expected exit code 0, got 3<br>
    1098 Testcase terminated with signal 0<br>
    1099 Complete testcase output was:<br>
    1100 [2329] ./js1_5/Scope/regress-220584.js line 56: ReferenceError: Can't find variable: Script<br>
    1101 </tt><br>
    1102 <a name='failure66'></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>
    1103  [ <a href='#failure65'>Previous Failure</a> | <a href='#failure67'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     703<a name='failure63'></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>
     704 [ <a href='#failure62'>Previous Failure</a> | <a href='#failure64'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     705<tt>Expected exit code 0, got 3<br>
     706Testcase terminated with signal 0<br>
     707Complete testcase output was:<br>
     708[18564] ./js1_5/Scope/regress-220584.js line 56: ReferenceError: Can't find variable: Script<br>
     709</tt><br>
     710<a name='failure64'></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>
     711 [ <a href='#failure63'>Previous Failure</a> | <a href='#failure65'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    1104712<tt>--> STATUS: Testing scope after changing obj.__proto__<br>
    1105713Failure messages were:<br>
     
    1112720--> FAILED!: [reported from test()] <br>
    1113721</tt><br>
    1114 <a name='failure67'></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>
    1115  [ <a href='#failure66'>Previous Failure</a> | <a href='#failure68'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     722<a name='failure65'></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>
     723 [ <a href='#failure64'>Previous Failure</a> | <a href='#failure66'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    1116724<tt>--> STATUS: E4X should be enabled even when e4x=1 not specified<br>
    1117725Failure messages were:<br>
     
    1123731--> FAILED!: <br>
    1124732</tt><br>
    1125 <a name='failure68'></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>
     733<a name='failure66'></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>
     734 [ <a href='#failure65'>Previous Failure</a> | <a href='#failure67'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     735<tt>Expected exit code 0, got 3<br>
     736Testcase terminated with signal 0<br>
     737Complete testcase output was:<br>
     738Testcase produced no output!</tt><br>
     739<a name='failure67'></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>
     740 [ <a href='#failure66'>Previous Failure</a> | <a href='#failure68'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     741<tt>Expected exit code 0, got 3<br>
     742Testcase terminated with signal 0<br>
     743Complete testcase output was:<br>
     744Testcase produced no output!</tt><br>
     745<a name='failure68'></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>
    1126746 [ <a href='#failure67'>Previous Failure</a> | <a href='#failure69'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    1127 <tt>Expected exit code 0, got 3<br>
    1128 Testcase terminated with signal 0<br>
    1129 Complete testcase output was:<br>
    1130 Testcase produced no output!</tt><br>
    1131 <a name='failure69'></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>
    1132  [ <a href='#failure68'>Previous Failure</a> | <a href='#failure70'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    1133 <tt>Expected exit code 0, got 3<br>
    1134 Testcase terminated with signal 0<br>
    1135 Complete testcase output was:<br>
    1136 Testcase produced no output!</tt><br>
    1137 <a name='failure70'></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>
    1138  [ <a href='#failure69'>Previous Failure</a> | <a href='#failure71'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    1139747<tt>Expected exit code 0, got 3<br>
    1140748Testcase terminated with signal 0<br>
     
    1143751--> STATUS: String static methods<br>
    1144752--> STATUS: See https://bugzilla.mozilla.org/show_bug.cgi?id=304828<br>
    1145 [2351] ./js1_6/String/regress-306591.js line 48: TypeError: Value undefined (result of expression String.split) is not object.<br>
     753[18586] ./js1_6/String/regress-306591.js line 48: TypeError: Value undefined (result of expression String.split) is not object.<br>
    1146754</tt><br>
    1147755</dl>
     
    1151759<a name='retest_list'></a>
    1152760<h2>Retest List</h2><br>
    1153 # Retest List, kjs, generated Thu Dec  7 19:06:30 2006.
     761# Retest List, kjs, generated Mon Jan  1 08:38:54 2007.
    1154762# Original test base was: All tests.
    1155 # 1127 of 1135 test(s) were completed, 70 failures reported.
     763# 1127 of 1135 test(s) were completed, 68 failures reported.
    1156764ecma/GlobalObject/15.1.2.2-2.js
    1157765ecma/LexicalConventions/7.7.3-1.js
     
    1163771ecma_3/FunExpr/fe-001.js
    1164772ecma_3/RegExp/15.10.2-1.js
    1165 ecma_3/RegExp/octal-002.js
    1166773ecma_3/RegExp/perlstress-001.js
    1167774ecma_3/RegExp/perlstress-002.js
    1168775ecma_3/RegExp/regress-72964.js
    1169776ecma_3/RegExp/regress-78156.js
    1170 ecma_3/RegExp/regress-85721.js
    1171777ecma_3/RegExp/regress-100199.js
    1172778ecma_3/RegExp/regress-188206.js
Note: See TracChangeset for help on using the changeset viewer.