Ignore:
Timestamp:
Feb 20, 2006, 11:54:55 PM (19 years ago)
Author:
mjs
Message:

Reviewed by Geoff and Darin.


Patch from Maks Orlovich, based on work by David Faure, hand-applied and
significantly reworked by me.


  • tests/mozilla/expected.html: Updated for newly fixed test.
  • kjs/array_object.cpp: (ArrayProtoFunc::ArrayProtoFunc):
  • kjs/array_object.h:
  • kjs/bool_object.cpp: (BooleanPrototype::BooleanPrototype): (BooleanProtoFunc::BooleanProtoFunc):
  • kjs/bool_object.h:
  • kjs/date_object.cpp: (KJS::DateProtoFunc::DateProtoFunc): (KJS::DateObjectImp::DateObjectImp): (KJS::DateObjectFuncImp::DateObjectFuncImp):
  • kjs/error_object.cpp: (ErrorPrototype::ErrorPrototype): (ErrorProtoFunc::ErrorProtoFunc):
  • kjs/error_object.h:
  • kjs/function.cpp: (KJS::FunctionImp::FunctionImp): (KJS::GlobalFuncImp::GlobalFuncImp):
  • kjs/function.h:
  • kjs/function_object.cpp: (FunctionPrototype::FunctionPrototype): (FunctionProtoFunc::FunctionProtoFunc): (FunctionProtoFunc::callAsFunction):
  • kjs/function_object.h:
  • kjs/internal.cpp: (KJS::InterpreterImp::initGlobalObject): (KJS::InternalFunctionImp::InternalFunctionImp):
  • kjs/internal.h: (KJS::InternalFunctionImp::functionName):
  • kjs/lookup.h: (KJS::staticFunctionGetter): (KJS::HashEntryFunction::HashEntryFunction): (KJS::HashEntryFunction::implementsCall): (KJS::HashEntryFunction::toBoolean): (KJS::HashEntryFunction::implementsHasInstance): (KJS::HashEntryFunction::hasInstance):
  • kjs/math_object.cpp: (MathFuncImp::MathFuncImp):
  • kjs/math_object.h:
  • kjs/number_object.cpp: (NumberPrototype::NumberPrototype): (NumberProtoFunc::NumberProtoFunc):
  • kjs/number_object.h:
  • kjs/object.cpp: (KJS::JSObject::putDirectFunction): (KJS::Error::create):
  • kjs/object.h:
  • kjs/object_object.cpp: (ObjectPrototype::ObjectPrototype): (ObjectProtoFunc::ObjectProtoFunc):
  • kjs/object_object.h:
  • kjs/regexp_object.cpp: (RegExpPrototype::RegExpPrototype): (RegExpProtoFunc::RegExpProtoFunc):
  • kjs/regexp_object.h:
  • kjs/string_object.cpp: (StringProtoFunc::StringProtoFunc): (StringObjectImp::StringObjectImp): (StringObjectFuncImp::StringObjectFuncImp):
  • kjs/string_object.h:
File:
1 edited

Legend:

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

    • Property svn:eol-style deleted
    r11995 r12911  
    88Test List: All tests<br>
    99Skip List: (none)<br>
    10 1135 test(s) selected, 1127 test(s) completed, 76 failures reported (6.74% failed)<br>
    11 Engine command line: /Users/ggaren/symroots/Development/testkjs <br>
    12 OS type: Darwin geoffrey-garens-powerbook-g4-17.local 8.4.0 Darwin Kernel Version 8.4.0: Thu Dec  8 09:27:51 PST 2005; root:xnu-792.6.55.obj~1/RELEASE_PPC Power Macintosh powerpc<br>
    13 Testcase execution time: 5 minutes, 49 seconds.<br>
    14 Tests completed on Wed Jan  4 13:27:34 2006.<br><br>
     101135 test(s) selected, 1127 test(s) completed, 75 failures reported (6.65% failed)<br>
     11Engine command line: /Users/mjs/Work/symroots/Release/testkjs <br>
     12OS type: Darwin maciej-stachowiaks-powerbook-g4-17.local 8.3.0 Darwin Kernel Version 8.3.0: Mon Oct  3 20:04:04 PDT 2005; root:xnu-792.6.22.obj~2/RELEASE_PPC Power Macintosh powerpc<br>
     13Testcase execution time: 2 minutes, 5 seconds.<br>
     14Tests completed on Mon Feb 20 05:11:05 2006.<br><br>
    1515[ <a href='#fail_detail'>Failure Details</a> | <a href='#retest_list'>Retest List</a> | <a href='menu.html'>Test Selection Page</a> ]<br>
    1616<hr>
     
    4545--> -s2 == -Infinity || -s2 == -1.7976931348623157e+308  = false FAILED! expected: true<br>
    4646--> -s3 == -Infinity || -s3 == -1.7976931348623157e+308 = false FAILED! expected: true<br>
    47 --> parseInt(s1,10) == 1.7976931348623157e+308 || parseInt(s1,10) == Infinity = false FAILED! expected: true<br>
    48 --> parseInt(s2,10) == Infinity || parseInt(s2,10) == 1.7976931348623157e+308 = false FAILED! expected: true<br>
    49 --> parseInt(s1) == 1.7976931348623157e+308 || parseInt(s1) == Infinity = false FAILED! expected: true<br>
    50 --> parseInt(s2) == Infinity || parseInt(s2) == 1.7976931348623157e+308 = false FAILED! expected: true<br>
    5147--> 0x1000000000000081 = 1152921504606847000 FAILED! expected: 1152921504606847200<br>
    5248--> 0x1000000000000281 = 1152921504606847500 FAILED! expected: 1152921504606847700<br>
     
    7369--> RegExp/hex-001.js JS regexp anchoring on empty match bug<br>
    7470--> BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=2157<br>
    75 Exception, line 19: TypeError: Object /a||b/ (result of expression a||b) does not allow calls.<br>
     71Exception, line 19: <br>
    7672</tt><br>
    7773<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>
     
    8177Complete testcase output was:<br>
    8278--> RegExp/unicode-001.js new RegExp( pattern, flags )<br>
    83 KJS: pcre_compile() failed with 'PCRE does not support \L, \l, \N, \U, or \u'<br>
    84 Exception, line 34: TypeError: Null value<br>
     79Exception, line 34: <br>
    8580</tt><br>
    8681<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>
     
    9792--> (Mon Feb 28 2000 15:59:59 GMT-0800).toLocaleTimeString() = 3:59:59 PM PST FAILED! expected: 15:59:59<br>
    9893--> (Tue Feb 29 2000 00:00:00 GMT-0800).toLocaleTimeString() = 12:00:00 AM PST FAILED! expected: 00:00:00<br>
    99 --> (Wed Jan 04 2006 13:26:46 GMT-0800).toLocaleTimeString() = 1:26:46 PM PST FAILED! expected: 13:26:46<br>
    100 --> (Wed Jan 04 2006 21:26:46 GMT-0800).toLocaleTimeString() = 9:26:46 PM PST FAILED! expected: 21:26:46<br>
     94--> (Mon Feb 20 2006 05:10:39 GMT-0800).toLocaleTimeString() = 5:10:39 AM PST FAILED! expected: 05:10:39<br>
     95--> (Mon Feb 20 2006 13:10:39 GMT-0800).toLocaleTimeString() = 1:10:39 PM PST FAILED! expected: 13:10:39<br>
    10196--> (Fri Dec 31 2004 16:00:00 GMT-0800).toLocaleTimeString() = 4:00:00 PM PST FAILED! expected: 16:00:00<br>
    10297--> (Fri Dec 31 2004 15:59:59 GMT-0800).toLocaleTimeString() = 3:59:59 PM PST FAILED! expected: 15:59:59<br>
     
    108103Testcase terminated with signal 0<br>
    109104Complete testcase output was:<br>
    110 Exception, line 26: SyntaxError: Parse error<br>
     105Exception, line 26: <br>
    111106</tt><br>
    112107<a name='failure9'></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>
     
    213208--> FAILED!: [reported from test()] Section 3 of test -<br>
    214209--> FAILED!: [reported from test()] regexp = /[\S]+/<br>
    215 --> FAILED!: [reported from test()] string = '<br>
    216 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
    217 --> FAILED!: [reported from test()] Expect: ["<br>
     210--> FAILED!: [reported from test()] string = '一가七一'<br>
     211--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
     212--> FAILED!: [reported from test()] Expect: ["一가七一"]<br>
    218213--> FAILED!: [reported from test()] Actual: null<br>
    219214--> FAILED!: [reported from test()] <br>
    220215--> FAILED!: [reported from test()] Section 4 of test -<br>
    221216--> FAILED!: [reported from test()] regexp = /[\S]+/<br>
    222 --> FAILED!: [reported from test()] string = '<br>
    223 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
    224 --> FAILED!: [reported from test()] Expect: ["<br>
     217--> FAILED!: [reported from test()] string = '一가 七一'<br>
     218--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
     219--> FAILED!: [reported from test()] Expect: ["一가"]<br>
    225220--> FAILED!: [reported from test()] Actual: null<br>
    226221--> FAILED!: [reported from test()] <br>
     
    685680Testcase terminated with signal 0<br>
    686681Complete testcase output was:<br>
    687 Exception, line 1: SyntaxError: Parse error<br>
     682Exception, line 1: <br>
    688683</tt><br>
    689684<a name='failure20'></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>
     
    701696Complete testcase output was:<br>
    702697--> JS1_2 Object.toString()<br>
    703 Exception, line 104: TypeError: Object /^\{(.*)\}$/ (result of expression ^\{(.*)\}$) does not allow calls.<br>
     698Exception, line 104: <br>
    704699</tt><br>
    705700<a name='failure22'></a><dd><b>Testcase <a target='other_window' href='./js1_2/String/concat.js'>js1_2/String/concat.js</a> failed</b> <br>
     
    749744Complete testcase output was:<br>
    750745--> JS_1.2 The variable statment<br>
    751 Exception, line 81: TypeError: Object /abc/ (result of expression x) does not allow calls.<br>
     746Exception, line 81: <br>
    752747</tt><br>
    753748<a name='failure28'></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>
     
    822817--> Executing script: compile.js<br>
    823818--> As described in Netscape doc "Whats new in JavaScript 1.2" RegExp: compile<br>
    824 Exception, line 44: TypeError: Value undefined (result of expression regularExpression.compile) is not object.<br>
     819Exception, line 44: <br>
    825820</tt><br>
    826821<a name='failure36'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/endLine.js'>js1_2/regexp/endLine.js</a> failed</b> <br>
     
    836831Complete testcase output was:<br>
    837832--> BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=6359<br>
    838 Exception, line 57: TypeError: Object /(a*)b\1+/ (result of expression (a*)b\1+) does not allow calls.<br>
     833Exception, line 57: <br>
    839834</tt><br>
    840835<a name='failure38'></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>
     
    844839Complete testcase output was:<br>
    845840--> BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=9141<br>
    846 Exception, line 74: TypeError: Object /(?:xx|x)*/ (result of expression (?:xx|x)*) does not allow calls.<br>
     841Exception, line 74: <br>
    847842</tt><br>
    848843<a name='failure39'></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>
     
    853848--> Executing script: simple_form.js<br>
    854849--> As described in Netscape doc "Whats new in JavaScript 1.2" RegExp: simple form<br>
    855 Exception, line 44: TypeError: Object /[0-9]{3}/ (result of expression [0-9]{3}) does not allow calls.<br>
     850Exception, line 44: <br>
    856851</tt><br>
    857852<a name='failure40'></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>
     
    905900Complete testcase output was:<br>
    906901--> script-001 NativeScript<br>
    907 Exception, line 134: ReferenceError: Can't find variable: Script<br>
     902Exception, line 134: <br>
    908903</tt><br>
    909904<a name='failure46'></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>
     
    917912OK.<br>
    918913</tt><br>
    919 <a name='failure47'></a><dd><b>Testcase <a target='other_window' href='./js1_4/Regress/function-003.js'>js1_4/Regress/function-003.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=310514' target='other_window'>Bug Number 310514</a><br>
     914<a name='failure47'></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>
    920915 [ <a href='#failure46'>Previous Failure</a> | <a href='#failure48'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    921 <tt><br>
    922 Failure messages were:<br>
    923 --> StripSpaces(Array.prototype.concat.toString()).substring(0,17) = (InternalFunction FAILED! expected: functionconcat(){<br>
    924 </tt><br>
    925 <a name='failure48'></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>
     916<tt>Expected exit code 0, got 3<br>
     917Testcase terminated with signal 0<br>
     918Complete testcase output was:<br>
     919Exception, line 42: <br>
     920</tt><br>
     921<a name='failure48'></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>
    926922 [ <a href='#failure47'>Previous Failure</a> | <a href='#failure49'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    927923<tt>Expected exit code 0, got 3<br>
    928924Testcase terminated with signal 0<br>
    929925Complete testcase output was:<br>
    930 Exception, line 42: SyntaxError: Parse error<br>
    931 </tt><br>
    932 <a name='failure49'></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>
     926Exception, line 42: <br>
     927</tt><br>
     928<a name='failure49'></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>
    933929 [ <a href='#failure48'>Previous Failure</a> | <a href='#failure50'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    934930<tt>Expected exit code 0, got 3<br>
    935931Testcase terminated with signal 0<br>
    936932Complete testcase output was:<br>
    937 Exception, line 42: SyntaxError: Parse error<br>
    938 </tt><br>
    939 <a name='failure50'></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>
     933Exception, line 42: <br>
     934</tt><br>
     935<a name='failure50'></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>
    940936 [ <a href='#failure49'>Previous Failure</a> | <a href='#failure51'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    941937<tt>Expected exit code 0, got 3<br>
    942938Testcase terminated with signal 0<br>
    943939Complete testcase output was:<br>
    944 Exception, line 42: SyntaxError: Parse error<br>
    945 </tt><br>
    946 <a name='failure51'></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>
     940Exception, line 248: <br>
     941</tt><br>
     942<a name='failure51'></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>
    947943 [ <a href='#failure50'>Previous Failure</a> | <a href='#failure52'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    948 <tt>Expected exit code 0, got 3<br>
    949 Testcase terminated with signal 0<br>
    950 Complete testcase output was:<br>
    951 Exception, line 248: TypeError: Undefined value<br>
    952 </tt><br>
    953 <a name='failure52'></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>
    954  [ <a href='#failure51'>Previous Failure</a> | <a href='#failure53'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    955944<tt>Expected exit code 0, got 3<br>
    956945Testcase terminated with signal 0<br>
     
    958947--> BUGNUMBER: 50447<br>
    959948--> STATUS: Test (non-ECMA) Error object properties fileName, lineNumber<br>
    960 Exception, line 66: TypeError: Undefined value<br>
    961 </tt><br>
    962 <a name='failure53'></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>
     949Exception, line 66: <br>
     950</tt><br>
     951<a name='failure52'></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>
     952 [ <a href='#failure51'>Previous Failure</a> | <a href='#failure53'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     953<tt>Expected exit code 0, got 3<br>
     954Testcase terminated with signal 0<br>
     955Complete testcase output was:<br>
     956Exception, line 33: <br>
     957</tt><br>
     958<a name='failure53'></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>
    963959 [ <a href='#failure52'>Previous Failure</a> | <a href='#failure54'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    964960<tt>Expected exit code 0, got 3<br>
    965961Testcase terminated with signal 0<br>
    966962Complete testcase output was:<br>
    967 Exception, line 33: SyntaxError: Parse error<br>
    968 </tt><br>
    969 <a name='failure54'></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>
     963Exception, line 29: <br>
     964</tt><br>
     965<a name='failure54'></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>
    970966 [ <a href='#failure53'>Previous Failure</a> | <a href='#failure55'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    971967<tt>Expected exit code 0, got 3<br>
    972968Testcase terminated with signal 0<br>
    973969Complete testcase output was:<br>
    974 Exception, line 29: SyntaxError: Parse error<br>
    975 </tt><br>
    976 <a name='failure55'></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>
     970Exception, line 48: <br>
     971</tt><br>
     972<a name='failure55'></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>
    977973 [ <a href='#failure54'>Previous Failure</a> | <a href='#failure56'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    978974<tt>Expected exit code 0, got 3<br>
    979975Testcase terminated with signal 0<br>
    980976Complete testcase output was:<br>
    981 Exception, line 48: SyntaxError: Parse error<br>
    982 </tt><br>
    983 <a name='failure56'></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>
     977Exception, line 49: <br>
     978</tt><br>
     979<a name='failure56'></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>
    984980 [ <a href='#failure55'>Previous Failure</a> | <a href='#failure57'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    985981<tt>Expected exit code 0, got 3<br>
    986982Testcase terminated with signal 0<br>
    987983Complete testcase output was:<br>
    988 Exception, line 49: TypeError: Value undefined (result of expression obj.toSource) is not object.<br>
    989 </tt><br>
    990 <a name='failure57'></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>
     984Exception, line 49: <br>
     985</tt><br>
     986<a name='failure57'></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>
    991987 [ <a href='#failure56'>Previous Failure</a> | <a href='#failure58'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    992988<tt>Expected exit code 0, got 3<br>
    993989Testcase terminated with signal 0<br>
    994990Complete testcase output was:<br>
    995 Exception, line 49: ReferenceError: Can't find variable: uneval<br>
    996 </tt><br>
    997 <a name='failure58'></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>
     991Exception, line 50: <br>
     992</tt><br>
     993<a name='failure58'></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>
    998994 [ <a href='#failure57'>Previous Failure</a> | <a href='#failure59'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    999995<tt>Expected exit code 0, got 3<br>
    1000996Testcase terminated with signal 0<br>
    1001997Complete testcase output was:<br>
    1002 Exception, line 50: TypeError: Value undefined (result of expression obj1.toSource) is not object.<br>
    1003 </tt><br>
    1004 <a name='failure59'></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>
     998Exception, line 50: <br>
     999</tt><br>
     1000<a name='failure59'></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>
    10051001 [ <a href='#failure58'>Previous Failure</a> | <a href='#failure60'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    1006 <tt>Expected exit code 0, got 3<br>
    1007 Testcase terminated with signal 0<br>
    1008 Complete testcase output was:<br>
    1009 Exception, line 50: ReferenceError: Can't find variable: uneval<br>
    1010 </tt><br>
    1011 <a name='failure60'></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>
    1012  [ <a href='#failure59'>Previous Failure</a> | <a href='#failure61'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    10131002<tt>Expected exit code 0, got 3<br>
    10141003Testcase terminated with signal 0<br>
     
    10161005--> BUGNUMBER: 44009<br>
    10171006--> STATUS: Testing that we don't crash on obj.toSource()<br>
    1018 Exception, line 61: TypeError: Value undefined (result of expression obj.toSource) is not object.<br>
    1019 </tt><br>
    1020 <a name='failure61'></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>
    1021  [ <a href='#failure60'>Previous Failure</a> | <a href='#failure62'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     1007Exception, line 61: <br>
     1008</tt><br>
     1009<a name='failure60'></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>
     1010 [ <a href='#failure59'>Previous Failure</a> | <a href='#failure61'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    10221011<tt>--> STATUS: Testing calling obj.eval(str)<br>
    10231012Failure messages were:<br>
     
    10271016--> FAILED!: [reported from test()] <br>
    10281017</tt><br>
    1029 <a name='failure62'></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>
    1030  [ <a href='#failure61'>Previous Failure</a> | <a href='#failure63'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     1018<a name='failure61'></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>
     1019 [ <a href='#failure60'>Previous Failure</a> | <a href='#failure62'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    10311020<tt>--> STATUS: Reassignment to a const is NOT an error per ECMA<br>
    10321021Failure messages were:<br>
     
    10381027--> FAILED!: [reported from test()] <br>
    10391028</tt><br>
    1040 <a name='failure63'></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>
     1029<a name='failure62'></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>
     1030 [ <a href='#failure61'>Previous Failure</a> | <a href='#failure63'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     1031<tt>Expected exit code 0, got 3<br>
     1032Testcase terminated with signal 0<br>
     1033Complete testcase output was:<br>
     1034Exception, line 351: <br>
     1035</tt><br>
     1036<a name='failure63'></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>
    10411037 [ <a href='#failure62'>Previous Failure</a> | <a href='#failure64'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    10421038<tt>Expected exit code 0, got 3<br>
    10431039Testcase terminated with signal 0<br>
    10441040Complete testcase output was:<br>
    1045 Exception, line 351: SyntaxError: Parse error<br>
    1046 </tt><br>
    1047 <a name='failure64'></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>
     1041Exception, line 76: <br>
     1042</tt><br>
     1043<a name='failure64'></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>
    10481044 [ <a href='#failure63'>Previous Failure</a> | <a href='#failure65'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    10491045<tt>Expected exit code 0, got 3<br>
    10501046Testcase terminated with signal 0<br>
    10511047Complete testcase output was:<br>
    1052 Exception, line 76: ReferenceError: Can't find variable: clone<br>
    1053 </tt><br>
    1054 <a name='failure65'></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>
     1048Exception, line 62: <br>
     1049</tt><br>
     1050<a name='failure65'></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>
    10551051 [ <a href='#failure64'>Previous Failure</a> | <a href='#failure66'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    1056 <tt>Expected exit code 0, got 3<br>
    1057 Testcase terminated with signal 0<br>
    1058 Complete testcase output was:<br>
    1059 Exception, line 62: URIError: URI error<br>
    1060 </tt><br>
    1061 <a name='failure66'></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>
    1062  [ <a href='#failure65'>Previous Failure</a> | <a href='#failure67'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    10631052<tt>--> STATUS: Don't crash on extraneous arguments to str.match(), etc.<br>
    10641053Failure messages were:<br>
     
    11101099--> FAILED!: [reported from test()] <br>
    11111100</tt><br>
    1112 <a name='failure67'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-185165.js'>js1_5/Regress/regress-185165.js</a> failed</b> <br>
     1101<a name='failure66'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-185165.js'>js1_5/Regress/regress-185165.js</a> failed</b> <br>
     1102 [ <a href='#failure65'>Previous Failure</a> | <a href='#failure67'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     1103<tt>Expected exit code 0, got 3<br>
     1104Testcase terminated with signal 0<br>
     1105Complete testcase output was:<br>
     1106yylex: ERROR.<br>
     1107Exception, line 3: <br>
     1108</tt><br>
     1109<a name='failure67'></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>
    11131110 [ <a href='#failure66'>Previous Failure</a> | <a href='#failure68'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    1114 <tt>Expected exit code 0, got 3<br>
    1115 Testcase terminated with signal 0<br>
    1116 Complete testcase output was:<br>
    1117 yylex: ERROR.<br>
    1118 Exception, line 3: SyntaxError: Parse error<br>
    1119 </tt><br>
    1120 <a name='failure68'></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>
    1121  [ <a href='#failure67'>Previous Failure</a> | <a href='#failure69'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    11221111<tt>--> STATUS: Testing |with (x) {function f() {}}| when |x.f| already exists<br>
    11231112Failure messages were:<br>
     
    11341123--> FAILED!: [reported from test()] <br>
    11351124</tt><br>
    1136 <a name='failure69'></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>
     1125<a name='failure68'></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>
     1126 [ <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>
     1128Testcase terminated with signal 0<br>
     1129Complete testcase output was:<br>
     1130Exception, line 57: <br>
     1131</tt><br>
     1132<a name='failure69'></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>
    11371133 [ <a href='#failure68'>Previous Failure</a> | <a href='#failure70'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    1138 <tt>Expected exit code 0, got 3<br>
    1139 Testcase terminated with signal 0<br>
    1140 Complete testcase output was:<br>
    1141 Exception, line 57: ReferenceError: Can't find variable: Script<br>
    1142 </tt><br>
    1143 <a name='failure70'></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>
    1144  [ <a href='#failure69'>Previous Failure</a> | <a href='#failure71'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    11451134<tt>--> STATUS: Testing scope after changing obj.__proto__<br>
    11461135Failure messages were:<br>
     
    11531142--> FAILED!: [reported from test()] <br>
    11541143</tt><br>
    1155 <a name='failure71'></a><dd><b>Testcase <a target='other_window' href='./js1_6/Array/regress-304828.js'>js1_6/Array/regress-304828.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=304828' target='other_window'>Bug Number 304828</a><br>
    1156  [ <a href='#failure70'>Previous Failure</a> | <a href='#failure72'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     1144<a name='failure70'></a><dd><b>Testcase <a target='other_window' href='./js1_6/Array/regress-304828.js'>js1_6/Array/regress-304828.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=304828' target='other_window'>Bug Number 304828</a><br>
     1145 [ <a href='#failure69'>Previous Failure</a> | <a href='#failure71'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    11571146<tt>--> STATUS: Array Generic Methods<br>
    11581147Failure messages were:<br>
     
    11621151--> FAILED!: <br>
    11631152</tt><br>
    1164 <a name='failure72'></a><dd><b>Testcase <a target='other_window' href='./js1_6/Array/regress-310425-01.js'>js1_6/Array/regress-310425-01.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=310425' target='other_window'>Bug Number 310425</a><br>
    1165  [ <a href='#failure71'>Previous Failure</a> | <a href='#failure73'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     1153<a name='failure71'></a><dd><b>Testcase <a target='other_window' href='./js1_6/Array/regress-310425-01.js'>js1_6/Array/regress-310425-01.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=310425' target='other_window'>Bug Number 310425</a><br>
     1154 [ <a href='#failure70'>Previous Failure</a> | <a href='#failure72'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    11661155<tt>Expected exit code 0, got 3<br>
    11671156Testcase terminated with signal 0<br>
     
    11691158--> BUGNUMBER: 310425<br>
    11701159--> STATUS: Array.indexOf/lastIndexOf edge cases<br>
    1171 Exception, line 48: TypeError: Value undefined (result of expression [].lastIndexOf) is not object.<br>
    1172 </tt><br>
    1173 <a name='failure73'></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>
    1174  [ <a href='#failure72'>Previous Failure</a> | <a href='#failure74'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     1160Exception, line 48: <br>
     1161</tt><br>
     1162<a name='failure72'></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>
     1163 [ <a href='#failure71'>Previous Failure</a> | <a href='#failure73'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    11751164<tt>--> STATUS: E4X should be enabled even when e4x=1 not specified<br>
    11761165Failure messages were:<br>
     
    11821171--> FAILED!: <br>
    11831172</tt><br>
    1184 <a name='failure74'></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>
     1173<a name='failure73'></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>
     1174 [ <a href='#failure72'>Previous Failure</a> | <a href='#failure74'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     1175<tt>Expected exit code 0, got 3<br>
     1176Testcase terminated with signal 0<br>
     1177Complete testcase output was:<br>
     1178Exception, line 71: <br>
     1179</tt><br>
     1180<a name='failure74'></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>
    11851181 [ <a href='#failure73'>Previous Failure</a> | <a href='#failure75'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    11861182<tt>Expected exit code 0, got 3<br>
    11871183Testcase terminated with signal 0<br>
    11881184Complete testcase output was:<br>
    1189 Exception, line 71: SyntaxError: Parse error<br>
    1190 </tt><br>
    1191 <a name='failure75'></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>
     1185Exception, line 47: <br>
     1186</tt><br>
     1187<a name='failure75'></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>
    11921188 [ <a href='#failure74'>Previous Failure</a> | <a href='#failure76'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    1193 <tt>Expected exit code 0, got 3<br>
    1194 Testcase terminated with signal 0<br>
    1195 Complete testcase output was:<br>
    1196 Exception, line 47: SyntaxError: Parse error<br>
    1197 </tt><br>
    1198 <a name='failure76'></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>
    1199  [ <a href='#failure75'>Previous Failure</a> | <a href='#failure77'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    12001189<tt>Expected exit code 0, got 3<br>
    12011190Testcase terminated with signal 0<br>
     
    12041193--> STATUS: String static methods<br>
    12051194--> STATUS: See https://bugzilla.mozilla.org/show_bug.cgi?id=304828<br>
    1206 Exception, line 49: TypeError: Value undefined (result of expression String.split) is not object.<br>
     1195Exception, line 49: <br>
    12071196</tt><br>
    12081197</dl>
     
    12121201<a name='retest_list'></a>
    12131202<h2>Retest List</h2><br>
    1214 # Retest List, kjs, generated Wed Jan  4 13:27:34 2006.
     1203# Retest List, kjs, generated Mon Feb 20 05:11:05 2006.
    12151204# Original test base was: All tests.
    1216 # 1127 of 1135 test(s) were completed, 76 failures reported.
     1205# 1127 of 1135 test(s) were completed, 75 failures reported.
    12171206ecma/GlobalObject/15.1.2.2-2.js
    12181207ecma/LexicalConventions/7.7.3-1.js
     
    12611250js1_3/Script/script-001.js
    12621251js1_3/regress/function-001-n.js
    1263 js1_4/Regress/function-003.js
    12641252js1_5/Exceptions/catchguard-001.js
    12651253js1_5/Exceptions/catchguard-002.js
Note: See TracChangeset for help on using the changeset viewer.