Changeset 113142 in webkit for trunk/Source/JavaScriptCore/tests
- Timestamp:
- Apr 3, 2012, 10:37:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/tests/mozilla/expected.html
r110657 r113142 8 8 Test List: All tests<br> 9 9 Skip 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.local11.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: 44seconds.<br>14 Tests completed on Fri Mar 9 18:26:542012.<br><br>10 1124 test(s) selected, 1116 test(s) completed, 46 failures reported (4.12% failed)<br> 11 Engine command line: "/Volumes/Big/ggaren/webkit/WebKitBuild/Debug/jsc" <br> 12 OS 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> 13 Testcase execution time: 1 minutes, 8 seconds.<br> 14 Tests completed on Tue Apr 3 22:31:56 2012.<br><br> 15 15 [ <a href='#fail_detail'>Failure Details</a> | <a href='#retest_list'>Retest List</a> | <a href='menu.html'>Test Selection Page</a> ]<br> 16 16 <hr> … … 120 120 re.exec('xyabcdef') = xy FAILED! expected: ["xy"]<br> 121 121 </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> 123 123 [ <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> 125 Testcase terminated with signal 0<br> 126 Complete testcase output was:<br> 127 BUGNUMBER: 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> 133 130 [ <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> 132 Testcase terminated with signal 0<br> 133 Complete testcase output was:<br> 134 BUGNUMBER: 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> 143 137 [ <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>170 138 <tt>Expected exit code 0, got 3<br> 171 139 Testcase terminated with signal 0<br> … … 174 142 As described in Netscape doc "Whats new in JavaScript 1.2" RegExp: simple form<br> 175 143 </tt><br> 176 <a name='failure 21'></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='#failure 20'>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> 178 146 <tt><br> 179 147 Failure messages were:<br> … … 183 151 'abc'.split(new RegExp('[a-z]')) = ,,, FAILED! expected: ,,<br> 184 152 </tt><br> 185 <a name='failure 22'></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='#failure 21'>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> 187 155 <tt><br> 188 156 Failure messages were:<br> 189 157 new Boolean(false) = true FAILED! expected: false<br> 190 158 </tt><br> 191 <a name='failure 23'></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='#failure 22'>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> 193 161 <tt>STATUS: Regression test for Bugzilla bug 99663<br> 194 162 Failure messages were:<br> … … 197 165 Section 3 of test - got Error: Can't find variable: it FAILED! expected: a "read-only" error<br> 198 166 </tt><br> 199 <a name='failure2 4'></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='#failure 23'>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> 201 169 <tt>Expected exit code 3, got 0<br> 202 170 Testcase terminated with signal 0<br> … … 206 174 eval("function f(){}function g(){}") = undefined FAILED! expected: error<br> 207 175 </tt><br> 208 <a name='failure2 5'></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='#failure2 4'>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> 210 178 <tt>Expected exit code 0, got 3<br> 211 179 Testcase terminated with signal 0<br> … … 213 181 script-001 NativeScript<br> 214 182 </tt><br> 215 <a name='failure2 6'></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='#failure2 5'>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> 217 185 <tt>Expected exit code 3, got 0<br> 218 186 Testcase terminated with signal 0<br> … … 222 190 eval("function f(){}function g(){}") = undefined FAILED! expected: error<br> 223 191 </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> 195 Testcase terminated with signal 0<br> 196 Complete testcase output was:<br> 197 Testcase 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> 201 Testcase terminated with signal 0<br> 202 Complete testcase output was:<br> 203 Testcase 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> 207 Testcase terminated with signal 0<br> 208 Complete testcase output was:<br> 209 Testcase 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> 213 Testcase terminated with signal 0<br> 214 Complete testcase output was:<br> 215 Testcase 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> 225 217 [ <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>250 218 <tt>Expected exit code 0, got 3<br> 251 219 Testcase terminated with signal 0<br> … … 254 222 STATUS: Test (non-ECMA) Error object properties fileName, lineNumber<br> 255 223 </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> 227 Testcase terminated with signal 0<br> 228 Complete testcase output was:<br> 229 Testcase 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> 233 Testcase terminated with signal 0<br> 234 Complete testcase output was:<br> 235 Testcase 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> 239 Testcase terminated with signal 0<br> 240 Complete testcase output was:<br> 241 Testcase 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> 245 Testcase terminated with signal 0<br> 246 Complete testcase output was:<br> 247 Testcase 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> 257 249 [ <a href='#failure31'>Previous Failure</a> | <a href='#failure33'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 258 250 <tt>Expected exit code 0, got 3<br> … … 260 252 Complete testcase output was:<br> 261 253 Testcase 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> 263 255 [ <a href='#failure32'>Previous Failure</a> | <a href='#failure34'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 264 256 <tt>Expected exit code 0, got 3<br> … … 266 258 Complete testcase output was:<br> 267 259 Testcase 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> 269 261 [ <a href='#failure33'>Previous Failure</a> | <a href='#failure35'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 270 262 <tt>Expected exit code 0, got 3<br> … … 272 264 Complete testcase output was:<br> 273 265 Testcase 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> 275 267 [ <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>300 268 <tt>Expected exit code 0, got 3<br> 301 269 Testcase terminated with signal 0<br> … … 304 272 STATUS: Testing that we don't crash on obj.toSource()<br> 305 273 </tt><br> 306 <a name='failure 40'></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='#failure3 9'>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> 308 276 <tt>STATUS: Reassignment to a const is NOT an error per ECMA<br> 309 277 Failure messages were:<br> … … 315 283 FAILED!: [reported from test()] <br> 316 284 </tt><br> 317 <a name='failure 41'></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='#failure 40'>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='failure 42'></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='#failure 41'>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='failure 43'></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='#failure 42'>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='failure4 4'></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='#failure 43'>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> 288 Testcase terminated with signal 0<br> 289 Complete testcase output was:<br> 290 Testcase 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> 294 Testcase terminated with signal 0<br> 295 Complete testcase output was:<br> 296 Testcase 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> 300 Testcase terminated with signal 0<br> 301 Complete testcase output was:<br> 302 Testcase 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> 337 305 <tt>STATUS: Don't crash on extraneous arguments to str.match(), etc.<br> 338 306 Failure messages were:<br> … … 384 352 FAILED!: [reported from test()] <br> 385 353 </tt><br> 386 <a name='failure4 5'></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='#failure4 4'>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='failure4 6'></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='#failure4 5'>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> 357 Testcase terminated with signal 0<br> 358 Complete testcase output was:<br> 359 Testcase 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> 394 362 <tt>STATUS: Testing scope after changing obj.__proto__<br> 395 363 Failure messages were:<br> … … 402 370 FAILED!: [reported from test()] <br> 403 371 </tt><br> 404 <a name='failure4 7'></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='#failure4 6'>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> 406 374 <tt>STATUS: E4X should be enabled even when e4x=1 not specified<br> 407 375 Failure messages were:<br> … … 413 381 FAILED!: <br> 414 382 </tt><br> 415 <a name='failure4 8'></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='#failure4 7'>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='failure4 9'></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='#failure4 8'>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='failure 50'></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='#failure4 9'>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> 386 Testcase terminated with signal 0<br> 387 Complete testcase output was:<br> 388 Testcase 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> 392 Testcase terminated with signal 0<br> 393 Complete testcase output was:<br> 394 Testcase 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> 429 397 <tt>Expected exit code 0, got 3<br> 430 398 Testcase terminated with signal 0<br> … … 440 408 <a name='retest_list'></a> 441 409 <h2>Retest List</h2><br> 442 # Retest List, squirrelfish, generated Fri Mar 9 18:26:542012.410 # Retest List, squirrelfish, generated Tue Apr 3 22:31:56 2012. 443 411 # Original test base was: All tests. 444 # 1116 of 1124 test(s) were completed, 50failures reported.412 # 1116 of 1124 test(s) were completed, 46 failures reported. 445 413 ecma_2/Exceptions/function-001.js 446 414 ecma_2/RegExp/regress-001.js … … 456 424 js1_2/operator/equality.js 457 425 js1_2/regexp/RegExp_lastIndex.js 458 js1_2/regexp/RegExp_multiline.js459 js1_2/regexp/RegExp_multiline_as_array.js460 js1_2/regexp/beginLine.js461 js1_2/regexp/endLine.js462 426 js1_2/regexp/regress-6359.js 463 427 js1_2/regexp/regress-9141.js
Note:
See TracChangeset
for help on using the changeset viewer.