Changeset 113142 in webkit for trunk/Source/JavaScriptCore/tests


Ignore:
Timestamp:
Apr 3, 2012, 10:37:36 PM (13 years ago)
Author:
[email protected]
Message:

Updated JSC expected test results to reflect recent bug fixes <disapproving look>.

Reviewed by Sam Weinig.

  • tests/mozilla/expected.html:
File:
1 edited

Legend:

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

    r110657 r113142  
    88Test List: All tests<br>
    99Skip List: ecma/Date/15.9.2.1.js, ecma/Date/15.9.2.2-1.js, ecma/Date/15.9.2.2-2.js, ecma/Date/15.9.2.2-3.js, ecma/Date/15.9.2.2-4.js, ecma/Date/15.9.2.2-5.js, ecma/Date/15.9.2.2-6.js, ecma_3/Date/15.9.5.7.js, ecma/Date/15.9.5.14.js, ecma/Date/15.9.5.31-1.js, ecma/Date/15.9.5.34-1.js<br>
    10 1124 test(s) selected, 1116 test(s) completed, 50 failures reported (4.48% failed)<br>
    11 Engine command line: "/Users/mhahnenberg/Code/WebKit/WebKitBuild/Debug/jsc" <br>
    12 OS type: Darwin Marks-MacBook-Pro.local 11.3.0 Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64 x86_64<br>
    13 Testcase execution time: 44 seconds.<br>
    14 Tests completed on Fri Mar  9 18:26:54 2012.<br><br>
     101124 test(s) selected, 1116 test(s) completed, 46 failures reported (4.12% failed)<br>
     11Engine command line: "/Volumes/Big/ggaren/webkit/WebKitBuild/Debug/jsc" <br>
     12OS type: Darwin garen.apple.com 11.3.0 Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64 x86_64<br>
     13Testcase execution time: 1 minutes, 8 seconds.<br>
     14Tests completed on Tue Apr  3 22:31:56 2012.<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>
     
    120120re.exec('xyabcdef') = xy FAILED! expected: ["xy"]<br>
    121121</tt><br>
    122 <a name='failure14'></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>
     122<a name='failure14'></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>
    123123 [ <a href='#failure13'>Previous Failure</a> | <a href='#failure15'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    124 <tt><br>
    125 Failure messages were:<br>
    126 (multiline == true) '123\n456'.match(/^4../) = null FAILED! expected: 456<br>
    127 (multiline == true) 'a11\na22\na23\na24'.match(/^a../g) = a11 FAILED! expected: a11,a22,a23,a24<br>
    128 (multiline == true) '123\n456'.match(/.3$/) = null FAILED! expected: 23<br>
    129 (multiline == true) 'a11\na22\na23\na24'.match(/a..$/g) = a24 FAILED! expected: a11,a22,a23,a24<br>
    130 (multiline == true) 'a11\na22\na23\na24'.match(new RegExp('a..$','g')) = a24 FAILED! expected: a11,a22,a23,a24<br>
    131 </tt><br>
    132 <a name='failure15'></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>
     124<tt>Expected exit code 0, got 3<br>
     125Testcase terminated with signal 0<br>
     126Complete testcase output was:<br>
     127BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=6359<br>
     128</tt><br>
     129<a name='failure15'></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>
    133130 [ <a href='#failure14'>Previous Failure</a> | <a href='#failure16'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    134 <tt><br>
    135 Failure messages were:<br>
    136 (['$*'] == true) '123\n456'.match(/^4../) = null FAILED! expected: 456<br>
    137 (['$*'] == true) 'a11\na22\na23\na24'.match(/^a../g) = a11 FAILED! expected: a11,a22,a23,a24<br>
    138 (['$*'] == true) '123\n456'.match(/.3$/) = null FAILED! expected: 23<br>
    139 (['$*'] == true) 'a11\na22\na23\na24'.match(/a..$/g) = a24 FAILED! expected: a11,a22,a23,a24<br>
    140 (['$*'] == true) 'a11\na22\na23\na24'.match(new RegExp('a..$','g')) = a24 FAILED! expected: a11,a22,a23,a24<br>
    141 </tt><br>
    142 <a name='failure16'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/beginLine.js'>js1_2/regexp/beginLine.js</a> failed</b> <br>
     131<tt>Expected exit code 0, got 3<br>
     132Testcase terminated with signal 0<br>
     133Complete testcase output was:<br>
     134BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=9141<br>
     135</tt><br>
     136<a name='failure16'></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>
    143137 [ <a href='#failure15'>Previous Failure</a> | <a href='#failure17'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    144 <tt><br>
    145 Failure messages were:<br>
    146 123xyz'.match(new RegExp('^\d+')) = null FAILED! expected: 123<br>
    147 </tt><br>
    148 <a name='failure17'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/endLine.js'>js1_2/regexp/endLine.js</a> failed</b> <br>
    149  [ <a href='#failure16'>Previous Failure</a> | <a href='#failure18'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    150 <tt><br>
    151 Failure messages were:<br>
    152 xyz'.match(new RegExp('\d+$')) = null FAILED! expected: 890<br>
    153 </tt><br>
    154 <a name='failure18'></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>
    155  [ <a href='#failure17'>Previous Failure</a> | <a href='#failure19'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    156 <tt>Expected exit code 0, got 3<br>
    157 Testcase terminated with signal 0<br>
    158 Complete testcase output was:<br>
    159 BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=6359<br>
    160 </tt><br>
    161 <a name='failure19'></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>
    162  [ <a href='#failure18'>Previous Failure</a> | <a href='#failure20'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    163 <tt>Expected exit code 0, got 3<br>
    164 Testcase terminated with signal 0<br>
    165 Complete testcase output was:<br>
    166 BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=9141<br>
    167 </tt><br>
    168 <a name='failure20'></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>
    169  [ <a href='#failure19'>Previous Failure</a> | <a href='#failure21'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    170138<tt>Expected exit code 0, got 3<br>
    171139Testcase terminated with signal 0<br>
     
    174142As described in Netscape doc "Whats new in JavaScript 1.2" RegExp: simple form<br>
    175143</tt><br>
    176 <a name='failure21'></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>
    177  [ <a href='#failure20'>Previous Failure</a> | <a href='#failure22'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     144<a name='failure17'></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>
     145 [ <a href='#failure16'>Previous Failure</a> | <a href='#failure18'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    178146<tt><br>
    179147Failure messages were:<br>
     
    183151'abc'.split(new RegExp('[a-z]')) = ,,, FAILED! expected: ,,<br>
    184152</tt><br>
    185 <a name='failure22'></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>
    186  [ <a href='#failure21'>Previous Failure</a> | <a href='#failure23'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     153<a name='failure18'></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>
     154 [ <a href='#failure17'>Previous Failure</a> | <a href='#failure19'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    187155<tt><br>
    188156Failure messages were:<br>
    189157new Boolean(false) = true FAILED! expected: false<br>
    190158</tt><br>
    191 <a name='failure23'></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>
    192  [ <a href='#failure22'>Previous Failure</a> | <a href='#failure24'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     159<a name='failure19'></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>
     160 [ <a href='#failure18'>Previous Failure</a> | <a href='#failure20'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    193161<tt>STATUS: Regression test for Bugzilla bug 99663<br>
    194162Failure messages were:<br>
     
    197165Section 3 of test - got Error: Can't find variable: it FAILED! expected: a "read-only" error<br>
    198166</tt><br>
    199 <a name='failure24'></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>
    200  [ <a href='#failure23'>Previous Failure</a> | <a href='#failure25'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     167<a name='failure20'></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>
     168 [ <a href='#failure19'>Previous Failure</a> | <a href='#failure21'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    201169<tt>Expected exit code 3, got 0<br>
    202170Testcase terminated with signal 0<br>
     
    206174eval("function f(){}function g(){}") = undefined FAILED! expected: error<br>
    207175</tt><br>
    208 <a name='failure25'></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>
    209  [ <a href='#failure24'>Previous Failure</a> | <a href='#failure26'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     176<a name='failure21'></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>
     177 [ <a href='#failure20'>Previous Failure</a> | <a href='#failure22'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    210178<tt>Expected exit code 0, got 3<br>
    211179Testcase terminated with signal 0<br>
     
    213181script-001 NativeScript<br>
    214182</tt><br>
    215 <a name='failure26'></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>
    216  [ <a href='#failure25'>Previous Failure</a> | <a href='#failure27'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     183<a name='failure22'></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>
     184 [ <a href='#failure21'>Previous Failure</a> | <a href='#failure23'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    217185<tt>Expected exit code 3, got 0<br>
    218186Testcase terminated with signal 0<br>
     
    222190eval("function f(){}function g(){}") = undefined FAILED! expected: error<br>
    223191</tt><br>
    224 <a name='failure27'></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>
     192<a name='failure23'></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>
     193 [ <a href='#failure22'>Previous Failure</a> | <a href='#failure24'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     194<tt>Expected exit code 0, got 3<br>
     195Testcase terminated with signal 0<br>
     196Complete testcase output was:<br>
     197Testcase produced no output!</tt><br>
     198<a name='failure24'></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>
     199 [ <a href='#failure23'>Previous Failure</a> | <a href='#failure25'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     200<tt>Expected exit code 0, got 3<br>
     201Testcase terminated with signal 0<br>
     202Complete testcase output was:<br>
     203Testcase produced no output!</tt><br>
     204<a name='failure25'></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>
     205 [ <a href='#failure24'>Previous Failure</a> | <a href='#failure26'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     206<tt>Expected exit code 0, got 3<br>
     207Testcase terminated with signal 0<br>
     208Complete testcase output was:<br>
     209Testcase produced no output!</tt><br>
     210<a name='failure26'></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>
     211 [ <a href='#failure25'>Previous Failure</a> | <a href='#failure27'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     212<tt>Expected exit code 0, got 3<br>
     213Testcase terminated with signal 0<br>
     214Complete testcase output was:<br>
     215Testcase produced no output!</tt><br>
     216<a name='failure27'></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>
    225217 [ <a href='#failure26'>Previous Failure</a> | <a href='#failure28'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    226 <tt>Expected exit code 0, got 3<br>
    227 Testcase terminated with signal 0<br>
    228 Complete testcase output was:<br>
    229 Testcase produced no output!</tt><br>
    230 <a name='failure28'></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>
    231  [ <a href='#failure27'>Previous Failure</a> | <a href='#failure29'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    232 <tt>Expected exit code 0, got 3<br>
    233 Testcase terminated with signal 0<br>
    234 Complete testcase output was:<br>
    235 Testcase produced no output!</tt><br>
    236 <a name='failure29'></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>
    237  [ <a href='#failure28'>Previous Failure</a> | <a href='#failure30'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    238 <tt>Expected exit code 0, got 3<br>
    239 Testcase terminated with signal 0<br>
    240 Complete testcase output was:<br>
    241 Testcase produced no output!</tt><br>
    242 <a name='failure30'></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>
    243  [ <a href='#failure29'>Previous Failure</a> | <a href='#failure31'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    244 <tt>Expected exit code 0, got 3<br>
    245 Testcase terminated with signal 0<br>
    246 Complete testcase output was:<br>
    247 Testcase produced no output!</tt><br>
    248 <a name='failure31'></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>
    249  [ <a href='#failure30'>Previous Failure</a> | <a href='#failure32'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    250218<tt>Expected exit code 0, got 3<br>
    251219Testcase terminated with signal 0<br>
     
    254222STATUS: Test (non-ECMA) Error object properties fileName, lineNumber<br>
    255223</tt><br>
    256 <a name='failure32'></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>
     224<a name='failure28'></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>
     225 [ <a href='#failure27'>Previous Failure</a> | <a href='#failure29'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     226<tt>Expected exit code 0, got 3<br>
     227Testcase terminated with signal 0<br>
     228Complete testcase output was:<br>
     229Testcase produced no output!</tt><br>
     230<a name='failure29'></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>
     231 [ <a href='#failure28'>Previous Failure</a> | <a href='#failure30'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     232<tt>Expected exit code 0, got 3<br>
     233Testcase terminated with signal 0<br>
     234Complete testcase output was:<br>
     235Testcase produced no output!</tt><br>
     236<a name='failure30'></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>
     237 [ <a href='#failure29'>Previous Failure</a> | <a href='#failure31'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     238<tt>Expected exit code 0, got 3<br>
     239Testcase terminated with signal 0<br>
     240Complete testcase output was:<br>
     241Testcase produced no output!</tt><br>
     242<a name='failure31'></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>
     243 [ <a href='#failure30'>Previous Failure</a> | <a href='#failure32'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     244<tt>Expected exit code 0, got 3<br>
     245Testcase terminated with signal 0<br>
     246Complete testcase output was:<br>
     247Testcase produced no output!</tt><br>
     248<a name='failure32'></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>
    257249 [ <a href='#failure31'>Previous Failure</a> | <a href='#failure33'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    258250<tt>Expected exit code 0, got 3<br>
     
    260252Complete testcase output was:<br>
    261253Testcase produced no output!</tt><br>
    262 <a name='failure33'></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>
     254<a name='failure33'></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>
    263255 [ <a href='#failure32'>Previous Failure</a> | <a href='#failure34'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    264256<tt>Expected exit code 0, got 3<br>
     
    266258Complete testcase output was:<br>
    267259Testcase produced no output!</tt><br>
    268 <a name='failure34'></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>
     260<a name='failure34'></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>
    269261 [ <a href='#failure33'>Previous Failure</a> | <a href='#failure35'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    270262<tt>Expected exit code 0, got 3<br>
     
    272264Complete testcase output was:<br>
    273265Testcase produced no output!</tt><br>
    274 <a name='failure35'></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>
     266<a name='failure35'></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>
    275267 [ <a href='#failure34'>Previous Failure</a> | <a href='#failure36'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    276 <tt>Expected exit code 0, got 3<br>
    277 Testcase terminated with signal 0<br>
    278 Complete testcase output was:<br>
    279 Testcase produced no output!</tt><br>
    280 <a name='failure36'></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>
    281  [ <a href='#failure35'>Previous Failure</a> | <a href='#failure37'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    282 <tt>Expected exit code 0, got 3<br>
    283 Testcase terminated with signal 0<br>
    284 Complete testcase output was:<br>
    285 Testcase produced no output!</tt><br>
    286 <a name='failure37'></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>
    287  [ <a href='#failure36'>Previous Failure</a> | <a href='#failure38'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    288 <tt>Expected exit code 0, got 3<br>
    289 Testcase terminated with signal 0<br>
    290 Complete testcase output was:<br>
    291 Testcase produced no output!</tt><br>
    292 <a name='failure38'></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>
    293  [ <a href='#failure37'>Previous Failure</a> | <a href='#failure39'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    294 <tt>Expected exit code 0, got 3<br>
    295 Testcase terminated with signal 0<br>
    296 Complete testcase output was:<br>
    297 Testcase produced no output!</tt><br>
    298 <a name='failure39'></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>
    299  [ <a href='#failure38'>Previous Failure</a> | <a href='#failure40'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    300268<tt>Expected exit code 0, got 3<br>
    301269Testcase terminated with signal 0<br>
     
    304272STATUS: Testing that we don't crash on obj.toSource()<br>
    305273</tt><br>
    306 <a name='failure40'></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>
    307  [ <a href='#failure39'>Previous Failure</a> | <a href='#failure41'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     274<a name='failure36'></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>
     275 [ <a href='#failure35'>Previous Failure</a> | <a href='#failure37'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    308276<tt>STATUS: Reassignment to a const is NOT an error per ECMA<br>
    309277Failure messages were:<br>
     
    315283FAILED!: [reported from test()] <br>
    316284</tt><br>
    317 <a name='failure41'></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>
    318  [ <a href='#failure40'>Previous Failure</a> | <a href='#failure42'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    319 <tt>Expected exit code 0, got 3<br>
    320 Testcase terminated with signal 0<br>
    321 Complete testcase output was:<br>
    322 Testcase produced no output!</tt><br>
    323 <a name='failure42'></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>
    324  [ <a href='#failure41'>Previous Failure</a> | <a href='#failure43'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    325 <tt>Expected exit code 0, got 3<br>
    326 Testcase terminated with signal 0<br>
    327 Complete testcase output was:<br>
    328 Testcase produced no output!</tt><br>
    329 <a name='failure43'></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>
    330  [ <a href='#failure42'>Previous Failure</a> | <a href='#failure44'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    331 <tt>Expected exit code 0, got 3<br>
    332 Testcase terminated with signal 0<br>
    333 Complete testcase output was:<br>
    334 Testcase produced no output!</tt><br>
    335 <a name='failure44'></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>
    336  [ <a href='#failure43'>Previous Failure</a> | <a href='#failure45'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     285<a name='failure37'></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>
     286 [ <a href='#failure36'>Previous Failure</a> | <a href='#failure38'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     287<tt>Expected exit code 0, got 3<br>
     288Testcase terminated with signal 0<br>
     289Complete testcase output was:<br>
     290Testcase produced no output!</tt><br>
     291<a name='failure38'></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>
     292 [ <a href='#failure37'>Previous Failure</a> | <a href='#failure39'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     293<tt>Expected exit code 0, got 3<br>
     294Testcase terminated with signal 0<br>
     295Complete testcase output was:<br>
     296Testcase produced no output!</tt><br>
     297<a name='failure39'></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>
     298 [ <a href='#failure38'>Previous Failure</a> | <a href='#failure40'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     299<tt>Expected exit code 0, got 3<br>
     300Testcase terminated with signal 0<br>
     301Complete testcase output was:<br>
     302Testcase produced no output!</tt><br>
     303<a name='failure40'></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>
     304 [ <a href='#failure39'>Previous Failure</a> | <a href='#failure41'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    337305<tt>STATUS: Don't crash on extraneous arguments to str.match(), etc.<br>
    338306Failure messages were:<br>
     
    384352FAILED!: [reported from test()] <br>
    385353</tt><br>
    386 <a name='failure45'></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>
    387  [ <a href='#failure44'>Previous Failure</a> | <a href='#failure46'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    388 <tt>Expected exit code 0, got 3<br>
    389 Testcase terminated with signal 0<br>
    390 Complete testcase output was:<br>
    391 Testcase produced no output!</tt><br>
    392 <a name='failure46'></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>
    393  [ <a href='#failure45'>Previous Failure</a> | <a href='#failure47'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     354<a name='failure41'></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>
     355 [ <a href='#failure40'>Previous Failure</a> | <a href='#failure42'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     356<tt>Expected exit code 0, got 3<br>
     357Testcase terminated with signal 0<br>
     358Complete testcase output was:<br>
     359Testcase produced no output!</tt><br>
     360<a name='failure42'></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>
     361 [ <a href='#failure41'>Previous Failure</a> | <a href='#failure43'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    394362<tt>STATUS: Testing scope after changing obj.__proto__<br>
    395363Failure messages were:<br>
     
    402370FAILED!: [reported from test()] <br>
    403371</tt><br>
    404 <a name='failure47'></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>
    405  [ <a href='#failure46'>Previous Failure</a> | <a href='#failure48'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     372<a name='failure43'></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>
     373 [ <a href='#failure42'>Previous Failure</a> | <a href='#failure44'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    406374<tt>STATUS: E4X should be enabled even when e4x=1 not specified<br>
    407375Failure messages were:<br>
     
    413381FAILED!: <br>
    414382</tt><br>
    415 <a name='failure48'></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>
    416  [ <a href='#failure47'>Previous Failure</a> | <a href='#failure49'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    417 <tt>Expected exit code 0, got 3<br>
    418 Testcase terminated with signal 0<br>
    419 Complete testcase output was:<br>
    420 Testcase produced no output!</tt><br>
    421 <a name='failure49'></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>
    422  [ <a href='#failure48'>Previous Failure</a> | <a href='#failure50'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    423 <tt>Expected exit code 0, got 3<br>
    424 Testcase terminated with signal 0<br>
    425 Complete testcase output was:<br>
    426 Testcase produced no output!</tt><br>
    427 <a name='failure50'></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>
    428  [ <a href='#failure49'>Previous Failure</a> | <a href='#failure51'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     383<a name='failure44'></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>
     384 [ <a href='#failure43'>Previous Failure</a> | <a href='#failure45'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     385<tt>Expected exit code 0, got 3<br>
     386Testcase terminated with signal 0<br>
     387Complete testcase output was:<br>
     388Testcase produced no output!</tt><br>
     389<a name='failure45'></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>
     390 [ <a href='#failure44'>Previous Failure</a> | <a href='#failure46'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
     391<tt>Expected exit code 0, got 3<br>
     392Testcase terminated with signal 0<br>
     393Complete testcase output was:<br>
     394Testcase produced no output!</tt><br>
     395<a name='failure46'></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>
     396 [ <a href='#failure45'>Previous Failure</a> | <a href='#failure47'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
    429397<tt>Expected exit code 0, got 3<br>
    430398Testcase terminated with signal 0<br>
     
    440408<a name='retest_list'></a>
    441409<h2>Retest List</h2><br>
    442 # Retest List, squirrelfish, generated Fri Mar  9 18:26:54 2012.
     410# Retest List, squirrelfish, generated Tue Apr  3 22:31:56 2012.
    443411# Original test base was: All tests.
    444 # 1116 of 1124 test(s) were completed, 50 failures reported.
     412# 1116 of 1124 test(s) were completed, 46 failures reported.
    445413ecma_2/Exceptions/function-001.js
    446414ecma_2/RegExp/regress-001.js
     
    456424js1_2/operator/equality.js
    457425js1_2/regexp/RegExp_lastIndex.js
    458 js1_2/regexp/RegExp_multiline.js
    459 js1_2/regexp/RegExp_multiline_as_array.js
    460 js1_2/regexp/beginLine.js
    461 js1_2/regexp/endLine.js
    462426js1_2/regexp/regress-6359.js
    463427js1_2/regexp/regress-9141.js
Note: See TracChangeset for help on using the changeset viewer.