Changeset 72207 in webkit for trunk/JavaScriptCore/tests
- Timestamp:
- Nov 17, 2010, 7:52:43 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/tests/mozilla/expected.html
r72197 r72207 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<br> 10 1127 test(s) selected, 1119 test(s) completed, 4 6 failures reported (4.11% failed)<br>11 Engine command line: "/ home/stampho/webkit/WebKitBuild/Release/JavaScriptCore/jsc" <br>12 OS type: Linux euclides 2.6.35-gentoo-r5 #1 SMP Tue Aug 31 13:19:25 CEST 2010 i686 Intel(R) Core(TM)2 CPU 6300 @ 1.86GHz GenuineIntel GNU/Linux<br>13 Testcase execution time: 16seconds.<br>14 Tests completed on Fri Oct 15 00:29:31 2010.<br><br>10 1127 test(s) selected, 1119 test(s) completed, 49 failures reported (4.37% failed)<br> 11 Engine command line: "/Volumes/Big/ggaren/build/Debug/jsc" <br> 12 OS type: Darwin il0301a-dhcp53.apple.com 9.7.0 Darwin Kernel Version 9.7.0: Tue Mar 31 22:52:17 PDT 2009; root:xnu-1228.12.14~1/RELEASE_I386 i386<br> 13 Testcase execution time: 3 minutes, 18 seconds.<br> 14 Tests completed on Tue Apr 21 12:56:28 2009.<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> … … 23 23 - "-0x123456789abcde8" = NaN FAILED! expected: 81985529216486880<br> 24 24 - "-0x123456789abcde8" = NaN FAILED! expected: 81985529216486880<br> 25 -"\u20001234\u2001" = NaN FAILED! expected: -1234<br> 25 26 </tt><br> 26 27 <a name='failure2'></a><dd><b>Testcase <a target='other_window' href='./ecma_2/Exceptions/function-001.js'>ecma_2/Exceptions/function-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=10278' target='other_window'>Bug Number 10278</a><br> … … 38 39 FAILED!: [reported from test()] <br> 39 40 </tt><br> 40 <a name='failure4'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/ Statements/regress-194364.js'>ecma_3/Statements/regress-194364.js</a> failed</b><br>41 <a name='failure4'></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> 41 42 [ <a href='#failure3'>Previous Failure</a> | <a href='#failure5'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 42 <tt>Expected exit code 0, got 3<br> 43 Testcase terminated with signal 0<br> 44 Complete testcase output was:<br> 45 Testcase produced no output!</tt><br> 46 <a name='failure5'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Unicode/uc-001.js'>ecma_3/Unicode/uc-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=23610' target='other_window'>Bug Number 23610</a><br> 43 <tt>STATUS: RegExp conformance test<br> 44 Failure messages were:<br> 45 FAILED!: [reported from test()] Section 7 of test -<br> 46 FAILED!: [reported from test()] regexp = /(z)((a+)?(b+)?(c))*/<br> 47 FAILED!: [reported from test()] string = 'zaacbbbcac'<br> 48 FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br> 49 FAILED!: [reported from test()] Expect: ["zaacbbbcac", "z", "ac", "a", , "c"]<br> 50 FAILED!: [reported from test()] Actual: ["zaacbbbcac", "z", "ac", "a", "bbb", "c"]<br> 51 FAILED!: [reported from test()] <br> 52 FAILED!: [reported from test()] Section 8 of test -<br> 53 FAILED!: [reported from test()] regexp = /(a*)*/<br> 54 FAILED!: [reported from test()] string = 'b'<br> 55 FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br> 56 FAILED!: [reported from test()] Expect: ["", , ]<br> 57 FAILED!: [reported from test()] Actual: ["", ""]<br> 58 FAILED!: [reported from test()] <br> 59 FAILED!: [reported from test()] Section 12 of test -<br> 60 FAILED!: [reported from test()] regexp = /(.*?)a(?!(a+)b\2c)\2(.*)/<br> 61 FAILED!: [reported from test()] string = 'baaabaac'<br> 62 FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br> 63 FAILED!: [reported from test()] Expect: ["baaabaac", "ba", , "abaac"]<br> 64 FAILED!: [reported from test()] Actual: ["baaabaac", "ba", "aa", "abaac"]<br> 65 FAILED!: [reported from test()] <br> 66 </tt><br> 67 <a name='failure5'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/perlstress-001.js'>ecma_3/RegExp/perlstress-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=85721' target='other_window'>Bug Number 85721</a><br> 47 68 [ <a href='#failure4'>Previous Failure</a> | <a href='#failure6'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 69 <tt>STATUS: Testing regular expression edge cases<br> 70 Failure messages were:<br> 71 FAILED!: [reported from test()] Section 218 of test -<br> 72 FAILED!: [reported from test()] regexp = /((foo)|(bar))*/<br> 73 FAILED!: [reported from test()] string = 'foobar'<br> 74 FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br> 75 FAILED!: [reported from test()] Expect: ["foobar", "bar", , "bar"]<br> 76 FAILED!: [reported from test()] Actual: ["foobar", "bar", "foo", "bar"]<br> 77 FAILED!: [reported from test()] <br> 78 FAILED!: [reported from test()] Section 234 of test -<br> 79 FAILED!: [reported from test()] regexp = /(?:(f)(o)(o)|(b)(a)(r))*/<br> 80 FAILED!: [reported from test()] string = 'foobar'<br> 81 FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br> 82 FAILED!: [reported from test()] Expect: ["foobar", , , , "b", "a", "r"]<br> 83 FAILED!: [reported from test()] Actual: ["foobar", "f", "o", "o", "b", "a", "r"]<br> 84 FAILED!: [reported from test()] <br> 85 FAILED!: [reported from test()] Section 241 of test -<br> 86 FAILED!: [reported from test()] regexp = /^(?:b|a(?=(.)))*\1/<br> 87 FAILED!: [reported from test()] string = 'abc'<br> 88 FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br> 89 FAILED!: [reported from test()] Expect: ["ab", , ]<br> 90 FAILED!: [reported from test()] Actual: ["ab", "b"]<br> 91 FAILED!: [reported from test()] <br> 92 FAILED!: [reported from test()] Section 412 of test -<br> 93 FAILED!: [reported from test()] regexp = /^(a(b)?)+$/<br> 94 FAILED!: [reported from test()] string = 'aba'<br> 95 FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br> 96 FAILED!: [reported from test()] Expect: ["aba", "a", , ]<br> 97 FAILED!: [reported from test()] Actual: ["aba", "a", "b"]<br> 98 FAILED!: [reported from test()] <br> 99 FAILED!: [reported from test()] Section 413 of test -<br> 100 FAILED!: [reported from test()] regexp = /^(aa(bb)?)+$/<br> 101 FAILED!: [reported from test()] string = 'aabbaa'<br> 102 FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br> 103 FAILED!: [reported from test()] Expect: ["aabbaa", "aa", , ]<br> 104 FAILED!: [reported from test()] Actual: ["aabbaa", "aa", "bb"]<br> 105 FAILED!: [reported from test()] <br> 106 </tt><br> 107 <a name='failure6'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-209919.js'>ecma_3/RegExp/regress-209919.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=209919' target='other_window'>Bug Number 209919</a><br> 108 [ <a href='#failure5'>Previous Failure</a> | <a href='#failure7'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 109 <tt>STATUS: Testing regexp submatches with quantifiers<br> 110 Failure messages were:<br> 111 FAILED!: [reported from test()] Section 1 of test -<br> 112 FAILED!: [reported from test()] regexp = /(a|b*)*/<br> 113 FAILED!: [reported from test()] string = 'a'<br> 114 FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br> 115 FAILED!: [reported from test()] Expect: ["a", "a"]<br> 116 FAILED!: [reported from test()] Actual: ["a", ""]<br> 117 FAILED!: [reported from test()] <br> 118 FAILED!: [reported from test()] Section 3 of test -<br> 119 FAILED!: [reported from test()] regexp = /(b*)*/<br> 120 FAILED!: [reported from test()] string = 'a'<br> 121 FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br> 122 FAILED!: [reported from test()] Expect: ["", , ]<br> 123 FAILED!: [reported from test()] Actual: ["", ""]<br> 124 FAILED!: [reported from test()] <br> 125 FAILED!: [reported from test()] Section 5 of test -<br> 126 FAILED!: [reported from test()] regexp = /^\-?(\d{1,}|\.{0,})*(\,\d{1,})?$/<br> 127 FAILED!: [reported from test()] string = '100.00'<br> 128 FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br> 129 FAILED!: [reported from test()] Expect: ["100.00", "00", , ]<br> 130 FAILED!: [reported from test()] Actual: ["100.00", "", , ]<br> 131 FAILED!: [reported from test()] <br> 132 FAILED!: [reported from test()] Section 6 of test -<br> 133 FAILED!: [reported from test()] regexp = /^\-?(\d{1,}|\.{0,})*(\,\d{1,})?$/<br> 134 FAILED!: [reported from test()] string = '100,00'<br> 135 FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br> 136 FAILED!: [reported from test()] Expect: ["100,00", "100", ",00"]<br> 137 FAILED!: [reported from test()] Actual: ["100,00", "", ",00"]<br> 138 FAILED!: [reported from test()] <br> 139 FAILED!: [reported from test()] Section 7 of test -<br> 140 FAILED!: [reported from test()] regexp = /^\-?(\d{1,}|\.{0,})*(\,\d{1,})?$/<br> 141 FAILED!: [reported from test()] string = '1.000,00'<br> 142 FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br> 143 FAILED!: [reported from test()] Expect: ["1.000,00", "000", ",00"]<br> 144 FAILED!: [reported from test()] Actual: ["1.000,00", "", ",00"]<br> 145 FAILED!: [reported from test()] <br> 146 </tt><br> 147 <a name='failure7'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Statements/regress-194364.js'>ecma_3/Statements/regress-194364.js</a> failed</b> <br> 148 [ <a href='#failure6'>Previous Failure</a> | <a href='#failure8'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 149 <tt>Expected exit code 0, got 3<br> 150 Testcase terminated with signal 0<br> 151 Complete testcase output was:<br> 152 Testcase produced no output!</tt><br> 153 <a name='failure8'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Unicode/uc-001.js'>ecma_3/Unicode/uc-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=23610' target='other_window'>Bug Number 23610</a><br> 154 [ <a href='#failure7'>Previous Failure</a> | <a href='#failure9'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 48 155 <tt>STATUS: Unicode format-control character (Category Cf) test.<br> 49 156 Failure messages were:<br> … … 52 159 FAILED!: [reported from test()] <br> 53 160 </tt><br> 54 <a name='failure 6'></a><dd><b>Testcase <a target='other_window' href='./js1_2/Objects/toString-001.js'>js1_2/Objects/toString-001.js</a> failed</b> <br>55 [ <a href='#failure 5'>Previous Failure</a> | <a href='#failure7'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>161 <a name='failure9'></a><dd><b>Testcase <a target='other_window' href='./js1_2/Objects/toString-001.js'>js1_2/Objects/toString-001.js</a> failed</b> <br> 162 [ <a href='#failure8'>Previous Failure</a> | <a href='#failure10'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 56 163 <tt><br> 57 164 Failure messages were:<br> … … 60 167 o = { name:"object", length:0, value:"hello" }; o.toString() = false FAILED! expected: true<br> 61 168 </tt><br> 62 <a name='failure 7'></a><dd><b>Testcase <a target='other_window' href='./js1_2/function/Function_object.js'>js1_2/function/Function_object.js</a> failed</b> <br>63 [ <a href='#failure 6'>Previous Failure</a> | <a href='#failure8'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>169 <a name='failure10'></a><dd><b>Testcase <a target='other_window' href='./js1_2/function/Function_object.js'>js1_2/function/Function_object.js</a> failed</b> <br> 170 [ <a href='#failure9'>Previous Failure</a> | <a href='#failure11'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 64 171 <tt><br> 65 172 Failure messages were:<br> … … 67 174 } FAILED! expected: <br> 68 175 </tt><br> 69 <a name='failure 8'></a><dd><b>Testcase <a target='other_window' href='./js1_2/function/function-001-n.js'>js1_2/function/function-001-n.js</a> failed</b> <br>70 [ <a href='#failure 7'>Previous Failure</a> | <a href='#failure9'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>176 <a name='failure11'></a><dd><b>Testcase <a target='other_window' href='./js1_2/function/function-001-n.js'>js1_2/function/function-001-n.js</a> failed</b> <br> 177 [ <a href='#failure10'>Previous Failure</a> | <a href='#failure12'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 71 178 <tt>Expected exit code 3, got 0<br> 72 179 Testcase terminated with signal 0<br> … … 75 182 eval("function f(){}function g(){}") = undefined FAILED! expected: error<br> 76 183 </tt><br> 77 <a name='failure 9'></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>78 [ <a href='#failure 8'>Previous Failure</a> | <a href='#failure10'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>79 <tt><br> 80 Failure messages were:<br> 81 } FAILED! expected: <br> 82 } FAILED! expected: <br> 83 } FAILED! expected: <br> 84 } FAILED! expected: <br> 85 } FAILED! expected: <br> 86 </tt><br> 87 <a name='failure1 0'></a><dd><b>Testcase <a target='other_window' href='./js1_2/function/tostring-2.js'>js1_2/function/tostring-2.js</a> failed</b> <br>88 [ <a href='#failure 9'>Previous Failure</a> | <a href='#failure11'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>89 <tt><br> 90 Failure messages were:<br> 91 } FAILED! expected: <br> 92 } FAILED! expected: <br> 93 } FAILED! expected: <br> 94 } FAILED! expected: <br> 95 } FAILED! expected: <br> 96 } FAILED! expected: <br> 97 } FAILED! expected: <br> 98 } FAILED! expected: <br> 99 } FAILED! expected: <br> 100 </tt><br> 101 <a name='failure1 1'></a><dd><b>Testcase <a target='other_window' href='./js1_2/operator/equality.js'>js1_2/operator/equality.js</a> failed</b> <br>102 [ <a href='#failure1 0'>Previous Failure</a> | <a href='#failure12'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>184 <a name='failure12'></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> 185 [ <a href='#failure11'>Previous Failure</a> | <a href='#failure13'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 186 <tt><br> 187 Failure messages were:<br> 188 } FAILED! expected: <br> 189 } FAILED! expected: <br> 190 } FAILED! expected: <br> 191 } FAILED! expected: <br> 192 } FAILED! expected: <br> 193 </tt><br> 194 <a name='failure13'></a><dd><b>Testcase <a target='other_window' href='./js1_2/function/tostring-2.js'>js1_2/function/tostring-2.js</a> failed</b> <br> 195 [ <a href='#failure12'>Previous Failure</a> | <a href='#failure14'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 196 <tt><br> 197 Failure messages were:<br> 198 } FAILED! expected: <br> 199 } FAILED! expected: <br> 200 } FAILED! expected: <br> 201 } FAILED! expected: <br> 202 } FAILED! expected: <br> 203 } FAILED! expected: <br> 204 } FAILED! expected: <br> 205 } FAILED! expected: <br> 206 } FAILED! expected: <br> 207 </tt><br> 208 <a name='failure14'></a><dd><b>Testcase <a target='other_window' href='./js1_2/operator/equality.js'>js1_2/operator/equality.js</a> failed</b> <br> 209 [ <a href='#failure13'>Previous Failure</a> | <a href='#failure15'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 103 210 <tt><br> 104 211 Failure messages were:<br> … … 106 213 ('x' == new String('x')) = true FAILED! expected: false<br> 107 214 </tt><br> 108 <a name='failure1 2'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/RegExp_lastIndex.js'>js1_2/regexp/RegExp_lastIndex.js</a> failed</b> <br>109 [ <a href='#failure1 1'>Previous Failure</a> | <a href='#failure13'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>215 <a name='failure15'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/RegExp_lastIndex.js'>js1_2/regexp/RegExp_lastIndex.js</a> failed</b> <br> 216 [ <a href='#failure14'>Previous Failure</a> | <a href='#failure16'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 110 217 <tt><br> 111 218 Failure messages were:<br> … … 113 220 re.exec('xyabcdef') = xy FAILED! expected: ["xy"]<br> 114 221 </tt><br> 115 <a name='failure1 3'></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>116 [ <a href='#failure1 2'>Previous Failure</a> | <a href='#failure14'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>222 <a name='failure16'></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> 223 [ <a href='#failure15'>Previous Failure</a> | <a href='#failure17'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 117 224 <tt><br> 118 225 Failure messages were:<br> … … 123 230 (multiline == true) 'a11\na22\na23\na24'.match(new RegExp('a..$','g')) = a24 FAILED! expected: a11,a22,a23,a24<br> 124 231 </tt><br> 125 <a name='failure1 4'></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>126 [ <a href='#failure1 3'>Previous Failure</a> | <a href='#failure15'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>232 <a name='failure17'></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> 233 [ <a href='#failure16'>Previous Failure</a> | <a href='#failure18'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 127 234 <tt><br> 128 235 Failure messages were:<br> … … 133 240 (['$*'] == true) 'a11\na22\na23\na24'.match(new RegExp('a..$','g')) = a24 FAILED! expected: a11,a22,a23,a24<br> 134 241 </tt><br> 135 <a name='failure1 5'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/beginLine.js'>js1_2/regexp/beginLine.js</a> failed</b> <br>136 [ <a href='#failure1 4'>Previous Failure</a> | <a href='#failure16'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>242 <a name='failure18'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/beginLine.js'>js1_2/regexp/beginLine.js</a> failed</b> <br> 243 [ <a href='#failure17'>Previous Failure</a> | <a href='#failure19'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 137 244 <tt><br> 138 245 Failure messages were:<br> 139 246 123xyz'.match(new RegExp('^\d+')) = null FAILED! expected: 123<br> 140 247 </tt><br> 141 <a name='failure1 6'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/endLine.js'>js1_2/regexp/endLine.js</a> failed</b> <br>142 [ <a href='#failure1 5'>Previous Failure</a> | <a href='#failure17'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>248 <a name='failure19'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/endLine.js'>js1_2/regexp/endLine.js</a> failed</b> <br> 249 [ <a href='#failure18'>Previous Failure</a> | <a href='#failure20'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 143 250 <tt><br> 144 251 Failure messages were:<br> 145 252 xyz'.match(new RegExp('\d+$')) = null FAILED! expected: 890<br> 146 253 </tt><br> 147 <a name='failure 17'></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>148 [ <a href='#failure1 6'>Previous Failure</a> | <a href='#failure18'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>254 <a name='failure20'></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> 255 [ <a href='#failure19'>Previous Failure</a> | <a href='#failure21'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 149 256 <tt><br> 150 257 Failure messages were:<br> … … 154 261 'abc'.split(new RegExp('[a-z]')) = ,,, FAILED! expected: ,,<br> 155 262 </tt><br> 156 <a name='failure 18'></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>157 [ <a href='#failure 17'>Previous Failure</a> | <a href='#failure19'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>263 <a name='failure21'></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> 264 [ <a href='#failure20'>Previous Failure</a> | <a href='#failure22'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 158 265 <tt><br> 159 266 Failure messages were:<br> 160 267 new Boolean(false) = true FAILED! expected: false<br> 161 268 </tt><br> 162 <a name='failure 19'></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>163 [ <a href='#failure 18'>Previous Failure</a> | <a href='#failure20'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>269 <a name='failure22'></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> 270 [ <a href='#failure21'>Previous Failure</a> | <a href='#failure23'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 164 271 <tt>STATUS: Regression test for Bugzilla bug 99663<br> 165 272 Failure messages were:<br> … … 168 275 Section 3 of test - got Error: Can't find variable: it FAILED! expected: a "read-only" error<br> 169 276 </tt><br> 170 <a name='failure2 0'></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>171 [ <a href='#failure 19'>Previous Failure</a> | <a href='#failure21'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>277 <a name='failure23'></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> 278 [ <a href='#failure22'>Previous Failure</a> | <a href='#failure24'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 172 279 <tt>Expected exit code 3, got 0<br> 173 280 Testcase terminated with signal 0<br> … … 177 284 eval("function f(){}function g(){}") = undefined FAILED! expected: error<br> 178 285 </tt><br> 179 <a name='failure2 1'></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>180 [ <a href='#failure2 0'>Previous Failure</a> | <a href='#failure22'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>286 <a name='failure24'></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> 287 [ <a href='#failure23'>Previous Failure</a> | <a href='#failure25'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 181 288 <tt>Expected exit code 0, got 3<br> 182 289 Testcase terminated with signal 0<br> … … 184 291 script-001 NativeScript<br> 185 292 </tt><br> 186 <a name='failure2 2'></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>187 [ <a href='#failure2 1'>Previous Failure</a> | <a href='#failure23'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>293 <a name='failure25'></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> 294 [ <a href='#failure24'>Previous Failure</a> | <a href='#failure26'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 188 295 <tt>Expected exit code 3, got 0<br> 189 296 Testcase terminated with signal 0<br> … … 193 300 eval("function f(){}function g(){}") = undefined FAILED! expected: error<br> 194 301 </tt><br> 195 <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> 196 [ <a href='#failure22'>Previous Failure</a> | <a href='#failure24'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 197 <tt>Expected exit code 0, got 3<br> 198 Testcase terminated with signal 0<br> 199 Complete testcase output was:<br> 200 Testcase produced no output!</tt><br> 201 <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> 202 [ <a href='#failure23'>Previous Failure</a> | <a href='#failure25'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 203 <tt>Expected exit code 0, got 3<br> 204 Testcase terminated with signal 0<br> 205 Complete testcase output was:<br> 206 Testcase produced no output!</tt><br> 207 <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> 208 [ <a href='#failure24'>Previous Failure</a> | <a href='#failure26'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 209 <tt>Expected exit code 0, got 3<br> 210 Testcase terminated with signal 0<br> 211 Complete testcase output was:<br> 212 Testcase produced no output!</tt><br> 213 <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> 302 <a name='failure26'></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> 214 303 [ <a href='#failure25'>Previous Failure</a> | <a href='#failure27'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 215 304 <tt>Expected exit code 0, got 3<br> … … 217 306 Complete testcase output was:<br> 218 307 Testcase produced no output!</tt><br> 219 <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>308 <a name='failure27'></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> 220 309 [ <a href='#failure26'>Previous Failure</a> | <a href='#failure28'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 310 <tt>Expected exit code 0, got 3<br> 311 Testcase terminated with signal 0<br> 312 Complete testcase output was:<br> 313 Testcase produced no output!</tt><br> 314 <a name='failure28'></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> 315 [ <a href='#failure27'>Previous Failure</a> | <a href='#failure29'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 316 <tt>Expected exit code 0, got 3<br> 317 Testcase terminated with signal 0<br> 318 Complete testcase output was:<br> 319 Testcase produced no output!</tt><br> 320 <a name='failure29'></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> 321 [ <a href='#failure28'>Previous Failure</a> | <a href='#failure30'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 322 <tt>Expected exit code 0, got 3<br> 323 Testcase terminated with signal 0<br> 324 Complete testcase output was:<br> 325 Testcase produced no output!</tt><br> 326 <a name='failure30'></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> 327 [ <a href='#failure29'>Previous Failure</a> | <a href='#failure31'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 221 328 <tt>Expected exit code 0, got 3<br> 222 329 Testcase terminated with signal 0<br> … … 225 332 STATUS: Test (non-ECMA) Error object properties fileName, lineNumber<br> 226 333 </tt><br> 227 <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> 228 [ <a href='#failure27'>Previous Failure</a> | <a href='#failure29'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 229 <tt>Expected exit code 0, got 3<br> 230 Testcase terminated with signal 0<br> 231 Complete testcase output was:<br> 232 Testcase produced no output!</tt><br> 233 <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> 234 [ <a href='#failure28'>Previous Failure</a> | <a href='#failure30'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 235 <tt>Expected exit code 0, got 3<br> 236 Testcase terminated with signal 0<br> 237 Complete testcase output was:<br> 238 Testcase produced no output!</tt><br> 239 <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> 240 [ <a href='#failure29'>Previous Failure</a> | <a href='#failure31'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 241 <tt>Expected exit code 0, got 3<br> 242 Testcase terminated with signal 0<br> 243 Complete testcase output was:<br> 244 Testcase produced no output!</tt><br> 245 <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> 334 <a name='failure31'></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> 246 335 [ <a href='#failure30'>Previous Failure</a> | <a href='#failure32'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 247 336 <tt>Expected exit code 0, got 3<br> … … 249 338 Complete testcase output was:<br> 250 339 Testcase produced no output!</tt><br> 251 <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>340 <a name='failure32'></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> 252 341 [ <a href='#failure31'>Previous Failure</a> | <a href='#failure33'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 253 342 <tt>Expected exit code 0, got 3<br> … … 255 344 Complete testcase output was:<br> 256 345 Testcase produced no output!</tt><br> 257 <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>346 <a name='failure33'></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> 258 347 [ <a href='#failure32'>Previous Failure</a> | <a href='#failure34'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 259 348 <tt>Expected exit code 0, got 3<br> … … 261 350 Complete testcase output was:<br> 262 351 Testcase produced no output!</tt><br> 263 <a name='failure34'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Object/regress-9 6284-002.js'>js1_5/Object/regress-96284-002.js</a> failed</b> <br>352 <a name='failure34'></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> 264 353 [ <a href='#failure33'>Previous Failure</a> | <a href='#failure35'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 265 354 <tt>Expected exit code 0, got 3<br> … … 267 356 Complete testcase output was:<br> 268 357 Testcase produced no output!</tt><br> 269 <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>358 <a name='failure35'></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> 270 359 [ <a href='#failure34'>Previous Failure</a> | <a href='#failure36'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 360 <tt>Expected exit code 0, got 3<br> 361 Testcase terminated with signal 0<br> 362 Complete testcase output was:<br> 363 Testcase produced no output!</tt><br> 364 <a name='failure36'></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> 365 [ <a href='#failure35'>Previous Failure</a> | <a href='#failure37'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 366 <tt>Expected exit code 0, got 3<br> 367 Testcase terminated with signal 0<br> 368 Complete testcase output was:<br> 369 Testcase produced no output!</tt><br> 370 <a name='failure37'></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> 371 [ <a href='#failure36'>Previous Failure</a> | <a href='#failure38'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 372 <tt>Expected exit code 0, got 3<br> 373 Testcase terminated with signal 0<br> 374 Complete testcase output was:<br> 375 Testcase produced no output!</tt><br> 376 <a name='failure38'></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> 377 [ <a href='#failure37'>Previous Failure</a> | <a href='#failure39'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 271 378 <tt>Expected exit code 0, got 3<br> 272 379 Testcase terminated with signal 0<br> … … 275 382 STATUS: Testing that we don't crash on obj.toSource()<br> 276 383 </tt><br> 277 <a name='failure3 6'></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>278 [ <a href='#failure3 5'>Previous Failure</a> | <a href='#failure37'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>384 <a name='failure39'></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> 385 [ <a href='#failure38'>Previous Failure</a> | <a href='#failure40'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 279 386 <tt>STATUS: Reassignment to a const is NOT an error per ECMA<br> 280 387 Failure messages were:<br> … … 286 393 FAILED!: [reported from test()] <br> 287 394 </tt><br> 288 <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> 289 [ <a href='#failure36'>Previous Failure</a> | <a href='#failure38'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 290 <tt>Expected exit code 0, got 3<br> 291 Testcase terminated with signal 0<br> 292 Complete testcase output was:<br> 293 Testcase produced no output!</tt><br> 294 <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> 295 [ <a href='#failure37'>Previous Failure</a> | <a href='#failure39'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 296 <tt>Expected exit code 0, got 3<br> 297 Testcase terminated with signal 0<br> 298 Complete testcase output was:<br> 299 Testcase produced no output!</tt><br> 300 <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> 301 [ <a href='#failure38'>Previous Failure</a> | <a href='#failure40'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 302 <tt>Expected exit code 0, got 3<br> 303 Testcase terminated with signal 0<br> 304 Complete testcase output was:<br> 305 Testcase produced no output!</tt><br> 306 <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> 395 <a name='failure40'></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> 307 396 [ <a href='#failure39'>Previous Failure</a> | <a href='#failure41'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 397 <tt>Expected exit code 0, got 3<br> 398 Testcase terminated with signal 0<br> 399 Complete testcase output was:<br> 400 Testcase produced no output!</tt><br> 401 <a name='failure41'></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> 402 [ <a href='#failure40'>Previous Failure</a> | <a href='#failure42'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 403 <tt>Expected exit code 0, got 3<br> 404 Testcase terminated with signal 0<br> 405 Complete testcase output was:<br> 406 Testcase produced no output!</tt><br> 407 <a name='failure42'></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> 408 [ <a href='#failure41'>Previous Failure</a> | <a href='#failure43'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 409 <tt>Expected exit code 0, got 3<br> 410 Testcase terminated with signal 0<br> 411 Complete testcase output was:<br> 412 Testcase produced no output!</tt><br> 413 <a name='failure43'></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> 414 [ <a href='#failure42'>Previous Failure</a> | <a href='#failure44'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 308 415 <tt>STATUS: Don't crash on extraneous arguments to str.match(), etc.<br> 309 416 Failure messages were:<br> … … 355 462 FAILED!: [reported from test()] <br> 356 463 </tt><br> 357 <a name='failure4 1'></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>358 [ <a href='#failure4 0'>Previous Failure</a> | <a href='#failure42'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>359 <tt>Expected exit code 0, got 3<br> 360 Testcase terminated with signal 0<br> 361 Complete testcase output was:<br> 362 Testcase produced no output!</tt><br> 363 <a name='failure4 2'></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>364 [ <a href='#failure4 1'>Previous Failure</a> | <a href='#failure43'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>464 <a name='failure44'></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> 465 [ <a href='#failure43'>Previous Failure</a> | <a href='#failure45'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 466 <tt>Expected exit code 0, got 3<br> 467 Testcase terminated with signal 0<br> 468 Complete testcase output was:<br> 469 Testcase produced no output!</tt><br> 470 <a name='failure45'></a><dd><b>Testcase <a target='other_window' href='./js1_5/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> 471 [ <a href='#failure44'>Previous Failure</a> | <a href='#failure46'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 365 472 <tt>STATUS: Testing scope after changing obj.__proto__<br> 366 473 Failure messages were:<br> … … 373 480 FAILED!: [reported from test()] <br> 374 481 </tt><br> 375 <a name='failure4 3'></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>376 [ <a href='#failure4 2'>Previous Failure</a> | <a href='#failure44'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>482 <a name='failure46'></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> 483 [ <a href='#failure45'>Previous Failure</a> | <a href='#failure47'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 377 484 <tt>STATUS: E4X should be enabled even when e4x=1 not specified<br> 378 485 Failure messages were:<br> … … 384 491 FAILED!: <br> 385 492 </tt><br> 386 <a name='failure4 4'></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>387 [ <a href='#failure4 3'>Previous Failure</a> | <a href='#failure45'>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 5'></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>393 [ <a href='#failure4 4'>Previous Failure</a> | <a href='#failure46'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>394 <tt>Expected exit code 0, got 3<br> 395 Testcase terminated with signal 0<br> 396 Complete testcase output was:<br> 397 Testcase produced no output!</tt><br> 398 <a name='failure4 6'></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>399 [ <a href='#failure4 5'>Previous Failure</a> | <a href='#failure47'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>493 <a name='failure47'></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> 494 [ <a href='#failure46'>Previous Failure</a> | <a href='#failure48'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 495 <tt>Expected exit code 0, got 3<br> 496 Testcase terminated with signal 0<br> 497 Complete testcase output was:<br> 498 Testcase produced no output!</tt><br> 499 <a name='failure48'></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> 500 [ <a href='#failure47'>Previous Failure</a> | <a href='#failure49'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 501 <tt>Expected exit code 0, got 3<br> 502 Testcase terminated with signal 0<br> 503 Complete testcase output was:<br> 504 Testcase produced no output!</tt><br> 505 <a name='failure49'></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> 506 [ <a href='#failure48'>Previous Failure</a> | <a href='#failure50'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 400 507 <tt>Expected exit code 0, got 3<br> 401 508 Testcase terminated with signal 0<br> … … 411 518 <a name='retest_list'></a> 412 519 <h2>Retest List</h2><br> 413 # Retest List, squirrelfish, generated Fri Oct 15 00:29:31 2010.520 # Retest List, squirrelfish, generated Tue Apr 21 12:56:28 2009. 414 521 # Original test base was: All tests. 415 # 1119 of 1127 test(s) were completed, 4 6failures reported.522 # 1119 of 1127 test(s) were completed, 49 failures reported. 416 523 ecma/TypeConversion/9.3.1-3.js 417 524 ecma_2/Exceptions/function-001.js 418 525 ecma_3/FunExpr/fe-001.js 526 ecma_3/RegExp/15.10.2-1.js 527 ecma_3/RegExp/perlstress-001.js 528 ecma_3/RegExp/regress-209919.js 419 529 ecma_3/Statements/regress-194364.js 420 530 ecma_3/Unicode/uc-001.js
Note:
See TracChangeset
for help on using the changeset viewer.