Changeset 24394 in webkit for trunk/JavaScriptCore/tests
- Timestamp:
- Jul 17, 2007, 7:25:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/tests/mozilla/expected.html
r24287 r24394 8 8 Test List: All tests<br> 9 9 Skip List: (none)<br> 10 1135 test(s) selected, 1127 test(s) completed, 6 7 failures reported (5.94% failed)<br>10 1135 test(s) selected, 1127 test(s) completed, 65 failures reported (5.76% failed)<br> 11 11 Engine command line: /Users/Cameron/WebKit/WebKitBuild/Release/testkjs <br> 12 12 OS type: Darwin d141-131-181.home.cgocable.net 8.10.1 Darwin Kernel Version 8.10.1: Wed May 23 16:33:00 PDT 2007; root:xnu-792.22.5~1/RELEASE_I386 i386 i386<br> 13 Testcase execution time: 4 5seconds.<br>14 Tests completed on Fri Jul 13 23:05:002007.<br><br>13 Testcase execution time: 42 seconds.<br> 14 Tests completed on Mon Jul 16 02:25:22 2007.<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> 17 17 <a name='fail_detail'></a> 18 18 <h2>Failure Details</h2><br> 19 <dl><a name='failure1'></a><dd><b>Testcase <a target='other_window' href='./ecma/ GlobalObject/15.1.2.2-2.js'>ecma/GlobalObject/15.1.2.2-2.js</a> failed</b> <br>19 <dl><a name='failure1'></a><dd><b>Testcase <a target='other_window' href='./ecma/TypeConversion/9.3.1-3.js'>ecma/TypeConversion/9.3.1-3.js</a> failed</b> <br> 20 20 [ <a href='#failure2'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 21 21 <tt><br> 22 22 Failure messages were:<br> 23 --> parseInt("0000001000000001001000110100010101100111100010011010101111011",2) = 18054430506169720 FAILED! expected: 18054430506169724<br>24 --> parseInt("123456789012345678") = 123456789012345700 FAILED! expected: 123456789012345680<br>25 --> parseInt("0x1000000000000081") = 1152921504606847000 FAILED! expected: 1152921504606847200<br>26 --> s = 0xFFFFFFFFFFFFF800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000; -s = -1.7976931348623155e+308 FAILED! expected: -1.7976931348623157e+308<br>27 --> s = 0xFFFFFFFFFFFFF800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001; -s = -1.7976931348623155e+308 FAILED! expected: -1.7976931348623157e+308<br>28 --> s = 0xFFFFFFFFFFFFFC00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000; -s = -1.7976931348623157e+308 FAILED! expected: -Infinity<br>29 </tt><br>30 <a name='failure2'></a><dd><b>Testcase <a target='other_window' href='./ecma/LexicalConventions/7.7.3-1.js'>ecma/LexicalConventions/7.7.3-1.js</a> failed</b> <br>31 [ <a href='#failure1'>Previous Failure</a> | <a href='#failure3'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>32 <tt><br>33 Failure messages were:<br>34 --> 0x1000000000000081 = 1152921504606847000 FAILED! expected: 1152921504606847200<br>35 --> 0x1000000000000281 = 1152921504606847500 FAILED! expected: 1152921504606847700<br>36 </tt><br>37 <a name='failure3'></a><dd><b>Testcase <a target='other_window' href='./ecma/TypeConversion/9.3.1-3.js'>ecma/TypeConversion/9.3.1-3.js</a> failed</b> <br>38 [ <a href='#failure2'>Previous Failure</a> | <a href='#failure4'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>39 <tt><br>40 Failure messages were:<br>41 23 --> - "-0x123456789abcde8" = NaN FAILED! expected: 81985529216486880<br> 42 --> -"1e2000" = NaN FAILED! expected: -Infinity<br>43 --> -"-1e2000" +'' = NaN FAILED! expected: Infinity<br>44 --> parseFloat("1e2000") = NaN FAILED! expected: Infinity<br>45 --> -s2 == -Infinity || -s2 == -1.7976931348623157e+308 = false FAILED! expected: true<br>46 --> -s3 == -Infinity || -s3 == -1.7976931348623157e+308 = false FAILED! expected: true<br>47 --> parseInt(s1,10) == 1.7976931348623157e+308 || parseInt(s1,10) == Infinity = false FAILED! expected: true<br>48 --> parseInt(s2,10) == Infinity || parseInt(s2,10) == 1.7976931348623157e+308 = false FAILED! expected: true<br>49 --> parseInt(s1) == 1.7976931348623157e+308 || parseInt(s1) == Infinity = false FAILED! expected: true<br>50 --> parseInt(s2) == Infinity || parseInt(s2) == 1.7976931348623157e+308 = false FAILED! expected: true<br>51 --> 0x1000000000000081 = 1152921504606847000 FAILED! expected: 1152921504606847200<br>52 --> 0x1000000000000281 = 1152921504606847500 FAILED! expected: 1152921504606847700<br>53 --> parseInt("0000001000000001001000110100010101100111100010011010101111011",2) = 18054430506169720 FAILED! expected: 18054430506169724<br>54 --> parseInt("123456789012345678") = 123456789012345700 FAILED! expected: 123456789012345680<br>55 --> parseInt("0x1000000000000081") = 1152921504606847000 FAILED! expected: 1152921504606847200<br>56 --> -s = -1.7976931348623155e+308 FAILED! expected: -1.7976931348623157e+308<br>57 --> -s = -1.7976931348623155e+308 FAILED! expected: -1.7976931348623157e+308<br>58 --> -s = -1.7976931348623157e+308 FAILED! expected: -Infinity<br>59 24 --> - "-0x123456789abcde8" = NaN FAILED! expected: 81985529216486880<br> 60 25 --> -"\u20001234\u2001" = NaN FAILED! expected: -1234<br> 61 26 </tt><br> 62 <a name='failure 4'></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>63 [ <a href='#failure 3'>Previous Failure</a> | <a href='#failure5'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>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> 28 [ <a href='#failure1'>Previous Failure</a> | <a href='#failure3'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 64 29 <tt><br> 65 30 Failure messages were:<br> 66 31 --> eval("function f(){}function g(){}") (threw no exception thrown = fail FAILED! expected: pass<br> 67 32 </tt><br> 68 <a name='failure 5'></a><dd><b>Testcase <a target='other_window' href='./ecma_2/RegExp/regress-001.js'>ecma_2/RegExp/regress-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=http://bugzilla.mozilla.org/show_bug.cgi?id=2157' target='other_window'>Bug Number http://bugzilla.mozilla.org/show_bug.cgi?id=2157</a><br>69 [ <a href='#failure 4'>Previous Failure</a> | <a href='#failure6'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>33 <a name='failure3'></a><dd><b>Testcase <a target='other_window' href='./ecma_2/RegExp/regress-001.js'>ecma_2/RegExp/regress-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=http://bugzilla.mozilla.org/show_bug.cgi?id=2157' target='other_window'>Bug Number http://bugzilla.mozilla.org/show_bug.cgi?id=2157</a><br> 34 [ <a href='#failure2'>Previous Failure</a> | <a href='#failure4'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 70 35 <tt>Expected exit code 0, got 3<br> 71 36 Testcase terminated with signal 0<br> … … 73 38 --> RegExp/hex-001.js JS regexp anchoring on empty match bug<br> 74 39 --> BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=2157<br> 75 [29 246] ./ecma_2/RegExp/regress-001.js line 18: TypeError: Object /a||b/ (result of expression /a||b/) does not allow calls.<br>76 </tt><br> 77 <a name='failure 6'></a><dd><b>Testcase <a target='other_window' href='./ecma_2/RegExp/unicode-001.js'>ecma_2/RegExp/unicode-001.js</a> failed</b> <br>78 [ <a href='#failure 5'>Previous Failure</a> | <a href='#failure7'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>40 [29772] ./ecma_2/RegExp/regress-001.js line 18: TypeError: Object /a||b/ (result of expression /a||b/) does not allow calls.<br> 41 </tt><br> 42 <a name='failure4'></a><dd><b>Testcase <a target='other_window' href='./ecma_2/RegExp/unicode-001.js'>ecma_2/RegExp/unicode-001.js</a> failed</b> <br> 43 [ <a href='#failure3'>Previous Failure</a> | <a href='#failure5'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 79 44 <tt>Expected exit code 0, got 3<br> 80 45 Testcase terminated with signal 0<br> 81 46 Complete testcase output was:<br> 82 47 --> RegExp/unicode-001.js new RegExp( pattern, flags )<br> 83 [29 247] ./ecma_2/RegExp/unicode-001.js line 20: SyntaxError: Invalid regular expression: PCRE does not support \L, \l, \N, \U, or \u<br>84 </tt><br> 85 <a name='failure 7'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Date/15.9.5.7.js'>ecma_3/Date/15.9.5.7.js</a> failed</b> <br>86 [ <a href='#failure 6'>Previous Failure</a> | <a href='#failure8'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>48 [29773] ./ecma_2/RegExp/unicode-001.js line 20: SyntaxError: Invalid regular expression: PCRE does not support \L, \l, \N, \U, or \u<br> 49 </tt><br> 50 <a name='failure5'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Date/15.9.5.7.js'>ecma_3/Date/15.9.5.7.js</a> failed</b> <br> 51 [ <a href='#failure4'>Previous Failure</a> | <a href='#failure6'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 87 52 <tt><br> 88 53 Failure messages were:<br> … … 96 61 --> (Mon Feb 28 2000 15:59:59 GMT-0800 (PST)).toLocaleTimeString() = 3:59:59 PM PST FAILED! expected: 15:59:59<br> 97 62 --> (Tue Feb 29 2000 00:00:00 GMT-0800 (PST)).toLocaleTimeString() = 12:00:00 AM PST FAILED! expected: 00:00:00<br> 98 --> ( Fri Jul 13 2007 23:04:49 GMT-0700 (PDT)).toLocaleTimeString() = 11:04:49 PM PDT FAILED! expected: 23:04:49<br>99 --> ( Sat Jul 14 2007 07:04:49 GMT-0700 (PDT)).toLocaleTimeString() = 7:04:49 AM PDT FAILED! expected: 07:04:49<br>63 --> (Mon Jul 16 2007 02:25:12 GMT-0700 (PDT)).toLocaleTimeString() = 2:25:12 AM PDT FAILED! expected: 02:25:12<br> 64 --> (Mon Jul 16 2007 10:25:12 GMT-0700 (PDT)).toLocaleTimeString() = 10:25:12 AM PDT FAILED! expected: 10:25:12<br> 100 65 --> (Fri Dec 31 2004 16:00:00 GMT-0800 (PST)).toLocaleTimeString() = 4:00:00 PM PST FAILED! expected: 16:00:00<br> 101 66 --> (Fri Dec 31 2004 15:59:59 GMT-0800 (PST)).toLocaleTimeString() = 3:59:59 PM PST FAILED! expected: 15:59:59<br> 102 67 --> (Sat Jan 01 2005 00:00:00 GMT-0800 (PST)).toLocaleTimeString() = 12:00:00 AM PST FAILED! expected: 00:00:00<br> 103 68 </tt><br> 104 <a name='failure 8'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/FunExpr/fe-001.js'>ecma_3/FunExpr/fe-001.js</a> failed</b> <br>105 [ <a href='#failure 7'>Previous Failure</a> | <a href='#failure9'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>106 <tt>Expected exit code 0, got 3<br> 107 Testcase terminated with signal 0<br> 108 Complete testcase output was:<br> 109 Testcase produced no output!</tt><br> 110 <a name='failure 9'></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>111 [ <a href='#failure 8'>Previous Failure</a> | <a href='#failure10'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>69 <a name='failure6'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/FunExpr/fe-001.js'>ecma_3/FunExpr/fe-001.js</a> failed</b> <br> 70 [ <a href='#failure5'>Previous Failure</a> | <a href='#failure7'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 71 <tt>Expected exit code 0, got 3<br> 72 Testcase terminated with signal 0<br> 73 Complete testcase output was:<br> 74 Testcase produced no output!</tt><br> 75 <a name='failure7'></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> 76 [ <a href='#failure6'>Previous Failure</a> | <a href='#failure8'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 112 77 <tt>--> STATUS: RegExp conformance test<br> 113 78 Failure messages were:<br> … … 134 99 --> FAILED!: [reported from test()] <br> 135 100 </tt><br> 136 <a name='failure 10'></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>137 [ <a href='#failure 9'>Previous Failure</a> | <a href='#failure11'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>101 <a name='failure8'></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> 102 [ <a href='#failure7'>Previous Failure</a> | <a href='#failure9'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 138 103 <tt>--> STATUS: Testing regular expression edge cases<br> 139 104 Failure messages were:<br> … … 174 139 --> FAILED!: [reported from test()] <br> 175 140 </tt><br> 176 <a name='failure 11'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/perlstress-002.js'>ecma_3/RegExp/perlstress-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=85721' target='other_window'>Bug Number 85721</a><br>177 [ <a href='#failure 10'>Previous Failure</a> | <a href='#failure12'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>141 <a name='failure9'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/perlstress-002.js'>ecma_3/RegExp/perlstress-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=85721' target='other_window'>Bug Number 85721</a><br> 142 [ <a href='#failure8'>Previous Failure</a> | <a href='#failure10'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 178 143 <tt>--> STATUS: Testing regular expression edge cases<br> 179 144 Failure messages were:<br> … … 193 158 --> FAILED!: [reported from test()] <br> 194 159 </tt><br> 195 <a name='failure1 2'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-72964.js'>ecma_3/RegExp/regress-72964.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=72964' target='other_window'>Bug Number 72964</a><br>196 [ <a href='#failure 11'>Previous Failure</a> | <a href='#failure13'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>160 <a name='failure10'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-72964.js'>ecma_3/RegExp/regress-72964.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=72964' target='other_window'>Bug Number 72964</a><br> 161 [ <a href='#failure9'>Previous Failure</a> | <a href='#failure11'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 197 162 <tt>--> STATUS: Testing regular expressions containing non-Latin1 characters<br> 198 163 Failure messages were:<br> … … 212 177 --> FAILED!: [reported from test()] <br> 213 178 </tt><br> 214 <a name='failure1 3'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-78156.js'>ecma_3/RegExp/regress-78156.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=78156' target='other_window'>Bug Number 78156</a><br>215 [ <a href='#failure1 2'>Previous Failure</a> | <a href='#failure14'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>179 <a name='failure11'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-78156.js'>ecma_3/RegExp/regress-78156.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=78156' target='other_window'>Bug Number 78156</a><br> 180 [ <a href='#failure10'>Previous Failure</a> | <a href='#failure12'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 216 181 <tt>--> STATUS: Testing regular expressions with ^, $, and the m flag -<br> 217 182 Failure messages were:<br> … … 231 196 --> FAILED!: [reported from test()] <br> 232 197 </tt><br> 233 <a name='failure1 4'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-100199.js'>ecma_3/RegExp/regress-100199.js</a> failed</b> <br>234 [ <a href='#failure1 3'>Previous Failure</a> | <a href='#failure15'>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 [29 374] ./ecma_3/RegExp/regress-100199.js line 48: SyntaxError: Invalid regular expression: missing terminating ] for character class<br>239 </tt><br> 240 <a name='failure1 5'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-188206.js'>ecma_3/RegExp/regress-188206.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=188206' target='other_window'>Bug Number 188206</a><br>241 [ <a href='#failure1 4'>Previous Failure</a> | <a href='#failure16'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>198 <a name='failure12'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-100199.js'>ecma_3/RegExp/regress-100199.js</a> failed</b> <br> 199 [ <a href='#failure11'>Previous Failure</a> | <a href='#failure13'>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 [29900] ./ecma_3/RegExp/regress-100199.js line 48: SyntaxError: Invalid regular expression: missing terminating ] for character class<br> 204 </tt><br> 205 <a name='failure13'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-188206.js'>ecma_3/RegExp/regress-188206.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=188206' target='other_window'>Bug Number 188206</a><br> 206 [ <a href='#failure12'>Previous Failure</a> | <a href='#failure14'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 242 207 <tt>--> STATUS: Invalid use of regexp quantifiers should generate SyntaxErrors<br> 243 208 Failure messages were:<br> … … 246 211 --> FAILED!: [reported from test()] <br> 247 212 </tt><br> 248 <a name='failure1 6'></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>249 [ <a href='#failure1 5'>Previous Failure</a> | <a href='#failure17'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>213 <a name='failure14'></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> 214 [ <a href='#failure13'>Previous Failure</a> | <a href='#failure15'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 250 215 <tt>--> STATUS: Testing regexp submatches with quantifiers<br> 251 216 Failure messages were:<br> … … 286 251 --> FAILED!: [reported from test()] <br> 287 252 </tt><br> 288 <a name='failure1 7'></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>289 [ <a href='#failure1 6'>Previous Failure</a> | <a href='#failure18'>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 [29 400] ./ecma_3/Statements/regress-194364.js line 1: SyntaxError: Parse error<br>294 </tt><br> 295 <a name='failure1 8'></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>296 [ <a href='#failure1 7'>Previous Failure</a> | <a href='#failure19'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>253 <a name='failure15'></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> 254 [ <a href='#failure14'>Previous Failure</a> | <a href='#failure16'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 255 <tt>Expected exit code 0, got 3<br> 256 Testcase terminated with signal 0<br> 257 Complete testcase output was:<br> 258 [29926] ./ecma_3/Statements/regress-194364.js line 1: SyntaxError: Parse error<br> 259 </tt><br> 260 <a name='failure16'></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> 261 [ <a href='#failure15'>Previous Failure</a> | <a href='#failure17'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 297 262 <tt>--> STATUS: Unicode format-control character (Category Cf) test.<br> 298 263 Failure messages were:<br> … … 301 266 --> FAILED!: [reported from test()] <br> 302 267 </tt><br> 303 <a name='failure1 9'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Unicode/uc-002.js'>ecma_3/Unicode/uc-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=23613' target='other_window'>Bug Number 23613</a><br>304 [ <a href='#failure1 8'>Previous Failure</a> | <a href='#failure20'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>268 <a name='failure17'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Unicode/uc-002.js'>ecma_3/Unicode/uc-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=23613' target='other_window'>Bug Number 23613</a><br> 269 [ <a href='#failure16'>Previous Failure</a> | <a href='#failure18'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 305 270 <tt>--> STATUS: Unicode non-breaking space character test.<br> 306 271 Failure messages were:<br> … … 309 274 --> FAILED!: [reported from test()] <br> 310 275 </tt><br> 311 <a name='failure 20'></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>312 [ <a href='#failure1 9'>Previous Failure</a> | <a href='#failure21'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>276 <a name='failure18'></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> 277 [ <a href='#failure17'>Previous Failure</a> | <a href='#failure19'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 313 278 <tt>Expected exit code 0, got 3<br> 314 279 Testcase terminated with signal 0<br> 315 280 Complete testcase output was:<br> 316 281 --> JS1_2 Object.toString()<br> 317 [29 421] ./js1_2/Objects/toString-001.js line 103: TypeError: Object /^\{(.*)\}$/ (result of expression /^\{(.*)\}$/) does not allow calls.<br>318 </tt><br> 319 <a name='failure 21'></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>320 [ <a href='#failure 20'>Previous Failure</a> | <a href='#failure22'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>282 [29950] ./js1_2/Objects/toString-001.js line 103: TypeError: Object /^\{(.*)\}$/ (result of expression /^\{(.*)\}$/) does not allow calls.<br> 283 </tt><br> 284 <a name='failure19'></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> 285 [ <a href='#failure18'>Previous Failure</a> | <a href='#failure20'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 321 286 <tt><br> 322 287 Failure messages were:<br> … … 326 291 } FAILED! expected: <br> 327 292 </tt><br> 328 <a name='failure2 2'></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>329 [ <a href='#failure 21'>Previous Failure</a> | <a href='#failure23'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>293 <a name='failure20'></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> 294 [ <a href='#failure19'>Previous Failure</a> | <a href='#failure21'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 330 295 <tt>Expected exit code 3, got 0<br> 331 296 Testcase terminated with signal 0<br> … … 335 300 --> eval("function f(){}function g(){}") = undefined FAILED! expected: error<br> 336 301 </tt><br> 337 <a name='failure23'></a><dd><b>Testcase <a target='other_window' href='./js1_2/function/regexparg-1.js'>js1_2/function/regexparg-1.js</a> failed</b> <br> 302 <a name='failure21'></a><dd><b>Testcase <a target='other_window' href='./js1_2/function/regexparg-1.js'>js1_2/function/regexparg-1.js</a> failed</b> <br> 303 [ <a href='#failure20'>Previous Failure</a> | <a href='#failure22'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 304 <tt>Expected exit code 0, got 3<br> 305 Testcase terminated with signal 0<br> 306 Complete testcase output was:<br> 307 --> JS_1.2 The variable statment<br> 308 [29963] ./js1_2/function/regexparg-1.js line 80: TypeError: Object /abc/ (result of expression x) does not allow calls.<br> 309 </tt><br> 310 <a name='failure22'></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> 311 [ <a href='#failure21'>Previous Failure</a> | <a href='#failure23'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 312 <tt><br> 313 Failure messages were:<br> 314 } FAILED! expected: <br> 315 } FAILED! expected: <br> 316 } FAILED! expected: <br> 317 } FAILED! expected: <br> 318 } FAILED! expected: <br> 319 </tt><br> 320 <a name='failure23'></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> 338 321 [ <a href='#failure22'>Previous Failure</a> | <a href='#failure24'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 339 <tt>Expected exit code 0, got 3<br> 340 Testcase terminated with signal 0<br> 341 Complete testcase output was:<br> 342 --> JS_1.2 The variable statment<br> 343 [29434] ./js1_2/function/regexparg-1.js line 80: TypeError: Object /abc/ (result of expression x) does not allow calls.<br> 344 </tt><br> 345 <a name='failure24'></a><dd><b>Testcase <a target='other_window' href='./js1_2/function/tostring-1.js'>js1_2/function/tostring-1.js</a> failed</b> <br> 322 <tt><br> 323 Failure messages were:<br> 324 } FAILED! expected: <br> 325 } FAILED! expected: <br> 326 } FAILED! expected: <br> 327 } FAILED! expected: <br> 328 } FAILED! expected: <br> 329 } FAILED! expected: <br> 330 } FAILED! expected: <br> 331 } FAILED! expected: <br> 332 } FAILED! expected: <br> 333 </tt><br> 334 <a name='failure24'></a><dd><b>Testcase <a target='other_window' href='./js1_2/operator/equality.js'>js1_2/operator/equality.js</a> failed</b> <br> 346 335 [ <a href='#failure23'>Previous Failure</a> | <a href='#failure25'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 347 <tt><br>348 Failure messages were:<br>349 } FAILED! expected: <br>350 } FAILED! expected: <br>351 } FAILED! expected: <br>352 } FAILED! expected: <br>353 } FAILED! expected: <br>354 </tt><br>355 <a name='failure25'></a><dd><b>Testcase <a target='other_window' href='./js1_2/function/tostring-2.js'>js1_2/function/tostring-2.js</a> failed</b> <br>356 [ <a href='#failure24'>Previous Failure</a> | <a href='#failure26'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>357 <tt><br>358 Failure messages were:<br>359 } FAILED! expected: <br>360 } FAILED! expected: <br>361 } FAILED! expected: <br>362 } FAILED! expected: <br>363 } FAILED! expected: <br>364 } FAILED! expected: <br>365 } FAILED! expected: <br>366 } FAILED! expected: <br>367 } FAILED! expected: <br>368 </tt><br>369 <a name='failure26'></a><dd><b>Testcase <a target='other_window' href='./js1_2/operator/equality.js'>js1_2/operator/equality.js</a> failed</b> <br>370 [ <a href='#failure25'>Previous Failure</a> | <a href='#failure27'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>371 336 <tt><br> 372 337 Failure messages were:<br> … … 374 339 --> ('x' == new String('x')) = true FAILED! expected: false<br> 375 340 </tt><br> 376 <a name='failure2 7'></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>377 [ <a href='#failure2 6'>Previous Failure</a> | <a href='#failure28'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>341 <a name='failure25'></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> 342 [ <a href='#failure24'>Previous Failure</a> | <a href='#failure26'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 378 343 <tt><br> 379 344 Failure messages were:<br> … … 381 346 --> re.exec('xyabcdef') = xy FAILED! expected: ["xy"]<br> 382 347 </tt><br> 383 <a name='failure2 8'></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>384 [ <a href='#failure2 7'>Previous Failure</a> | <a href='#failure29'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>348 <a name='failure26'></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> 349 [ <a href='#failure25'>Previous Failure</a> | <a href='#failure27'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 385 350 <tt><br> 386 351 Failure messages were:<br> … … 391 356 --> (multiline == true) 'a11\na22\na23\na24'.match(new RegExp('a..$','g')) = a24 FAILED! expected: a11,a22,a23,a24<br> 392 357 </tt><br> 393 <a name='failure2 9'></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>394 [ <a href='#failure2 8'>Previous Failure</a> | <a href='#failure30'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>358 <a name='failure27'></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> 359 [ <a href='#failure26'>Previous Failure</a> | <a href='#failure28'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 395 360 <tt><br> 396 361 Failure messages were:<br> … … 401 366 --> (['$*'] == true) 'a11\na22\na23\na24'.match(new RegExp('a..$','g')) = a24 FAILED! expected: a11,a22,a23,a24<br> 402 367 </tt><br> 403 <a name='failure 30'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/beginLine.js'>js1_2/regexp/beginLine.js</a> failed</b> <br>404 [ <a href='#failure2 9'>Previous Failure</a> | <a href='#failure31'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>368 <a name='failure28'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/beginLine.js'>js1_2/regexp/beginLine.js</a> failed</b> <br> 369 [ <a href='#failure27'>Previous Failure</a> | <a href='#failure29'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 405 370 <tt><br> 406 371 Failure messages were:<br> 407 372 123xyz'.match(new RegExp('^\d+')) = null FAILED! expected: 123<br> 408 373 </tt><br> 409 <a name='failure 31'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/compile.js'>js1_2/regexp/compile.js</a> failed</b> <br>410 [ <a href='#failure 30'>Previous Failure</a> | <a href='#failure32'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>374 <a name='failure29'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/compile.js'>js1_2/regexp/compile.js</a> failed</b> <br> 375 [ <a href='#failure28'>Previous Failure</a> | <a href='#failure30'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 411 376 <tt>Expected exit code 0, got 3<br> 412 377 Testcase terminated with signal 0<br> … … 414 379 --> Executing script: compile.js<br> 415 380 --> As described in Netscape doc "Whats new in JavaScript 1.2" RegExp: compile<br> 416 [29461] ./js1_2/regexp/compile.js line 43: TypeError: Value undefined (result of expression regularExpression.compile) is not object.<br> 417 </tt><br> 418 <a name='failure32'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/endLine.js'>js1_2/regexp/endLine.js</a> failed</b> <br> 381 [29991] ./js1_2/regexp/compile.js line 43: TypeError: Value undefined (result of expression regularExpression.compile) is not object.<br> 382 </tt><br> 383 <a name='failure30'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/endLine.js'>js1_2/regexp/endLine.js</a> failed</b> <br> 384 [ <a href='#failure29'>Previous Failure</a> | <a href='#failure31'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 385 <tt><br> 386 Failure messages were:<br> 387 xyz'.match(new RegExp('\d+$')) = null FAILED! expected: 890<br> 388 </tt><br> 389 <a name='failure31'></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> 390 [ <a href='#failure30'>Previous Failure</a> | <a href='#failure32'>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 --> BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=6359<br> 395 [108] ./js1_2/regexp/regress-6359.js line 56: TypeError: Object /(a*)b\1+/ (result of expression /(a*)b\1+/) does not allow calls.<br> 396 </tt><br> 397 <a name='failure32'></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> 419 398 [ <a href='#failure31'>Previous Failure</a> | <a href='#failure33'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 420 <tt><br> 421 Failure messages were:<br> 422 xyz'.match(new RegExp('\d+$')) = null FAILED! expected: 890<br> 423 </tt><br> 424 <a name='failure33'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/regress-6359.js'>js1_2/regexp/regress-6359.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=http://bugzilla.mozilla.org/show_bug.cgi?id=6359' target='other_window'>Bug Number http://bugzilla.mozilla.org/show_bug.cgi?id=6359</a><br> 399 <tt>Expected exit code 0, got 3<br> 400 Testcase terminated with signal 0<br> 401 Complete testcase output was:<br> 402 --> BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=9141<br> 403 [109] ./js1_2/regexp/regress-9141.js line 73: TypeError: Object /(?:xx|x)*/ (result of expression /(?:xx|x)*/) does not allow calls.<br> 404 </tt><br> 405 <a name='failure33'></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> 425 406 [ <a href='#failure32'>Previous Failure</a> | <a href='#failure34'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 426 <tt>Expected exit code 0, got 3<br>427 Testcase terminated with signal 0<br>428 Complete testcase output was:<br>429 --> BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=6359<br>430 [29477] ./js1_2/regexp/regress-6359.js line 56: TypeError: Object /(a*)b\1+/ (result of expression /(a*)b\1+/) does not allow calls.<br>431 </tt><br>432 <a name='failure34'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/regress-9141.js'>js1_2/regexp/regress-9141.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=http://bugzilla.mozilla.org/show_bug.cgi?id=9141' target='other_window'>Bug Number http://bugzilla.mozilla.org/show_bug.cgi?id=9141</a><br>433 [ <a href='#failure33'>Previous Failure</a> | <a href='#failure35'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>434 <tt>Expected exit code 0, got 3<br>435 Testcase terminated with signal 0<br>436 Complete testcase output was:<br>437 --> BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=9141<br>438 [29478] ./js1_2/regexp/regress-9141.js line 73: TypeError: Object /(?:xx|x)*/ (result of expression /(?:xx|x)*/) does not allow calls.<br>439 </tt><br>440 <a name='failure35'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/simple_form.js'>js1_2/regexp/simple_form.js</a> failed</b> <br>441 [ <a href='#failure34'>Previous Failure</a> | <a href='#failure36'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>442 407 <tt>Expected exit code 0, got 3<br> 443 408 Testcase terminated with signal 0<br> … … 445 410 --> Executing script: simple_form.js<br> 446 411 --> As described in Netscape doc "Whats new in JavaScript 1.2" RegExp: simple form<br> 447 [ 29479] ./js1_2/regexp/simple_form.js line 43: TypeError: Object /[0-9]{3}/ (result of expression /[0-9]{3}/) does not allow calls.<br>448 </tt><br> 449 <a name='failure3 6'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/special_characters.js'>js1_2/regexp/special_characters.js</a> failed</b> <br>450 [ <a href='#failure3 5'>Previous Failure</a> | <a href='#failure37'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>412 [110] ./js1_2/regexp/simple_form.js line 43: TypeError: Object /[0-9]{3}/ (result of expression /[0-9]{3}/) does not allow calls.<br> 413 </tt><br> 414 <a name='failure34'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/special_characters.js'>js1_2/regexp/special_characters.js</a> failed</b> <br> 415 [ <a href='#failure33'>Previous Failure</a> | <a href='#failure35'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 451 416 <tt><br> 452 417 Failure messages were:<br> … … 458 423 <br> 459 424 </tt><br> 460 <a name='failure3 7'></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>461 [ <a href='#failure3 6'>Previous Failure</a> | <a href='#failure38'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>425 <a name='failure35'></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> 426 [ <a href='#failure34'>Previous Failure</a> | <a href='#failure36'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 462 427 <tt><br> 463 428 Failure messages were:<br> … … 467 432 --> 'abc'.split(new RegExp('[a-z]')) = ,,, FAILED! expected: ,,<br> 468 433 </tt><br> 469 <a name='failure3 8'></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>470 [ <a href='#failure3 7'>Previous Failure</a> | <a href='#failure39'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>434 <a name='failure36'></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> 435 [ <a href='#failure35'>Previous Failure</a> | <a href='#failure37'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 471 436 <tt><br> 472 437 Failure messages were:<br> 473 438 --> new Boolean(false) = true FAILED! expected: false<br> 474 439 </tt><br> 475 <a name='failure3 9'></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>476 [ <a href='#failure3 8'>Previous Failure</a> | <a href='#failure40'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>440 <a name='failure37'></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> 441 [ <a href='#failure36'>Previous Failure</a> | <a href='#failure38'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 477 442 <tt>--> STATUS: Regression test for Bugzilla bug 99663<br> 478 443 Failure messages were:<br> … … 481 446 --> Section 3 of test - got Error: Can't find variable: it FAILED! expected: a "read-only" error<br> 482 447 </tt><br> 483 <a name='failure 40'></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>484 [ <a href='#failure3 9'>Previous Failure</a> | <a href='#failure41'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>448 <a name='failure38'></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> 449 [ <a href='#failure37'>Previous Failure</a> | <a href='#failure39'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 485 450 <tt>Expected exit code 3, got 0<br> 486 451 Testcase terminated with signal 0<br> … … 491 456 --> eval("function f(){}function g(){}") = undefined FAILED! expected: error<br> 492 457 </tt><br> 493 <a name='failure 41'></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>494 [ <a href='#failure 40'>Previous Failure</a> | <a href='#failure42'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>458 <a name='failure39'></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> 459 [ <a href='#failure38'>Previous Failure</a> | <a href='#failure40'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 495 460 <tt>Expected exit code 0, got 3<br> 496 461 Testcase terminated with signal 0<br> 497 462 Complete testcase output was:<br> 498 463 --> script-001 NativeScript<br> 499 [ 29505] ./js1_3/Script/script-001.js line 133: ReferenceError: Can't find variable: Script<br>500 </tt><br> 501 <a name='failure4 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>502 [ <a href='#failure 41'>Previous Failure</a> | <a href='#failure43'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>464 [138] ./js1_3/Script/script-001.js line 133: ReferenceError: Can't find variable: Script<br> 465 </tt><br> 466 <a name='failure40'></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> 467 [ <a href='#failure39'>Previous Failure</a> | <a href='#failure41'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 503 468 <tt>Expected exit code 3, got 0<br> 504 469 Testcase terminated with signal 0<br> … … 509 474 --> eval("function f(){}function g(){}") = undefined FAILED! expected: error<br> 510 475 </tt><br> 511 <a name='failure43'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Exceptions/catchguard-001.js'>js1_5/Exceptions/catchguard-001.js</a> failed</b> <br> 476 <a name='failure41'></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> 477 [ <a href='#failure40'>Previous Failure</a> | <a href='#failure42'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 478 <tt>Expected exit code 0, got 3<br> 479 Testcase terminated with signal 0<br> 480 Complete testcase output was:<br> 481 Testcase produced no output!</tt><br> 482 <a name='failure42'></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> 483 [ <a href='#failure41'>Previous Failure</a> | <a href='#failure43'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 484 <tt>Expected exit code 0, got 3<br> 485 Testcase terminated with signal 0<br> 486 Complete testcase output was:<br> 487 Testcase produced no output!</tt><br> 488 <a name='failure43'></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> 512 489 [ <a href='#failure42'>Previous Failure</a> | <a href='#failure44'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 513 490 <tt>Expected exit code 0, got 3<br> … … 515 492 Complete testcase output was:<br> 516 493 Testcase produced no output!</tt><br> 517 <a name='failure44'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Exceptions/ catchguard-002.js'>js1_5/Exceptions/catchguard-002.js</a> failed</b> <br>494 <a name='failure44'></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> 518 495 [ <a href='#failure43'>Previous Failure</a> | <a href='#failure45'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 519 496 <tt>Expected exit code 0, got 3<br> 520 497 Testcase terminated with signal 0<br> 521 498 Complete testcase output was:<br> 522 Testcase produced no output!</tt><br> 523 <a name='failure45'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Exceptions/catchguard-003.js'>js1_5/Exceptions/catchguard-003.js</a> failed</b> <br> 499 [192] ./js1_5/Exceptions/errstack-001.js line 247: TypeError: Undefined value<br> 500 </tt><br> 501 <a name='failure45'></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> 524 502 [ <a href='#failure44'>Previous Failure</a> | <a href='#failure46'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 525 <tt>Expected exit code 0, got 3<br>526 Testcase terminated with signal 0<br>527 Complete testcase output was:<br>528 Testcase produced no output!</tt><br>529 <a name='failure46'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Exceptions/errstack-001.js'>js1_5/Exceptions/errstack-001.js</a> failed</b> <br>530 [ <a href='#failure45'>Previous Failure</a> | <a href='#failure47'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>531 <tt>Expected exit code 0, got 3<br>532 Testcase terminated with signal 0<br>533 Complete testcase output was:<br>534 [29550] ./js1_5/Exceptions/errstack-001.js line 247: TypeError: Undefined value<br>535 </tt><br>536 <a name='failure47'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Exceptions/regress-50447.js'>js1_5/Exceptions/regress-50447.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=50447' target='other_window'>Bug Number 50447</a><br>537 [ <a href='#failure46'>Previous Failure</a> | <a href='#failure48'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>538 503 <tt>Expected exit code 0, got 3<br> 539 504 Testcase terminated with signal 0<br> … … 541 506 --> BUGNUMBER: 50447<br> 542 507 --> STATUS: Test (non-ECMA) Error object properties fileName, lineNumber<br> 543 [29551] ./js1_5/Exceptions/regress-50447.js line 65: TypeError: Undefined value<br> 544 </tt><br> 545 <a name='failure48'></a><dd><b>Testcase <a target='other_window' href='./js1_5/GetSet/getset-001.js'>js1_5/GetSet/getset-001.js</a> failed</b> <br> 508 [193] ./js1_5/Exceptions/regress-50447.js line 65: TypeError: Undefined value<br> 509 </tt><br> 510 <a name='failure46'></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> 511 [ <a href='#failure45'>Previous Failure</a> | <a href='#failure47'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 512 <tt>Expected exit code 0, got 3<br> 513 Testcase terminated with signal 0<br> 514 Complete testcase output was:<br> 515 Testcase produced no output!</tt><br> 516 <a name='failure47'></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> 517 [ <a href='#failure46'>Previous Failure</a> | <a href='#failure48'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 518 <tt>Expected exit code 0, got 3<br> 519 Testcase terminated with signal 0<br> 520 Complete testcase output was:<br> 521 Testcase produced no output!</tt><br> 522 <a name='failure48'></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> 546 523 [ <a href='#failure47'>Previous Failure</a> | <a href='#failure49'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 547 524 <tt>Expected exit code 0, got 3<br> … … 549 526 Complete testcase output was:<br> 550 527 Testcase produced no output!</tt><br> 551 <a name='failure49'></a><dd><b>Testcase <a target='other_window' href='./js1_5/ GetSet/getset-002.js'>js1_5/GetSet/getset-002.js</a> failed</b> <br>528 <a name='failure49'></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> 552 529 [ <a href='#failure48'>Previous Failure</a> | <a href='#failure50'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 553 530 <tt>Expected exit code 0, got 3<br> 554 531 Testcase terminated with signal 0<br> 555 532 Complete testcase output was:<br> 556 Testcase produced no output!</tt><br> 557 <a name='failure50'></a><dd><b>Testcase <a target='other_window' href='./js1_5/GetSet/getset-003.js'>js1_5/GetSet/getset-003.js</a> failed</b> <br> 533 [211] ./js1_5/Object/regress-90596-001.js line 48: TypeError: Value undefined (result of expression obj.toSource) is not object.<br> 534 </tt><br> 535 <a name='failure50'></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> 558 536 [ <a href='#failure49'>Previous Failure</a> | <a href='#failure51'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 559 537 <tt>Expected exit code 0, got 3<br> 560 538 Testcase terminated with signal 0<br> 561 539 Complete testcase output was:<br> 562 Testcase produced no output!</tt><br> 563 <a name='failure51'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Object/regress-90596-001.js'>js1_5/Object/regress-90596-001.js</a> failed</b> <br> 540 [212] ./js1_5/Object/regress-90596-002.js line 48: ReferenceError: Can't find variable: uneval<br> 541 </tt><br> 542 <a name='failure51'></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> 564 543 [ <a href='#failure50'>Previous Failure</a> | <a href='#failure52'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 565 544 <tt>Expected exit code 0, got 3<br> 566 545 Testcase terminated with signal 0<br> 567 546 Complete testcase output was:<br> 568 [2 9566] ./js1_5/Object/regress-90596-001.js line 48: TypeError: Value undefined (result of expression obj.toSource) is not object.<br>569 </tt><br> 570 <a name='failure52'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Object/regress-9 0596-002.js'>js1_5/Object/regress-90596-002.js</a> failed</b> <br>547 [214] ./js1_5/Object/regress-96284-001.js line 49: TypeError: Value undefined (result of expression obj1.toSource) is not object.<br> 548 </tt><br> 549 <a name='failure52'></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> 571 550 [ <a href='#failure51'>Previous Failure</a> | <a href='#failure53'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 572 551 <tt>Expected exit code 0, got 3<br> 573 552 Testcase terminated with signal 0<br> 574 553 Complete testcase output was:<br> 575 [2 9567] ./js1_5/Object/regress-90596-002.js line 48: ReferenceError: Can't find variable: uneval<br>576 </tt><br> 577 <a name='failure53'></a><dd><b>Testcase <a target='other_window' href='./js1_5/ Object/regress-96284-001.js'>js1_5/Object/regress-96284-001.js</a> failed</b><br>554 [215] ./js1_5/Object/regress-96284-002.js line 49: ReferenceError: Can't find variable: uneval<br> 555 </tt><br> 556 <a name='failure53'></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> 578 557 [ <a href='#failure52'>Previous Failure</a> | <a href='#failure54'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 579 <tt>Expected exit code 0, got 3<br>580 Testcase terminated with signal 0<br>581 Complete testcase output was:<br>582 [29569] ./js1_5/Object/regress-96284-001.js line 49: TypeError: Value undefined (result of expression obj1.toSource) is not object.<br>583 </tt><br>584 <a name='failure54'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Object/regress-96284-002.js'>js1_5/Object/regress-96284-002.js</a> failed</b> <br>585 [ <a href='#failure53'>Previous Failure</a> | <a href='#failure55'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>586 <tt>Expected exit code 0, got 3<br>587 Testcase terminated with signal 0<br>588 Complete testcase output was:<br>589 [29570] ./js1_5/Object/regress-96284-002.js line 49: ReferenceError: Can't find variable: uneval<br>590 </tt><br>591 <a name='failure55'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-44009.js'>js1_5/Regress/regress-44009.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=44009' target='other_window'>Bug Number 44009</a><br>592 [ <a href='#failure54'>Previous Failure</a> | <a href='#failure56'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>593 558 <tt>Expected exit code 0, got 3<br> 594 559 Testcase terminated with signal 0<br> … … 596 561 --> BUGNUMBER: 44009<br> 597 562 --> STATUS: Testing that we don't crash on obj.toSource()<br> 598 [2 9575] ./js1_5/Regress/regress-44009.js line 60: TypeError: Value undefined (result of expression obj.toSource) is not object.<br>599 </tt><br> 600 <a name='failure5 6'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-68498-003.js'>js1_5/Regress/regress-68498-003.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=68498' target='other_window'>Bug Number 68498</a><br>601 [ <a href='#failure5 5'>Previous Failure</a> | <a href='#failure57'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>563 [220] ./js1_5/Regress/regress-44009.js line 60: TypeError: Value undefined (result of expression obj.toSource) is not object.<br> 564 </tt><br> 565 <a name='failure54'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-68498-003.js'>js1_5/Regress/regress-68498-003.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=68498' target='other_window'>Bug Number 68498</a><br> 566 [ <a href='#failure53'>Previous Failure</a> | <a href='#failure55'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 602 567 <tt>--> STATUS: Testing calling obj.eval(str)<br> 603 568 Failure messages were:<br> … … 607 572 --> FAILED!: [reported from test()] <br> 608 573 </tt><br> 609 <a name='failure5 7'></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>610 [ <a href='#failure5 6'>Previous Failure</a> | <a href='#failure58'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>574 <a name='failure55'></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> 575 [ <a href='#failure54'>Previous Failure</a> | <a href='#failure56'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 611 576 <tt>--> STATUS: Reassignment to a const is NOT an error per ECMA<br> 612 577 Failure messages were:<br> … … 618 583 --> FAILED!: [reported from test()] <br> 619 584 </tt><br> 620 <a name='failure58'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-104077.js'>js1_5/Regress/regress-104077.js</a> failed</b> <br> 585 <a name='failure56'></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> 586 [ <a href='#failure55'>Previous Failure</a> | <a href='#failure57'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 587 <tt>Expected exit code 0, got 3<br> 588 Testcase terminated with signal 0<br> 589 Complete testcase output was:<br> 590 Testcase produced no output!</tt><br> 591 <a name='failure57'></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> 592 [ <a href='#failure56'>Previous Failure</a> | <a href='#failure58'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 593 <tt>Expected exit code 0, got 3<br> 594 Testcase terminated with signal 0<br> 595 Complete testcase output was:<br> 596 [246] ./js1_5/Regress/regress-127557.js line 75: ReferenceError: Can't find variable: clone<br> 597 </tt><br> 598 <a name='failure58'></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> 621 599 [ <a href='#failure57'>Previous Failure</a> | <a href='#failure59'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 622 600 <tt>Expected exit code 0, got 3<br> 623 601 Testcase terminated with signal 0<br> 624 602 Complete testcase output was:<br> 625 Testcase produced no output!</tt><br> 626 <a name='failure59'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-127557.js'>js1_5/Regress/regress-127557.js</a> failed</b> <br> 603 [255] ./js1_5/Regress/regress-172699.js line 61: URIError: URI error<br> 604 </tt><br> 605 <a name='failure59'></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> 627 606 [ <a href='#failure58'>Previous Failure</a> | <a href='#failure60'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 628 <tt>Expected exit code 0, got 3<br>629 Testcase terminated with signal 0<br>630 Complete testcase output was:<br>631 [29601] ./js1_5/Regress/regress-127557.js line 75: ReferenceError: Can't find variable: clone<br>632 </tt><br>633 <a name='failure60'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-172699.js'>js1_5/Regress/regress-172699.js</a> failed</b> <br>634 [ <a href='#failure59'>Previous Failure</a> | <a href='#failure61'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>635 <tt>Expected exit code 0, got 3<br>636 Testcase terminated with signal 0<br>637 Complete testcase output was:<br>638 [29610] ./js1_5/Regress/regress-172699.js line 61: URIError: URI error<br>639 </tt><br>640 <a name='failure61'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-179524.js'>js1_5/Regress/regress-179524.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=179524' target='other_window'>Bug Number 179524</a><br>641 [ <a href='#failure60'>Previous Failure</a> | <a href='#failure62'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>642 607 <tt>--> STATUS: Don't crash on extraneous arguments to str.match(), etc.<br> 643 608 Failure messages were:<br> … … 689 654 --> FAILED!: [reported from test()] <br> 690 655 </tt><br> 691 <a name='failure6 2'></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>692 [ <a href='#failure 61'>Previous Failure</a> | <a href='#failure63'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>693 <tt>Expected exit code 0, got 3<br> 694 Testcase terminated with signal 0<br> 695 Complete testcase output was:<br> 696 [2 9635] ./js1_5/Scope/regress-220584.js line 56: ReferenceError: Can't find variable: Script<br>697 </tt><br> 698 <a name='failure6 3'></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>699 [ <a href='#failure6 2'>Previous Failure</a> | <a href='#failure64'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>656 <a name='failure60'></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> 657 [ <a href='#failure59'>Previous Failure</a> | <a href='#failure61'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 658 <tt>Expected exit code 0, got 3<br> 659 Testcase terminated with signal 0<br> 660 Complete testcase output was:<br> 661 [280] ./js1_5/Scope/regress-220584.js line 56: ReferenceError: Can't find variable: Script<br> 662 </tt><br> 663 <a name='failure61'></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> 664 [ <a href='#failure60'>Previous Failure</a> | <a href='#failure62'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 700 665 <tt>--> STATUS: Testing scope after changing obj.__proto__<br> 701 666 Failure messages were:<br> … … 708 673 --> FAILED!: [reported from test()] <br> 709 674 </tt><br> 710 <a name='failure6 4'></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>711 [ <a href='#failure6 3'>Previous Failure</a> | <a href='#failure65'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>675 <a name='failure62'></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> 676 [ <a href='#failure61'>Previous Failure</a> | <a href='#failure63'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 712 677 <tt>--> STATUS: E4X should be enabled even when e4x=1 not specified<br> 713 678 Failure messages were:<br> … … 719 684 --> FAILED!: <br> 720 685 </tt><br> 721 <a name='failure65'></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> 686 <a name='failure63'></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> 687 [ <a href='#failure62'>Previous Failure</a> | <a href='#failure64'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 688 <tt>Expected exit code 0, got 3<br> 689 Testcase terminated with signal 0<br> 690 Complete testcase output was:<br> 691 Testcase produced no output!</tt><br> 692 <a name='failure64'></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> 693 [ <a href='#failure63'>Previous Failure</a> | <a href='#failure65'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 694 <tt>Expected exit code 0, got 3<br> 695 Testcase terminated with signal 0<br> 696 Complete testcase output was:<br> 697 Testcase produced no output!</tt><br> 698 <a name='failure65'></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> 722 699 [ <a href='#failure64'>Previous Failure</a> | <a href='#failure66'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> 723 <tt>Expected exit code 0, got 3<br>724 Testcase terminated with signal 0<br>725 Complete testcase output was:<br>726 Testcase produced no output!</tt><br>727 <a name='failure66'></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>728 [ <a href='#failure65'>Previous Failure</a> | <a href='#failure67'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>729 <tt>Expected exit code 0, got 3<br>730 Testcase terminated with signal 0<br>731 Complete testcase output was:<br>732 Testcase produced no output!</tt><br>733 <a name='failure67'></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>734 [ <a href='#failure66'>Previous Failure</a> | <a href='#failure68'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>735 700 <tt>Expected exit code 0, got 3<br> 736 701 Testcase terminated with signal 0<br> … … 739 704 --> STATUS: String static methods<br> 740 705 --> STATUS: See https://bugzilla.mozilla.org/show_bug.cgi?id=304828<br> 741 [ 29657] ./js1_6/String/regress-306591.js line 48: TypeError: Value undefined (result of expression String.split) is not object.<br>706 [302] ./js1_6/String/regress-306591.js line 48: TypeError: Value undefined (result of expression String.split) is not object.<br> 742 707 </tt><br> 743 708 </dl> … … 747 712 <a name='retest_list'></a> 748 713 <h2>Retest List</h2><br> 749 # Retest List, kjs, generated Fri Jul 13 23:05:002007.714 # Retest List, kjs, generated Mon Jul 16 02:25:22 2007. 750 715 # Original test base was: All tests. 751 # 1127 of 1135 test(s) were completed, 67 failures reported. 752 ecma/GlobalObject/15.1.2.2-2.js 753 ecma/LexicalConventions/7.7.3-1.js 716 # 1127 of 1135 test(s) were completed, 65 failures reported. 754 717 ecma/TypeConversion/9.3.1-3.js 755 718 ecma_2/Exceptions/function-001.js
Note:
See TracChangeset
for help on using the changeset viewer.