2 <title>Test results, kjs</title>
5 <a name='tippy_top'></a>
6 <h2>Test results, kjs</h2><br>
7 <p class='results_summary'>
8 Test List: All tests<br>
9 Skip List: ecma/Date<br>
10 967 test(s) selected, 962 test(s) completed, 125 failures reported (12.99% failed)<br>
11 Engine command line: /Users/ggaren/Development/symroots/testkjs <br>
12 OS type: Darwin il0204a-dhcp30.apple.com 8.2.0 Darwin Kernel Version 8.2.0: Fri Jun 3 21:09:06 PDT 2005; root:xnu-792.2.3.obj~1/RELEASE_PPC Power Macintosh powerpc<br>
13 Testcase execution time: 1 minutes, 41 seconds.<br>
14 Tests completed on Tue Jun 28 15:33:19 2005.<br><br>
15 [ <a href='#fail_detail'>Failure Details</a> | <a href='#retest_list'>Retest List</a> | <a href='menu.html'>Test Selection Page</a> ]<br>
17 <a name='fail_detail'></a>
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>
20 [ <a href='#failure2'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
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>
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>
33 Failure messages were:<br>
34 --> 0x1000000000000081 = 1152921504606847000 FAILED! expected: 1152921504606847200<br>
35 --> 0x1000000000000281 = 1152921504606847500 FAILED! expected: 1152921504606847700<br>
37 <a name='failure3'></a><dd><b>Testcase <a target='other_window' href='./ecma/Statements/12.7-1-n.js'>ecma/Statements/12.7-1-n.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>Expected exit code 3, got 0<br>
40 Testcase terminated with signal 0<br>
41 Complete testcase output was:<br>
42 --> 12.7.1-n The continue statment<br>
43 --> continue = undefined FAILED! expected: error<br>
46 <a name='failure4'></a><dd><b>Testcase <a target='other_window' href='./ecma/Statements/12.8-1-n.js'>ecma/Statements/12.8-1-n.js</a> failed</b> <br>
47 [ <a href='#failure3'>Previous Failure</a> | <a href='#failure5'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
48 <tt>Expected exit code 3, got 0<br>
49 Testcase terminated with signal 0<br>
50 Complete testcase output was:<br>
51 --> 12.8-1-n The break in statment<br>
52 --> break = undefined FAILED! expected: error<br>
55 <a name='failure5'></a><dd><b>Testcase <a target='other_window' href='./ecma/Statements/12.9-1-n.js'>ecma/Statements/12.9-1-n.js</a> failed</b> <br>
56 [ <a href='#failure4'>Previous Failure</a> | <a href='#failure6'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
57 <tt>Expected exit code 3, got 0<br>
58 Testcase terminated with signal 0<br>
59 Complete testcase output was:<br>
60 --> 12.9-1-n The return statement<br>
61 --> return = undefined FAILED! expected: error<br>
64 <a name='failure6'></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>
65 [ <a href='#failure5'>Previous Failure</a> | <a href='#failure7'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
67 Failure messages were:<br>
68 --> - "-0x123456789abcde8" = NaN FAILED! expected: 81985529216486880<br>
69 --> -"1e2000" = NaN FAILED! expected: -Infinity<br>
70 --> -"-1e2000" +'' = NaN FAILED! expected: Infinity<br>
71 --> parseFloat("1e2000") = NaN FAILED! expected: Infinity<br>
72 --> -s2 == -Infinity || -s2 == -1.7976931348623157e+308 = false FAILED! expected: true<br>
73 --> -s3 == -Infinity || -s3 == -1.7976931348623157e+308 = false FAILED! expected: true<br>
74 --> parseInt(s1,10) == 1.7976931348623157e+308 || parseInt(s1,10) == Infinity = false FAILED! expected: true<br>
75 --> parseInt(s2,10) == Infinity || parseInt(s2,10) == 1.7976931348623157e+308 = false FAILED! expected: true<br>
76 --> parseInt(s1) == 1.7976931348623157e+308 || parseInt(s1) == Infinity = false FAILED! expected: true<br>
77 --> parseInt(s2) == Infinity || parseInt(s2) == 1.7976931348623157e+308 = false FAILED! expected: true<br>
78 --> 0x1000000000000081 = 1152921504606847000 FAILED! expected: 1152921504606847200<br>
79 --> 0x1000000000000281 = 1152921504606847500 FAILED! expected: 1152921504606847700<br>
80 --> parseInt("0000001000000001001000110100010101100111100010011010101111011",2) = 18054430506169720 FAILED! expected: 18054430506169724<br>
81 --> parseInt("123456789012345678") = 123456789012345700 FAILED! expected: 123456789012345680<br>
82 --> parseInt("0x1000000000000081") = 1152921504606847000 FAILED! expected: 1152921504606847200<br>
83 --> -s = -1.7976931348623155e+308 FAILED! expected: -1.7976931348623157e+308<br>
84 --> -s = -1.7976931348623155e+308 FAILED! expected: -1.7976931348623157e+308<br>
85 --> -s = -1.7976931348623157e+308 FAILED! expected: -Infinity<br>
86 --> - "-0x123456789abcde8" = NaN FAILED! expected: 81985529216486880<br>
87 --> -"\u20001234\u2001" = NaN FAILED! expected: -1234<br>
89 <a name='failure7'></a><dd><b>Testcase <a target='other_window' href='./ecma/TypeConversion/9.4-1.js'>ecma/TypeConversion/9.4-1.js</a> failed</b> <br>
90 [ <a href='#failure6'>Previous Failure</a> | <a href='#failure8'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
92 Failure messages were:<br>
93 --> td = new Date(true); td.valueOf() = NaN FAILED! expected: 1<br>
94 --> td = new Date(true); td.valueOf() = NaN FAILED! expected: 1<br>
95 --> td = new Date(false); td.valueOf() = NaN FAILED! expected: 0<br>
96 --> td = new Date(false); td.valueOf() = NaN FAILED! expected: 0<br>
98 <a name='failure8'></a><dd><b>Testcase <a target='other_window' href='./ecma/TypeConversion/9.4-2.js'>ecma/TypeConversion/9.4-2.js</a> failed</b> <br>
99 [ <a href='#failure7'>Previous Failure</a> | <a href='#failure9'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
101 Failure messages were:<br>
102 --> td = new Date(true); td.valueOf() = NaN FAILED! expected: 1<br>
103 --> td = new Date(true); td.valueOf() = NaN FAILED! expected: 1<br>
104 --> td = new Date(false); td.valueOf() = NaN FAILED! expected: 0<br>
105 --> td = new Date(false); td.valueOf() = NaN FAILED! expected: 0<br>
107 <a name='failure9'></a><dd><b>Testcase <a target='other_window' href='./ecma_2/Exceptions/exception-008.js'>ecma_2/Exceptions/exception-008.js</a> failed</b> <br>
108 [ <a href='#failure8'>Previous Failure</a> | <a href='#failure10'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
110 Failure messages were:<br>
111 --> eval("continue") [ exception is null ] = undefined FAILED! expected: passed: threw exception<br>
113 <a name='failure10'></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>
114 [ <a href='#failure9'>Previous Failure</a> | <a href='#failure11'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
116 Failure messages were:<br>
117 --> eval("function f(){}function g(){}") (threw no exception thrown = fail FAILED! expected: pass<br>
119 <a name='failure11'></a><dd><b>Testcase <a target='other_window' href='./ecma_2/Exceptions/lexical-052.js'>ecma_2/Exceptions/lexical-052.js</a> failed</b> <br>
120 [ <a href='#failure10'>Previous Failure</a> | <a href='#failure12'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
122 Failure messages were:<br>
123 --> calling return indirectly (threw No exception thrown) = Failed FAILED! expected: Passed<br>
125 <a name='failure12'></a><dd><b>Testcase <a target='other_window' href='./ecma_2/Exceptions/statement-007.js'>ecma_2/Exceptions/statement-007.js</a> failed</b> <br>
126 [ <a href='#failure11'>Previous Failure</a> | <a href='#failure13'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
128 Failure messages were:<br>
129 --> continue outside of an iteration statement (threw No exception thrown) = Failed FAILED! expected: Passed<br>
131 <a name='failure13'></a><dd><b>Testcase <a target='other_window' href='./ecma_2/Exceptions/statement-008.js'>ecma_2/Exceptions/statement-008.js</a> failed</b> <br>
132 [ <a href='#failure12'>Previous Failure</a> | <a href='#failure14'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
134 Failure messages were:<br>
135 --> break outside of an iteration statement (threw No exception thrown) = Failed FAILED! expected: Passed<br>
137 <a name='failure14'></a><dd><b>Testcase <a target='other_window' href='./ecma_2/Exceptions/statement-009.js'>ecma_2/Exceptions/statement-009.js</a> failed</b> <br>
138 [ <a href='#failure13'>Previous Failure</a> | <a href='#failure15'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
140 Failure messages were:<br>
141 --> return outside of a function (threw No exception thrown) = Failed FAILED! expected: Passed<br>
143 <a name='failure15'></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>
144 [ <a href='#failure14'>Previous Failure</a> | <a href='#failure16'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
145 <tt>Expected exit code 0, got 3<br>
146 Testcase terminated with signal 0<br>
147 Complete testcase output was:<br>
148 --> RegExp/hex-001.js JS regexp anchoring on empty match bug<br>
149 --> BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=2157<br>
150 Exception, line 19: TypeError - Object /a||b/ (result of expression a||b) does not allow calls.<br>
152 <a name='failure16'></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>
153 [ <a href='#failure15'>Previous Failure</a> | <a href='#failure17'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
154 <tt>Expected exit code 0, got 3<br>
155 Testcase terminated with signal 0<br>
156 Complete testcase output was:<br>
157 --> RegExp/unicode-001.js new RegExp( pattern, flags )<br>
158 Exception, line 34: TypeError - Null value<br>
160 <a name='failure17'></a><dd><b>Testcase <a target='other_window' href='./ecma_2/Statements/try-003.js'>ecma_2/Statements/try-003.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=http://scopus.mcom.com/bugsplat/show_bug.cgi?id=313585' target='other_window'>Bug Number http://scopus.mcom.com/bugsplat/show_bug.cgi?id=313585</a><br>
161 [ <a href='#failure16'>Previous Failure</a> | <a href='#failure18'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
163 Failure messages were:<br>
164 --> eval( throw "boo" ) = FAILED: NO EXCEPTION CAUGHT FAILED! expected: PASS<br>
165 --> eval( throw 3 ) = FAILED: NO EXCEPTION CAUGHT FAILED! expected: PASS<br>
167 <a name='failure18'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Array/15.4.4.3-1.js'>ecma_3/Array/15.4.4.3-1.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=56883' target='other_window'>Bug Number 56883</a><br>
168 [ <a href='#failure17'>Previous Failure</a> | <a href='#failure19'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
169 <tt>--> STATUS: Testing Array.prototype.toLocaleString() -<br>
170 Failure messages were:<br>
171 --> FAILED!: [reported from test()] Testing Array.prototype.toLocaleString() -<br>
172 --> FAILED!: [reported from test()] Expected value '3', Actual value '0'<br>
173 --> FAILED!: [reported from test()] <br>
175 <a name='failure19'></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>
176 [ <a href='#failure18'>Previous Failure</a> | <a href='#failure20'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
178 Failure messages were:<br>
179 --> (Wed Dec 31 1969 16:00:00 GMT-0800).toLocaleTimeString() = 4:00:00 PM PST FAILED! expected: 16:00:00<br>
180 --> (Wed Dec 31 1969 08:00:00 GMT-0800).toLocaleTimeString() = 8:00:00 AM PST FAILED! expected: 08:00:00<br>
181 --> (Sun Dec 31 1899 16:00:00 GMT-0800).toLocaleTimeString() = 5:00:00 PM PDT FAILED! expected: 16:00:00<br>
182 --> (Mon Jan 01 1900 00:00:00 GMT-0800).toLocaleTimeString() = 1:00:00 AM PDT FAILED! expected: 00:00:00<br>
183 --> (Fri Dec 31 1999 16:00:00 GMT-0800).toLocaleTimeString() = 4:00:00 PM PST FAILED! expected: 16:00:00<br>
184 --> (Sat Jan 01 2000 00:00:00 GMT-0800).toLocaleTimeString() = 12:00:00 AM PST FAILED! expected: 00:00:00<br>
185 --> (Mon Feb 28 2000 16:00:00 GMT-0800).toLocaleTimeString() = 4:00:00 PM PST FAILED! expected: 16:00:00<br>
186 --> (Mon Feb 28 2000 15:59:59 GMT-0800).toLocaleTimeString() = 3:59:59 PM PST FAILED! expected: 15:59:59<br>
187 --> (Tue Feb 29 2000 00:00:00 GMT-0800).toLocaleTimeString() = 12:00:00 AM PST FAILED! expected: 00:00:00<br>
188 --> (Tue Jun 28 2005 15:32:46 GMT-0700).toLocaleTimeString() = 3:32:46 PM PDT FAILED! expected: 15:32:46<br>
189 --> (Tue Jun 28 2005 23:32:46 GMT-0700).toLocaleTimeString() = 11:32:46 PM PDT FAILED! expected: 23:32:46<br>
190 --> (Fri Dec 31 2004 16:00:00 GMT-0800).toLocaleTimeString() = 4:00:00 PM PST FAILED! expected: 16:00:00<br>
191 --> (Fri Dec 31 2004 15:59:59 GMT-0800).toLocaleTimeString() = 3:59:59 PM PST FAILED! expected: 15:59:59<br>
192 --> (Sat Jan 01 2005 00:00:00 GMT-0800).toLocaleTimeString() = 12:00:00 AM PST FAILED! expected: 00:00:00<br>
194 <a name='failure20'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Exceptions/15.11.1.1.js'>ecma_3/Exceptions/15.11.1.1.js</a> failed</b> <br>
195 [ <a href='#failure19'>Previous Failure</a> | <a href='#failure21'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
196 <tt>--> STATUS: Ensuring normal function call of Error (ECMA-262 Ed.3 15.11.1.1)<br>
197 Failure messages were:<br>
198 --> FAILED!: [reported from test()] Section 1 of test -<br>
199 --> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
200 --> FAILED!: [reported from test()] <br>
201 --> FAILED!: [reported from test()] Section 2 of test -<br>
202 --> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
203 --> FAILED!: [reported from test()] <br>
204 --> FAILED!: [reported from test()] Section 4 of test -<br>
205 --> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
206 --> FAILED!: [reported from test()] <br>
208 <a name='failure21'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Exceptions/15.11.4.4-1.js'>ecma_3/Exceptions/15.11.4.4-1.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=(none)' target='other_window'>Bug Number (none)</a><br>
209 [ <a href='#failure20'>Previous Failure</a> | <a href='#failure22'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
210 <tt>--> STATUS: Testing Error.prototype.toString()<br>
211 Failure messages were:<br>
212 --> FAILED!: [reported from test()] Section 1 of test -<br>
213 --> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
214 --> FAILED!: [reported from test()] <br>
215 --> FAILED!: [reported from test()] Section 2 of test -<br>
216 --> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
217 --> FAILED!: [reported from test()] <br>
219 <a name='failure22'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Exceptions/regress-181654.js'>ecma_3/Exceptions/regress-181654.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=181654' target='other_window'>Bug Number 181654</a><br>
220 [ <a href='#failure21'>Previous Failure</a> | <a href='#failure23'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
221 <tt>--> STATUS: Calling toString for an object derived from the Error class should be possible.<br>
222 Failure messages were:<br>
223 --> FAILED!: [reported from test()] Section 1 of test -<br>
224 --> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
225 --> FAILED!: [reported from test()] <br>
226 --> FAILED!: [reported from test()] Section 2 of test -<br>
227 --> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
228 --> FAILED!: [reported from test()] <br>
229 --> FAILED!: [reported from test()] Section 5 of test -<br>
230 --> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
231 --> FAILED!: [reported from test()] <br>
233 <a name='failure23'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Exceptions/regress-181914.js'>ecma_3/Exceptions/regress-181914.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=181914' target='other_window'>Bug Number 181914</a><br>
234 [ <a href='#failure22'>Previous Failure</a> | <a href='#failure24'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
235 <tt>--> STATUS: Calling a user-defined superconstructor<br>
236 Failure messages were:<br>
237 --> FAILED!: [reported from test()] Section 1 of test -<br>
238 --> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
239 --> FAILED!: [reported from test()] <br>
240 --> FAILED!: [reported from test()] Section 2 of test -<br>
241 --> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
242 --> FAILED!: [reported from test()] <br>
243 --> FAILED!: [reported from test()] Section 3 of test -<br>
244 --> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
245 --> FAILED!: [reported from test()] <br>
246 --> FAILED!: [reported from test()] Section 4 of test -<br>
247 --> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
248 --> FAILED!: [reported from test()] <br>
249 --> FAILED!: [reported from test()] Section 5 of test -<br>
250 --> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
251 --> FAILED!: [reported from test()] <br>
252 --> FAILED!: [reported from test()] Section 7 of test -<br>
253 --> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
254 --> FAILED!: [reported from test()] <br>
255 --> FAILED!: [reported from test()] Section 8 of test -<br>
256 --> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
257 --> FAILED!: [reported from test()] <br>
259 <a name='failure24'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Exceptions/regress-95101.js'>ecma_3/Exceptions/regress-95101.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=95101' target='other_window'>Bug Number 95101</a><br>
260 [ <a href='#failure23'>Previous Failure</a> | <a href='#failure25'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
261 <tt>--> STATUS: Invoking an undefined function should produce a ReferenceError<br>
262 Failure messages were:<br>
263 --> FAILED!: [reported from test()] Section 1 of test<br>
264 --> FAILED!: [reported from test()] Expected value 'ReferenceError', Actual value 'did NOT generate a ReferenceError'<br>
265 --> FAILED!: [reported from test()] <br>
266 --> FAILED!: [reported from test()] Section 2 of test<br>
267 --> FAILED!: [reported from test()] Expected value 'ReferenceError', Actual value 'did NOT generate a ReferenceError'<br>
268 --> FAILED!: [reported from test()] <br>
270 <a name='failure25'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/ExecutionContexts/10.1.3-1.js'>ecma_3/ExecutionContexts/10.1.3-1.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=124900' target='other_window'>Bug Number 124900</a><br>
271 [ <a href='#failure24'>Previous Failure</a> | <a href='#failure26'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
272 <tt>--> STATUS: Testing functions having duplicate formal parameter names<br>
273 Failure messages were:<br>
274 --> FAILED!: [reported from test()] Section 7 of test -<br>
275 --> FAILED!: [reported from test()] Expected value '1,2,3,999', Actual value '1,2,3,4'<br>
276 --> FAILED!: [reported from test()] <br>
277 --> FAILED!: [reported from test()] Section 8 of test -<br>
278 --> FAILED!: [reported from test()] Expected value '1,2,3,999', Actual value '1,2,3,4'<br>
279 --> FAILED!: [reported from test()] <br>
281 <a name='failure26'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Function/arguments-001.js'>ecma_3/Function/arguments-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=72884' target='other_window'>Bug Number 72884</a><br>
282 [ <a href='#failure25'>Previous Failure</a> | <a href='#failure27'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
283 <tt>--> STATUS: Testing the arguments object<br>
284 Failure messages were:<br>
285 --> FAILED!: [reported from test()] Section 1 of test -<br>
286 --> FAILED!: [reported from test()] Type mismatch, expected type undefined, actual type number<br>
287 --> FAILED!: [reported from test()] Expected value 'undefined', Actual value '0'<br>
288 --> FAILED!: [reported from test()] <br>
289 --> FAILED!: [reported from test()] Section 2 of test -<br>
290 --> FAILED!: [reported from test()] Type mismatch, expected type undefined, actual type number<br>
291 --> FAILED!: [reported from test()] Expected value 'undefined', Actual value '3'<br>
292 --> FAILED!: [reported from test()] <br>
294 <a name='failure27'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Function/regress-104584.js'>ecma_3/Function/regress-104584.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=104584' target='other_window'>Bug Number 104584</a><br>
295 [ <a href='#failure26'>Previous Failure</a> | <a href='#failure28'>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 --> BUGNUMBER: 104584<br>
300 --> STATUS: Testing that we don't crash on this code -<br>
301 Exception, line 45: TypeError - Object (result of expression gc) does not allow calls.<br>
303 <a name='failure28'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Function/regress-193555.js'>ecma_3/Function/regress-193555.js</a> failed</b> <br>
304 [ <a href='#failure27'>Previous Failure</a> | <a href='#failure29'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
305 <tt>Expected exit code 0, got 3<br>
306 Testcase terminated with signal 0<br>
307 Complete testcase output was:<br>
308 Exception, line 65: ReferenceError - Can't find variable: g<br>
310 <a name='failure29'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Function/regress-58274.js'>ecma_3/Function/regress-58274.js</a> failed</b> <br>
311 [ <a href='#failure28'>Previous Failure</a> | <a href='#failure30'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
312 <tt>Expected exit code 0, got 3<br>
313 Testcase terminated with signal 0<br>
314 Complete testcase output was:<br>
316 Exception, line 83: SyntaxError - Parse error<br>
318 <a name='failure30'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Function/scope-001.js'>ecma_3/Function/scope-001.js</a> failed</b> <br>
319 [ <a href='#failure29'>Previous Failure</a> | <a href='#failure31'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
320 <tt>Expected exit code 0, got 3<br>
321 Testcase terminated with signal 0<br>
322 Complete testcase output was:<br>
323 Exception, line 185: TypeError - Value undefined (result of expression obj.hasOwnProperty) is not object.<br>
325 <a name='failure31'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Function/scope-002.js'>ecma_3/Function/scope-002.js</a> failed</b> <br>
326 [ <a href='#failure30'>Previous Failure</a> | <a href='#failure32'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
327 <tt>Expected exit code 0, got 3<br>
328 Testcase terminated with signal 0<br>
329 Complete testcase output was:<br>
330 Exception, line 168: TypeError - Value undefined (result of expression obj.hasOwnProperty) is not object.<br>
332 <a name='failure32'></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>
333 [ <a href='#failure31'>Previous Failure</a> | <a href='#failure33'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
334 <tt>Expected exit code 0, got 3<br>
335 Testcase terminated with signal 0<br>
336 Complete testcase output was:<br>
337 Exception, line 26: SyntaxError - Parse error<br>
339 <a name='failure33'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Object/class-001.js'>ecma_3/Object/class-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=(none)' target='other_window'>Bug Number (none)</a><br>
340 [ <a href='#failure32'>Previous Failure</a> | <a href='#failure34'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
341 <tt>--> STATUS: Testing the internal [[Class]] property of objects<br>
342 Failure messages were:<br>
343 --> FAILED!: [reported from test()] Current object is: new Error()<br>
344 --> FAILED!: [reported from test()] Expected value 'Error', Actual value 'Object'<br>
345 --> FAILED!: [reported from test()] <br>
347 <a name='failure34'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Object/class-002.js'>ecma_3/Object/class-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=(none)' target='other_window'>Bug Number (none)</a><br>
348 [ <a href='#failure33'>Previous Failure</a> | <a href='#failure35'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
349 <tt>--> STATUS: Testing the internal [[Class]] property of native constructors<br>
350 Failure messages were:<br>
351 --> FAILED!: [reported from test()] Current constructor is: Number<br>
352 --> FAILED!: [reported from test()] Expected value 'Function', Actual value 'Number'<br>
353 --> FAILED!: [reported from test()] <br>
355 <a name='failure35'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Object/class-003.js'>ecma_3/Object/class-003.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=56868' target='other_window'>Bug Number 56868</a><br>
356 [ <a href='#failure34'>Previous Failure</a> | <a href='#failure36'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
357 <tt>--> STATUS: Testing the internal [[Class]] property of native error types<br>
358 Failure messages were:<br>
359 --> FAILED!: [reported from test()] Current object is: new Error()<br>
360 --> FAILED!: [reported from test()] Expected value 'Error', Actual value 'Object'<br>
361 --> FAILED!: [reported from test()] <br>
362 --> FAILED!: [reported from test()] Current object is: new EvalError()<br>
363 --> FAILED!: [reported from test()] Expected value 'Error', Actual value 'Object'<br>
364 --> FAILED!: [reported from test()] <br>
365 --> FAILED!: [reported from test()] Current object is: new RangeError()<br>
366 --> FAILED!: [reported from test()] Expected value 'Error', Actual value 'Object'<br>
367 --> FAILED!: [reported from test()] <br>
368 --> FAILED!: [reported from test()] Current object is: new ReferenceError()<br>
369 --> FAILED!: [reported from test()] Expected value 'Error', Actual value 'Object'<br>
370 --> FAILED!: [reported from test()] <br>
371 --> FAILED!: [reported from test()] Current object is: new SyntaxError()<br>
372 --> FAILED!: [reported from test()] Expected value 'Error', Actual value 'Object'<br>
373 --> FAILED!: [reported from test()] <br>
374 --> FAILED!: [reported from test()] Current object is: new TypeError()<br>
375 --> FAILED!: [reported from test()] Expected value 'Error', Actual value 'Object'<br>
376 --> FAILED!: [reported from test()] <br>
377 --> FAILED!: [reported from test()] Current object is: new URIError()<br>
378 --> FAILED!: [reported from test()] Expected value 'Error', Actual value 'Object'<br>
379 --> FAILED!: [reported from test()] <br>
381 <a name='failure36'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Object/class-004.js'>ecma_3/Object/class-004.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=56868' target='other_window'>Bug Number 56868</a><br>
382 [ <a href='#failure35'>Previous Failure</a> | <a href='#failure37'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
383 <tt>--> STATUS: Testing the internal [[Class]] property of native error constructors<br>
384 Failure messages were:<br>
385 --> FAILED!: [reported from test()] Current constructor is: EvalError<br>
386 --> FAILED!: [reported from test()] Expected value 'Function', Actual value 'Error'<br>
387 --> FAILED!: [reported from test()] <br>
388 --> FAILED!: [reported from test()] Current constructor is: RangeError<br>
389 --> FAILED!: [reported from test()] Expected value 'Function', Actual value 'Error'<br>
390 --> FAILED!: [reported from test()] <br>
391 --> FAILED!: [reported from test()] Current constructor is: ReferenceError<br>
392 --> FAILED!: [reported from test()] Expected value 'Function', Actual value 'Error'<br>
393 --> FAILED!: [reported from test()] <br>
394 --> FAILED!: [reported from test()] Current constructor is: SyntaxError<br>
395 --> FAILED!: [reported from test()] Expected value 'Function', Actual value 'Error'<br>
396 --> FAILED!: [reported from test()] <br>
397 --> FAILED!: [reported from test()] Current constructor is: TypeError<br>
398 --> FAILED!: [reported from test()] Expected value 'Function', Actual value 'Error'<br>
399 --> FAILED!: [reported from test()] <br>
400 --> FAILED!: [reported from test()] Current constructor is: URIError<br>
401 --> FAILED!: [reported from test()] Expected value 'Function', Actual value 'Error'<br>
402 --> FAILED!: [reported from test()] <br>
404 <a name='failure37'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Object/regress-72773.js'>ecma_3/Object/regress-72773.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=72773' target='other_window'>Bug Number 72773</a><br>
405 [ <a href='#failure36'>Previous Failure</a> | <a href='#failure38'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
406 <tt>--> STATUS: Regression test: we shouldn't crash on this code<br>
407 Failure messages were:<br>
408 --> FAILED!: [reported from test()] Trying to catch an expected error<br>
409 --> FAILED!: [reported from test()] Expected value 'Error', Actual value 'Object'<br>
410 --> FAILED!: [reported from test()] <br>
412 <a name='failure38'></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>
413 [ <a href='#failure37'>Previous Failure</a> | <a href='#failure39'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
414 <tt>--> STATUS: RegExp conformance test<br>
415 Failure messages were:<br>
416 --> FAILED!: [reported from test()] Section 7 of test -<br>
417 --> FAILED!: [reported from test()] regexp = /(z)((a+)?(b+)?(c))*/<br>
418 --> FAILED!: [reported from test()] string = 'zaacbbbcac'<br>
419 --> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
420 --> FAILED!: [reported from test()] Expect: ["zaacbbbcac", "z", "ac", "a", , "c"]<br>
421 --> FAILED!: [reported from test()] Actual: ["zaacbbbcac", "z", "ac", "a", "bbb", "c"]<br>
422 --> FAILED!: [reported from test()] <br>
423 --> FAILED!: [reported from test()] Section 8 of test -<br>
424 --> FAILED!: [reported from test()] regexp = /(a*)*/<br>
425 --> FAILED!: [reported from test()] string = 'b'<br>
426 --> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
427 --> FAILED!: [reported from test()] Expect: ["", , ]<br>
428 --> FAILED!: [reported from test()] Actual: ["", ""]<br>
429 --> FAILED!: [reported from test()] <br>
430 --> FAILED!: [reported from test()] Section 12 of test -<br>
431 --> FAILED!: [reported from test()] regexp = /(.*?)a(?!(a+)b\2c)\2(.*)/<br>
432 --> FAILED!: [reported from test()] string = 'baaabaac'<br>
433 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
434 --> FAILED!: [reported from test()] Expect: ["baaabaac", "ba", , "abaac"]<br>
435 --> FAILED!: [reported from test()] Actual: null<br>
436 --> FAILED!: [reported from test()] <br>
438 <a name='failure39'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/15.10.6.2-2.js'>ecma_3/RegExp/15.10.6.2-2.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=76717' target='other_window'>Bug Number 76717</a><br>
439 [ <a href='#failure38'>Previous Failure</a> | <a href='#failure40'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
440 <tt>--> STATUS: Testing re.exec(str) when re.lastIndex is < 0 or > str.length<br>
441 Failure messages were:<br>
442 --> FAILED!: [reported from test()] Section 6 of test -<br>
443 --> FAILED!: [reported from test()] regexp = /abc/gi<br>
444 --> FAILED!: [reported from test()] string = 'AbcaBcabC'<br>
445 --> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!<br>
446 --> FAILED!: [reported from test()] Expect: null<br>
447 --> FAILED!: [reported from test()] Actual: ["Abc"]<br>
448 --> FAILED!: [reported from test()] <br>
449 --> FAILED!: [reported from test()] Section 7 of test -<br>
450 --> FAILED!: [reported from test()] regexp = /abc/gi<br>
451 --> FAILED!: [reported from test()] string = 'AbcaBcabC'<br>
452 --> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!<br>
453 --> FAILED!: [reported from test()] Expect: null<br>
454 --> FAILED!: [reported from test()] Actual: ["Abc"]<br>
455 --> FAILED!: [reported from test()] <br>
456 --> FAILED!: [reported from test()] Section 8 of test -<br>
457 --> FAILED!: [reported from test()] regexp = /abc/gi<br>
458 --> FAILED!: [reported from test()] string = 'AbcaBcabC'<br>
459 --> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!<br>
460 --> FAILED!: [reported from test()] Expect: null<br>
461 --> FAILED!: [reported from test()] Actual: ["aBc"]<br>
462 --> FAILED!: [reported from test()] <br>
463 --> FAILED!: [reported from test()] Section 10 of test -<br>
464 --> FAILED!: [reported from test()] regexp = /abc/gi<br>
465 --> FAILED!: [reported from test()] string = 'AbcaBcabC'<br>
466 --> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!<br>
467 --> FAILED!: [reported from test()] Expect: null<br>
468 --> FAILED!: [reported from test()] Actual: ["Abc"]<br>
469 --> FAILED!: [reported from test()] <br>
470 --> FAILED!: [reported from test()] Section 11 of test -<br>
471 --> FAILED!: [reported from test()] regexp = /abc/gi<br>
472 --> FAILED!: [reported from test()] string = 'AbcaBcabC'<br>
473 --> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!<br>
474 --> FAILED!: [reported from test()] Expect: null<br>
475 --> FAILED!: [reported from test()] Actual: ["Abc"]<br>
476 --> FAILED!: [reported from test()] <br>
477 --> FAILED!: [reported from test()] Section 12 of test -<br>
478 --> FAILED!: [reported from test()] regexp = /abc/gi<br>
479 --> FAILED!: [reported from test()] string = 'AbcaBcabC'<br>
480 --> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!<br>
481 --> FAILED!: [reported from test()] Expect: null<br>
482 --> FAILED!: [reported from test()] Actual: ["Abc"]<br>
483 --> FAILED!: [reported from test()] <br>
484 --> FAILED!: [reported from test()] Section 13 of test -<br>
485 --> FAILED!: [reported from test()] regexp = /abc/gi<br>
486 --> FAILED!: [reported from test()] string = 'AbcaBcabC'<br>
487 --> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!<br>
488 --> FAILED!: [reported from test()] Expect: null<br>
489 --> FAILED!: [reported from test()] Actual: ["Abc"]<br>
490 --> FAILED!: [reported from test()] <br>
491 --> FAILED!: [reported from test()] Section 14 of test -<br>
492 --> FAILED!: [reported from test()] regexp = /abc/gi<br>
493 --> FAILED!: [reported from test()] string = 'AbcaBcabC'<br>
494 --> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!<br>
495 --> FAILED!: [reported from test()] Expect: null<br>
496 --> FAILED!: [reported from test()] Actual: ["Abc"]<br>
497 --> FAILED!: [reported from test()] <br>
498 --> FAILED!: [reported from test()] Section 15 of test -<br>
499 --> FAILED!: [reported from test()] regexp = /abc/gi<br>
500 --> FAILED!: [reported from test()] string = 'AbcaBcabC'<br>
501 --> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!<br>
502 --> FAILED!: [reported from test()] Expect: null<br>
503 --> FAILED!: [reported from test()] Actual: ["Abc"]<br>
504 --> FAILED!: [reported from test()] <br>
506 <a name='failure40'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/octal-002.js'>ecma_3/RegExp/octal-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=141078' target='other_window'>Bug Number 141078</a><br>
507 [ <a href='#failure39'>Previous Failure</a> | <a href='#failure41'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
508 <tt>--> STATUS: Testing regexps containing octal escape sequences<br>
509 Failure messages were:<br>
510 --> FAILED!: [reported from test()] Section 8 of test -<br>
511 --> FAILED!: [reported from test()] regexp = /a<br>
512 --> FAILED!: [reported from test()] string = 'a<br>
513 --> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
514 --> FAILED!: [reported from test()] Expect: ["a<br>
515 --> FAILED!: [reported from test()] Actual: ["a"]<br>
516 --> FAILED!: [reported from test()] <br>
518 <a name='failure41'></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>
519 [ <a href='#failure40'>Previous Failure</a> | <a href='#failure42'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
520 <tt>--> STATUS: Testing regular expression edge cases<br>
521 Failure messages were:<br>
522 --> FAILED!: [reported from test()] Section 218 of test -<br>
523 --> FAILED!: [reported from test()] regexp = /((foo)|(bar))*/<br>
524 --> FAILED!: [reported from test()] string = 'foobar'<br>
525 --> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
526 --> FAILED!: [reported from test()] Expect: ["foobar", "bar", , "bar"]<br>
527 --> FAILED!: [reported from test()] Actual: ["foobar", "bar", "foo", "bar"]<br>
528 --> FAILED!: [reported from test()] <br>
529 --> FAILED!: [reported from test()] Section 234 of test -<br>
530 --> FAILED!: [reported from test()] regexp = /(?:(f)(o)(o)|(b)(a)(r))*/<br>
531 --> FAILED!: [reported from test()] string = 'foobar'<br>
532 --> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
533 --> FAILED!: [reported from test()] Expect: ["foobar", , , , "b", "a", "r"]<br>
534 --> FAILED!: [reported from test()] Actual: ["foobar", "f", "o", "o", "b", "a", "r"]<br>
535 --> FAILED!: [reported from test()] <br>
536 --> FAILED!: [reported from test()] Section 241 of test -<br>
537 --> FAILED!: [reported from test()] regexp = /^(?:b|a(?=(.)))*\1/<br>
538 --> FAILED!: [reported from test()] string = 'abc'<br>
539 --> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
540 --> FAILED!: [reported from test()] Expect: ["ab", , ]<br>
541 --> FAILED!: [reported from test()] Actual: ["ab", "b"]<br>
542 --> FAILED!: [reported from test()] <br>
543 --> FAILED!: [reported from test()] Section 402 of test -<br>
544 --> FAILED!: [reported from test()] regexp = /^([^,]{1,3},){3}d/i<br>
545 --> FAILED!: [reported from test()] string = 'aaa,b,c,d'<br>
546 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
547 --> FAILED!: [reported from test()] Expect: ["aaa,b,c,d", "c,"]<br>
548 --> FAILED!: [reported from test()] Actual: null<br>
549 --> FAILED!: [reported from test()] <br>
550 --> FAILED!: [reported from test()] Section 403 of test -<br>
551 --> FAILED!: [reported from test()] regexp = /^([^,]{1,3},){3,}d/<br>
552 --> FAILED!: [reported from test()] string = 'aaa,b,c,d'<br>
553 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
554 --> FAILED!: [reported from test()] Expect: ["aaa,b,c,d", "c,"]<br>
555 --> FAILED!: [reported from test()] Actual: null<br>
556 --> FAILED!: [reported from test()] <br>
557 --> FAILED!: [reported from test()] Section 404 of test -<br>
558 --> FAILED!: [reported from test()] regexp = /^([^,]{1,3},){0,3}d/<br>
559 --> FAILED!: [reported from test()] string = 'aaa,b,c,d'<br>
560 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
561 --> FAILED!: [reported from test()] Expect: ["aaa,b,c,d", "c,"]<br>
562 --> FAILED!: [reported from test()] Actual: null<br>
563 --> FAILED!: [reported from test()] <br>
564 --> FAILED!: [reported from test()] Section 412 of test -<br>
565 --> FAILED!: [reported from test()] regexp = /^(a(b)?)+$/<br>
566 --> FAILED!: [reported from test()] string = 'aba'<br>
567 --> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
568 --> FAILED!: [reported from test()] Expect: ["aba", "a", , ]<br>
569 --> FAILED!: [reported from test()] Actual: ["aba", "a", "b"]<br>
570 --> FAILED!: [reported from test()] <br>
571 --> FAILED!: [reported from test()] Section 413 of test -<br>
572 --> FAILED!: [reported from test()] regexp = /^(aa(bb)?)+$/<br>
573 --> FAILED!: [reported from test()] string = 'aabbaa'<br>
574 --> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
575 --> FAILED!: [reported from test()] Expect: ["aabbaa", "aa", , ]<br>
576 --> FAILED!: [reported from test()] Actual: ["aabbaa", "aa", "bb"]<br>
577 --> FAILED!: [reported from test()] <br>
579 <a name='failure42'></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>
580 [ <a href='#failure41'>Previous Failure</a> | <a href='#failure43'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
581 <tt>--> STATUS: Testing regular expression edge cases<br>
582 Failure messages were:<br>
583 --> FAILED!: [reported from test()] Section 40 of test -<br>
584 --> FAILED!: [reported from test()] regexp = /(a)|\1/<br>
585 --> FAILED!: [reported from test()] string = 'x'<br>
586 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
587 --> FAILED!: [reported from test()] Expect: ["", , ]<br>
588 --> FAILED!: [reported from test()] Actual: null<br>
589 --> FAILED!: [reported from test()] <br>
590 --> FAILED!: [reported from test()] Section 41 of test -<br>
591 --> FAILED!: [reported from test()] regexp = /((\3|b)\2(a)x)+/<br>
592 --> FAILED!: [reported from test()] string = 'aaxabxbaxbbx'<br>
593 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
594 --> FAILED!: [reported from test()] Expect: ["ax", "ax", "", "a"]<br>
595 --> FAILED!: [reported from test()] Actual: null<br>
596 --> FAILED!: [reported from test()] <br>
598 <a name='failure43'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-100199.js'>ecma_3/RegExp/regress-100199.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=100199' target='other_window'>Bug Number 100199</a><br>
599 [ <a href='#failure42'>Previous Failure</a> | <a href='#failure44'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
600 <tt>--> STATUS: [], [^] are valid RegExp conditions. Should not cause errors -<br>
601 Failure messages were:<br>
602 --> FAILED!: [reported from test()] Section 19 of test -<br>
603 --> FAILED!: [reported from test()] regexp = /[^]/<br>
604 --> FAILED!: [reported from test()] string = 'abc'<br>
605 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
606 --> FAILED!: [reported from test()] Expect: ["a"]<br>
607 --> FAILED!: [reported from test()] Actual: null<br>
608 --> FAILED!: [reported from test()] <br>
609 --> FAILED!: [reported from test()] Section 21 of test -<br>
610 --> FAILED!: [reported from test()] regexp = /[^]/<br>
611 --> FAILED!: [reported from test()] string = '/'<br>
612 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
613 --> FAILED!: [reported from test()] Expect: ["/"]<br>
614 --> FAILED!: [reported from test()] Actual: null<br>
615 --> FAILED!: [reported from test()] <br>
616 --> FAILED!: [reported from test()] Section 22 of test -<br>
617 --> FAILED!: [reported from test()] regexp = /[^]/<br>
618 --> FAILED!: [reported from test()] string = '['<br>
619 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
620 --> FAILED!: [reported from test()] Expect: ["["]<br>
621 --> FAILED!: [reported from test()] Actual: null<br>
622 --> FAILED!: [reported from test()] <br>
623 --> FAILED!: [reported from test()] Section 23 of test -<br>
624 --> FAILED!: [reported from test()] regexp = /[^]/<br>
625 --> FAILED!: [reported from test()] string = '['<br>
626 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
627 --> FAILED!: [reported from test()] Expect: ["["]<br>
628 --> FAILED!: [reported from test()] Actual: null<br>
629 --> FAILED!: [reported from test()] <br>
630 --> FAILED!: [reported from test()] Section 24 of test -<br>
631 --> FAILED!: [reported from test()] regexp = /[^]/<br>
632 --> FAILED!: [reported from test()] string = ']'<br>
633 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
634 --> FAILED!: [reported from test()] Expect: ["]"]<br>
635 --> FAILED!: [reported from test()] Actual: null<br>
636 --> FAILED!: [reported from test()] <br>
637 --> FAILED!: [reported from test()] Section 25 of test -<br>
638 --> FAILED!: [reported from test()] regexp = /[^]/<br>
639 --> FAILED!: [reported from test()] string = '[]'<br>
640 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
641 --> FAILED!: [reported from test()] Expect: ["["]<br>
642 --> FAILED!: [reported from test()] Actual: null<br>
643 --> FAILED!: [reported from test()] <br>
644 --> FAILED!: [reported from test()] Section 26 of test -<br>
645 --> FAILED!: [reported from test()] regexp = /[^]/<br>
646 --> FAILED!: [reported from test()] string = '[ ]'<br>
647 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
648 --> FAILED!: [reported from test()] Expect: ["["]<br>
649 --> FAILED!: [reported from test()] Actual: null<br>
650 --> FAILED!: [reported from test()] <br>
651 --> FAILED!: [reported from test()] Section 27 of test -<br>
652 --> FAILED!: [reported from test()] regexp = /[^]/<br>
653 --> FAILED!: [reported from test()] string = ']['<br>
654 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
655 --> FAILED!: [reported from test()] Expect: ["]"]<br>
656 --> FAILED!: [reported from test()] Actual: null<br>
657 --> FAILED!: [reported from test()] <br>
658 --> FAILED!: [reported from test()] Section 28 of test -<br>
659 --> FAILED!: [reported from test()] regexp = /a[^]/<br>
660 --> FAILED!: [reported from test()] string = 'abc'<br>
661 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
662 --> FAILED!: [reported from test()] Expect: ["ab"]<br>
663 --> FAILED!: [reported from test()] Actual: null<br>
664 --> FAILED!: [reported from test()] <br>
665 --> FAILED!: [reported from test()] Section 30 of test -<br>
666 --> FAILED!: [reported from test()] regexp = /a[^]/<br>
667 --> FAILED!: [reported from test()] string = 'a['<br>
668 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
669 --> FAILED!: [reported from test()] Expect: ["a["]<br>
670 --> FAILED!: [reported from test()] Actual: null<br>
671 --> FAILED!: [reported from test()] <br>
672 --> FAILED!: [reported from test()] Section 31 of test -<br>
673 --> FAILED!: [reported from test()] regexp = /a[^]/<br>
674 --> FAILED!: [reported from test()] string = 'a]'<br>
675 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
676 --> FAILED!: [reported from test()] Expect: ["a]"]<br>
677 --> FAILED!: [reported from test()] Actual: null<br>
678 --> FAILED!: [reported from test()] <br>
679 --> FAILED!: [reported from test()] Section 32 of test -<br>
680 --> FAILED!: [reported from test()] regexp = /a[^]/<br>
681 --> FAILED!: [reported from test()] string = 'a[]'<br>
682 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
683 --> FAILED!: [reported from test()] Expect: ["a["]<br>
684 --> FAILED!: [reported from test()] Actual: null<br>
685 --> FAILED!: [reported from test()] <br>
686 --> FAILED!: [reported from test()] Section 33 of test -<br>
687 --> FAILED!: [reported from test()] regexp = /a[^]/<br>
688 --> FAILED!: [reported from test()] string = 'a[ ]'<br>
689 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
690 --> FAILED!: [reported from test()] Expect: ["a["]<br>
691 --> FAILED!: [reported from test()] Actual: null<br>
692 --> FAILED!: [reported from test()] <br>
693 --> FAILED!: [reported from test()] Section 34 of test -<br>
694 --> FAILED!: [reported from test()] regexp = /a[^]/<br>
695 --> FAILED!: [reported from test()] string = 'a]['<br>
696 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
697 --> FAILED!: [reported from test()] Expect: ["a]"]<br>
698 --> FAILED!: [reported from test()] Actual: null<br>
699 --> FAILED!: [reported from test()] <br>
701 <a name='failure44'></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>
702 [ <a href='#failure43'>Previous Failure</a> | <a href='#failure45'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
703 <tt>--> STATUS: Invalid use of regexp quantifiers should generate SyntaxErrors<br>
704 Failure messages were:<br>
705 --> FAILED!: [reported from test()] Section 1 of test -<br>
706 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
707 --> FAILED!: [reported from test()] <br>
708 --> FAILED!: [reported from test()] Section 2 of test -<br>
709 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
710 --> FAILED!: [reported from test()] <br>
711 --> FAILED!: [reported from test()] Section 3 of test -<br>
712 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
713 --> FAILED!: [reported from test()] <br>
714 --> FAILED!: [reported from test()] Section 4 of test -<br>
715 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
716 --> FAILED!: [reported from test()] <br>
717 --> FAILED!: [reported from test()] Section 5 of test -<br>
718 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
719 --> FAILED!: [reported from test()] <br>
720 --> FAILED!: [reported from test()] Section 6 of test -<br>
721 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
722 --> FAILED!: [reported from test()] <br>
723 --> FAILED!: [reported from test()] Section 9 of test -<br>
724 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
725 --> FAILED!: [reported from test()] <br>
726 --> FAILED!: [reported from test()] Section 10 of test -<br>
727 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
728 --> FAILED!: [reported from test()] <br>
729 --> FAILED!: [reported from test()] Section 11 of test -<br>
730 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
731 --> FAILED!: [reported from test()] <br>
732 --> FAILED!: [reported from test()] Section 12 of test -<br>
733 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
734 --> FAILED!: [reported from test()] <br>
735 --> FAILED!: [reported from test()] Section 28 of test -<br>
736 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
737 --> FAILED!: [reported from test()] <br>
738 --> FAILED!: [reported from test()] Section 29 of test -<br>
739 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
740 --> FAILED!: [reported from test()] <br>
741 --> FAILED!: [reported from test()] Section 30 of test -<br>
742 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
743 --> FAILED!: [reported from test()] <br>
744 --> FAILED!: [reported from test()] Section 31 of test -<br>
745 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
746 --> FAILED!: [reported from test()] <br>
747 --> FAILED!: [reported from test()] Section 32 of test -<br>
748 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
749 --> FAILED!: [reported from test()] <br>
750 --> FAILED!: [reported from test()] Section 33 of test -<br>
751 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
752 --> FAILED!: [reported from test()] <br>
753 --> FAILED!: [reported from test()] Section 34 of test -<br>
754 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
755 --> FAILED!: [reported from test()] <br>
756 --> FAILED!: [reported from test()] Section 35 of test -<br>
757 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
758 --> FAILED!: [reported from test()] <br>
759 --> FAILED!: [reported from test()] Section 36 of test -<br>
760 --> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
761 --> FAILED!: [reported from test()] <br>
763 <a name='failure45'></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>
764 [ <a href='#failure44'>Previous Failure</a> | <a href='#failure46'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
765 <tt>--> STATUS: Testing regexp submatches with quantifiers<br>
766 Failure messages were:<br>
767 --> FAILED!: [reported from test()] Section 1 of test -<br>
768 --> FAILED!: [reported from test()] regexp = /(a|b*)*/<br>
769 --> FAILED!: [reported from test()] string = 'a'<br>
770 --> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
771 --> FAILED!: [reported from test()] Expect: ["a", "a"]<br>
772 --> FAILED!: [reported from test()] Actual: ["a", ""]<br>
773 --> FAILED!: [reported from test()] <br>
774 --> FAILED!: [reported from test()] Section 3 of test -<br>
775 --> FAILED!: [reported from test()] regexp = /(b*)*/<br>
776 --> FAILED!: [reported from test()] string = 'a'<br>
777 --> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
778 --> FAILED!: [reported from test()] Expect: ["", , ]<br>
779 --> FAILED!: [reported from test()] Actual: ["", ""]<br>
780 --> FAILED!: [reported from test()] <br>
781 --> FAILED!: [reported from test()] Section 5 of test -<br>
782 --> FAILED!: [reported from test()] regexp = /^\-?(\d{1,}|\.{0,})*(\,\d{1,})?$/<br>
783 --> FAILED!: [reported from test()] string = '100.00'<br>
784 --> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
785 --> FAILED!: [reported from test()] Expect: ["100.00", "00", , ]<br>
786 --> FAILED!: [reported from test()] Actual: ["100.00", "", , ]<br>
787 --> FAILED!: [reported from test()] <br>
788 --> FAILED!: [reported from test()] Section 6 of test -<br>
789 --> FAILED!: [reported from test()] regexp = /^\-?(\d{1,}|\.{0,})*(\,\d{1,})?$/<br>
790 --> FAILED!: [reported from test()] string = '100,00'<br>
791 --> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
792 --> FAILED!: [reported from test()] Expect: ["100,00", "100", ",00"]<br>
793 --> FAILED!: [reported from test()] Actual: ["100,00", "", ",00"]<br>
794 --> FAILED!: [reported from test()] <br>
795 --> FAILED!: [reported from test()] Section 7 of test -<br>
796 --> FAILED!: [reported from test()] regexp = /^\-?(\d{1,}|\.{0,})*(\,\d{1,})?$/<br>
797 --> FAILED!: [reported from test()] string = '1.000,00'<br>
798 --> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
799 --> FAILED!: [reported from test()] Expect: ["1.000,00", "000", ",00"]<br>
800 --> FAILED!: [reported from test()] Actual: ["1.000,00", "", ",00"]<br>
801 --> FAILED!: [reported from test()] <br>
803 <a name='failure46'></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>
804 [ <a href='#failure45'>Previous Failure</a> | <a href='#failure47'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
805 <tt>--> STATUS: Testing regular expressions containing non-Latin1 characters<br>
806 Failure messages were:<br>
807 --> FAILED!: [reported from test()] Section 3 of test -<br>
808 --> FAILED!: [reported from test()] regexp = /[\S]+/<br>
809 --> FAILED!: [reported from test()] string = '<br>
810 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
811 --> FAILED!: [reported from test()] Expect: ["<br>
812 --> FAILED!: [reported from test()] Actual: null<br>
813 --> FAILED!: [reported from test()] <br>
814 --> FAILED!: [reported from test()] Section 4 of test -<br>
815 --> FAILED!: [reported from test()] regexp = /[\S]+/<br>
816 --> FAILED!: [reported from test()] string = '<br>
817 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
818 --> FAILED!: [reported from test()] Expect: ["<br>
819 --> FAILED!: [reported from test()] Actual: null<br>
820 --> FAILED!: [reported from test()] <br>
822 <a name='failure47'></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>
823 [ <a href='#failure46'>Previous Failure</a> | <a href='#failure48'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
824 <tt>--> STATUS: Testing regular expressions with ^, $, and the m flag -<br>
825 Failure messages were:<br>
826 --> FAILED!: [reported from test()] Section 2 of test -<br>
827 --> FAILED!: [reported from test()] regexp = /\d$/gm<br>
828 --> FAILED!: [reported from test()] string = 'aaa\n789\r\nccc\r\n345'<br>
829 --> FAILED!: [reported from test()] ERROR !!! match arrays have different lengths:<br>
830 --> FAILED!: [reported from test()] Expect: ["9", "5"]<br>
831 --> FAILED!: [reported from test()] Actual: ["5"]<br>
832 --> FAILED!: [reported from test()] <br>
833 --> FAILED!: [reported from test()] Section 4 of test -<br>
834 --> FAILED!: [reported from test()] regexp = /\d$/gm<br>
835 --> FAILED!: [reported from test()] string = 'aaa\n789\r\nccc\r\nddd'<br>
836 --> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
837 --> FAILED!: [reported from test()] Expect: ["9"]<br>
838 --> FAILED!: [reported from test()] Actual: null<br>
839 --> FAILED!: [reported from test()] <br>
841 <a name='failure48'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/RegExp/regress-85721.js'>ecma_3/RegExp/regress-85721.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=85721' target='other_window'>Bug Number 85721</a><br>
842 [ <a href='#failure47'>Previous Failure</a> | <a href='#failure49'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
843 <tt>--> STATUS: Performance: execution of regular expression<br>
844 Failure messages were:<br>
845 --> FAILED!: Section 4 of test -<br>
846 --> FAILED!: regexp = /[ ]*(?:\([^\\
\80-ÿ<br>
848 ()]*(?:(?:\\[^
\80-ÿ]|\([^\\
\80-ÿ<br>
850 ()]*(?:\\[^
\80-ÿ][^\\
\80-ÿ<br>
852 ()]*)*\))[^\\
\80-ÿ<br>
854 ()]*)*\)[ ]*)*(?:(?:[^( <>@,;:".\\\[\]<br>
856 "]*(?:\\[^
\80-ÿ][^\\
\80-ÿ<br>
858 "]*)*")[^()<>@,;:".\\\[\]
\80-ÿ<br>
859 --> FAILED!: -
\1f]*(?:(?:\([^\\
\80-ÿ<br>
861 ()]*(?:(?:\\[^
\80-ÿ]|\([^\\
\80-ÿ<br>
863 ()]*(?:\\[^
\80-ÿ][^\\
\80-ÿ<br>
865 ()]*)*\))[^\\
\80-ÿ<br>
867 ()]*)*\)|"[^\\
\80-ÿ<br>
869 "]*(?:\\[^
\80-ÿ][^\\
\80-ÿ<br>
871 "]*)*")[^()<>@,;:".\\\[\]
\80-ÿ<br>
872 --> FAILED!: -
\1f]*)*<[ ]*(?:\([^\\
\80-ÿ<br>
874 ()]*(?:(?:\\[^
\80-ÿ]|\([^\\
\80-ÿ<br>
876 ()]*(?:\\[^
\80-ÿ][^\\
\80-ÿ<br>
878 ()]*)*\))[^\\
\80-ÿ<br>
880 ()]*)*\)[ ]*)*(?:@[ ]*(?:\([^\\
\80-ÿ<br>
882 ()]*(?:(?:\\[^
\80-ÿ]|\([^\\
\80-ÿ<br>
884 ()]*(?:\\[^
\80-ÿ][^\\
\80-ÿ<br>
886 ()]*)*\))[^\\
\80-ÿ<br>
888 ()]*)*\)[ ]*)*(?:[^( <>@,;:".\\\[\]<br>
890 \[\]]|\\[^
\80-ÿ])*\])[ ]*(?:\([^\\
\80-ÿ<br>
892 ()]*(?:(?:\\[^
\80-ÿ]|\([^\\
\80-ÿ<br>
894 ()]*(?:\\[^
\80-ÿ][^\\
\80-ÿ<br>
896 ()]*)*\))[^\\
\80-ÿ<br>
898 ()]*)*\)[ ]*)*(?:.[ ]*(?:\([^\\
\80-ÿ<br>
900 ()]*(?:(?:\\[^
\80-ÿ]|\([^\\
\80-ÿ<br>
902 ()]*(?:\\[^
\80-ÿ][^\\
\80-ÿ<br>
904 ()]*)*\))[^\\
\80-ÿ<br>
906 ()]*)*\)[ ]*)*(?:[^( <>@,;:".\\\[\]<br>
908 \[\]]|\\[^
\80-ÿ])*\])[ ]*(?:\([^\\
\80-ÿ<br>
910 ()]*(?:(?:\\[^
\80-ÿ]|\([^\\
\80-ÿ<br>
912 ()]*(?:\\[^
\80-ÿ][^\\
\80-ÿ<br>
914 ()]*)*\))[^\\
\80-ÿ<br>
916 ()]*)*\)[ ]*)*)*(?:,[ ]*(?:\([^\\
\80-ÿ<br>
918 ()]*(?:(?:\\[^
\80-ÿ]|\([^\\
\80-ÿ<br>
920 ()]*(?:\\[^
\80-ÿ][^\\
\80-ÿ<br>
922 ()]*)*\))[^\\
\80-ÿ<br>
924 ()]*)*\)[ ]*)*@[ ]*(?:\([^\\
\80-ÿ<br>
926 ()]*(?:(?:\\[^
\80-ÿ]|\([^\\
\80-ÿ<br>
928 ()]*(?:\\[^
\80-ÿ][^\\
\80-ÿ<br>
930 ()]*)*\))[^\\
\80-ÿ<br>
932 ()]*)*\)[ ]*)*(?:[^( <>@,;:".\\\[\]<br>
934 \[\]]|\\[^
\80-ÿ])*\])[ ]*(?:\([^\\
\80-ÿ<br>
936 ()]*(?:(?:\\[^
\80-ÿ]|\([^\\
\80-ÿ<br>
938 ()]*(?:\\[^
\80-ÿ][^\\
\80-ÿ<br>
940 ()]*)*\))[^\\
\80-ÿ<br>
942 ()]*)*\)[ ]*)*(?:.[ ]*(?:\([^\\
\80-ÿ<br>
944 ()]*(?:(?:\\[^
\80-ÿ]|\([^\\
\80-ÿ<br>
946 ()]*(?:\\[^
\80-ÿ][^\\
\80-ÿ<br>
948 ()]*)*\))[^\\
\80-ÿ<br>
950 ()]*)*\)[ ]*)*(?:[^( <>@,;:".\\\[\]<br>
952 \[\]]|\\[^
\80-ÿ])*\])[ ]*(?:\([^\\
\80-ÿ<br>
954 ()]*(?:(?:\\[^
\80-ÿ]|\([^\\
\80-ÿ<br>
956 ()]*(?:\\[^
\80-ÿ][^\\
\80-ÿ<br>
958 ()]*)*\))[^\\
\80-ÿ<br>
960 ()]*)*\)[ ]*)*)*)*:[ ]*(?:\([^\\
\80-ÿ<br>
962 ()]*(?:(?:\\[^
\80-ÿ]|\([^\\
\80-ÿ<br>
964 ()]*(?:\\[^
\80-ÿ][^\\
\80-ÿ<br>
966 ()]*)*\))[^\\
\80-ÿ<br>
968 ()]*)*\)[ ]*)*)?(?:[^( <>@,;:".\\\[\]<br>
970 "]*(?:\\[^
\80-ÿ][^\\
\80-ÿ<br>
972 "]*)*")[ ]*(?:\([^\\
\80-ÿ<br>
974 ()]*(?:(?:\\[^
\80-ÿ]|\([^\\
\80-ÿ<br>
976 ()]*(?:\\[^
\80-ÿ][^\\
\80-ÿ<br>
978 ()]*)*\))[^\\
\80-ÿ<br>
980 ()]*)*\)[ ]*)*@[ ]*(?:\([^\\
\80-ÿ<br>
982 ()]*(?:(?:\\[^
\80-ÿ]|\([^\\
\80-ÿ<br>
984 ()]*(?:\\[^
\80-ÿ][^\\
\80-ÿ<br>
986 ()]*)*\))[^\\
\80-ÿ<br>
988 ()]*)*\)[ ]*)*(?:[^( <>@,;:".\\\[\]<br>
990 \[\]]|\\[^
\80-ÿ])*\])[ ]*(?:\([^\\
\80-ÿ<br>
992 ()]*(?:(?:\\[^
\80-ÿ]|\([^\\
\80-ÿ<br>
994 ()]*(?:\\[^
\80-ÿ][^\\
\80-ÿ<br>
996 ()]*)*\))[^\\
\80-ÿ<br>
998 ()]*)*\)[ ]*)*(?:.[ ]*(?:\([^\\
\80-ÿ<br>
1000 ()]*(?:(?:\\[^
\80-ÿ]|\([^\\
\80-ÿ<br>
1002 ()]*(?:\\[^
\80-ÿ][^\\
\80-ÿ<br>
1004 ()]*)*\))[^\\
\80-ÿ<br>
1006 ()]*)*\)[ ]*)*(?:[^( <>@,;:".\\\[\]<br>
1008 \[\]]|\\[^
\80-ÿ])*\])[ ]*(?:\([^\\
\80-ÿ<br>
1010 ()]*(?:(?:\\[^
\80-ÿ]|\([^\\
\80-ÿ<br>
1012 ()]*(?:\\[^
\80-ÿ][^\\
\80-ÿ<br>
1014 ()]*)*\))[^\\
\80-ÿ<br>
1016 ()]*)*\)[ ]*)*)*>|(?:[^( <>@,;:".\\\[\]<br>
1018 "]*(?:\\[^
\80-ÿ][^\\
\80-ÿ<br>
1020 "]*)*")[ ]*(?:\([^\\
\80-ÿ<br>
1022 ()]*(?:(?:\\[^
\80-ÿ]|\([^\\
\80-ÿ<br>
1024 ()]*(?:\\[^
\80-ÿ][^\\
\80-ÿ<br>
1026 ()]*)*\))[^\\
\80-ÿ<br>
1028 ()]*)*\)[ ]*)*@[ ]*(?:\([^\\
\80-ÿ<br>
1030 ()]*(?:(?:\\[^
\80-ÿ]|\([^\\
\80-ÿ<br>
1032 ()]*(?:\\[^
\80-ÿ][^\\
\80-ÿ<br>
1034 ()]*)*\))[^\\
\80-ÿ<br>
1036 ()]*)*\)[ ]*)*(?:[^( <>@,;:".\\\[\]<br>
1038 \[\]]|\\[^
\80-ÿ])*\])[ ]*(?:\([^\\
\80-ÿ<br>
1040 ()]*(?:(?:\\[^
\80-ÿ]|\([^\\
\80-ÿ<br>
1042 ()]*(?:\\[^
\80-ÿ][^\\
\80-ÿ<br>
1044 ()]*)*\))[^\\
\80-ÿ<br>
1046 ()]*)*\)[ ]*)*(?:.[ ]*(?:\([^\\
\80-ÿ<br>
1048 ()]*(?:(?:\\[^
\80-ÿ]|\([^\\
\80-ÿ<br>
1050 ()]*(?:\\[^
\80-ÿ][^\\
\80-ÿ<br>
1052 ()]*)*\))[^\\
\80-ÿ<br>
1054 ()]*)*\)[ ]*)*(?:[^( <>@,;:".\\\[\]<br>
1056 \[\]]|\\[^
\80-ÿ])*\])[ ]*(?:\([^\\
\80-ÿ<br>
1058 ()]*(?:(?:\\[^
\80-ÿ]|\([^\\
\80-ÿ<br>
1060 ()]*(?:\\[^
\80-ÿ][^\\
\80-ÿ<br>
1062 ()]*)*\))[^\\
\80-ÿ<br>
1064 ()]*)*\)[ ]*)*)*)/g<br>
1065 --> FAILED!: string = 'Jeffy<"That Tall Guy"@ora.com (this address is no longer acti\ve)>'<br>
1066 --> FAILED!: ERROR !!! regexp FAILED to match anything !!!<br>
1067 --> FAILED!: Expect: ["Jeffy<"That Tall Guy"@ora.com (this address is no longer active)>"]<br>
1068 --> FAILED!: Actual: null<br>
1071 <a name='failure49'></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>
1072 [ <a href='#failure48'>Previous Failure</a> | <a href='#failure50'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1073 <tt>Expected exit code 0, got 3<br>
1074 Testcase terminated with signal 0<br>
1075 Complete testcase output was:<br>
1076 Exception, line 1: SyntaxError - Parse error<br>
1078 <a name='failure50'></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>
1079 [ <a href='#failure49'>Previous Failure</a> | <a href='#failure51'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1080 <tt>--> STATUS: Unicode format-control character (Category Cf) test.<br>
1081 Failure messages were:<br>
1082 --> FAILED!: [reported from test()] Unicode format-control character test (Category Cf.)<br>
1083 --> FAILED!: [reported from test()] Expected value 'no error', Actual value 'no
\ e error'<br>
1084 --> FAILED!: [reported from test()] <br>
1086 <a name='failure51'></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>
1087 [ <a href='#failure50'>Previous Failure</a> | <a href='#failure52'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1088 <tt>--> STATUS: Unicode non-breaking space character test.<br>
1089 Failure messages were:<br>
1090 --> FAILED!: [reported from test()] Unicode non-breaking space character regexp test.<br>
1091 --> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
1092 --> FAILED!: [reported from test()] <br>
1094 <a name='failure52'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Unicode/uc-003.js'>ecma_3/Unicode/uc-003.js</a> failed</b> <br>
1095 [ <a href='#failure51'>Previous Failure</a> | <a href='#failure53'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1096 <tt>Expected exit code 0, got 3<br>
1097 Testcase terminated with signal 0<br>
1098 Complete testcase output was:<br>
1100 Exception, line 32: SyntaxError - Parse error<br>
1102 <a name='failure53'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Unicode/uc-005.js'>ecma_3/Unicode/uc-005.js</a> failed</b> <br>
1103 [ <a href='#failure52'>Previous Failure</a> | <a href='#failure54'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1104 <tt>Expected exit code 0, got 3<br>
1105 Testcase terminated with signal 0<br>
1106 Complete testcase output was:<br>
1108 Exception, line 118: SyntaxError - Parse error<br>
1110 <a name='failure54'></a><dd><b>Testcase <a target='other_window' href='./js1_2/Array/tostring_1.js'>js1_2/Array/tostring_1.js</a> failed</b> <br>
1111 [ <a href='#failure53'>Previous Failure</a> | <a href='#failure55'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1113 Failure messages were:<br>
1114 --> var a = new Array(); a.toString() = FAILED! expected: []<br>
1115 --> a[0] = void 0; a.toString() = FAILED! expected: [, ]<br>
1116 --> a[1] = void 0; a.toString() = , FAILED! expected: [, , ]<br>
1117 --> a[1] = "hi"; a.toString() = ,hi FAILED! expected: [, "hi"]<br>
1118 --> a[2] = void 0; a.toString() = ,hi, FAILED! expected: [, "hi", , ]<br>
1119 --> var b = new Array(1000); b.toString() = ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, FAILED! expected: [1000]<br>
1120 --> b.length = 1000 FAILED! expected: 1<br>
1122 <a name='failure55'></a><dd><b>Testcase <a target='other_window' href='./js1_2/Array/tostring_2.js'>js1_2/Array/tostring_2.js</a> failed</b> <br>
1123 [ <a href='#failure54'>Previous Failure</a> | <a href='#failure56'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1125 Failure messages were:<br>
1126 --> a.toString() = FAILED! expected: []<br>
1127 --> String( a ) = FAILED! expected: []<br>
1128 --> a +'' = FAILED! expected: []<br>
1130 <a name='failure56'></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>
1131 [ <a href='#failure55'>Previous Failure</a> | <a href='#failure57'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1132 <tt>Expected exit code 3, got 0<br>
1133 Testcase terminated with signal 0<br>
1134 Complete testcase output was:<br>
1135 --> function-001.js functions not separated by semicolons are errors in version 120 and higher<br>
1136 --> eval("function f(){}function g(){}") = undefined FAILED! expected: error<br>
1139 <a name='failure57'></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>
1140 [ <a href='#failure56'>Previous Failure</a> | <a href='#failure58'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1142 Failure messages were:<br>
1143 --> f.name = undefined FAILED! expected: a_test_function<br>
1144 --> f.arity = undefined FAILED! expected: 3<br>
1145 --> (new Function()).name = undefined FAILED! expected: anonymous<br>
1146 } FAILED! expected: <br>
1148 <a name='failure58'></a><dd><b>Testcase <a target='other_window' href='./js1_2/function/Number.js'>js1_2/function/Number.js</a> failed</b> <br>
1149 [ <a href='#failure57'>Previous Failure</a> | <a href='#failure59'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1151 Failure messages were:<br>
1152 --> Number([1,2,3]) = NaN FAILED! expected: 3<br>
1154 <a name='failure59'></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>
1155 [ <a href='#failure58'>Previous Failure</a> | <a href='#failure60'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1156 <tt>Expected exit code 0, got 3<br>
1157 Testcase terminated with signal 0<br>
1158 Complete testcase output was:<br>
1159 --> JS_1.2 The variable statment<br>
1160 Exception, line 81: TypeError - Object /abc/ (result of expression x) does not allow calls.<br>
1162 <a name='failure60'></a><dd><b>Testcase <a target='other_window' href='./js1_2/function/String.js'>js1_2/function/String.js</a> failed</b> <br>
1163 [ <a href='#failure59'>Previous Failure</a> | <a href='#failure61'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1165 Failure messages were:<br>
1166 --> String({p:1}) = [object Object] FAILED! expected: {p:1}<br>
1167 --> String([1,2,3]) = 1,2,3 FAILED! expected: [1, 2, 3]<br>
1169 <a name='failure61'></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>
1170 [ <a href='#failure60'>Previous Failure</a> | <a href='#failure62'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1172 Failure messages were:<br>
1173 } FAILED! expected: <br>
1174 } FAILED! expected: <br>
1175 } FAILED! expected: <br>
1176 } FAILED! expected: <br>
1177 } FAILED! expected: <br>
1179 <a name='failure62'></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>
1180 [ <a href='#failure61'>Previous Failure</a> | <a href='#failure63'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1182 Failure messages were:<br>
1183 } FAILED! expected: <br>
1184 } FAILED! expected: <br>
1185 } FAILED! expected: <br>
1186 } FAILED! expected: <br>
1187 } FAILED! expected: <br>
1188 } FAILED! expected: <br>
1189 } FAILED! expected: <br>
1190 } FAILED! expected: <br>
1191 } FAILED! expected: <br>
1193 <a name='failure63'></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>
1194 [ <a href='#failure62'>Previous Failure</a> | <a href='#failure64'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1195 <tt>Expected exit code 0, got 3<br>
1196 Testcase terminated with signal 0<br>
1197 Complete testcase output was:<br>
1198 --> JS1_2 Object.toString()<br>
1199 Exception, line 104: TypeError - Object /^\{(.*)\}$/ (result of expression ^\{(.*)\}$) does not allow calls.<br>
1201 <a name='failure64'></a><dd><b>Testcase <a target='other_window' href='./js1_2/operator/equality.js'>js1_2/operator/equality.js</a> failed</b> <br>
1202 [ <a href='#failure63'>Previous Failure</a> | <a href='#failure65'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1204 Failure messages were:<br>
1205 --> (new String('x') == 'x') = true FAILED! expected: false<br>
1206 --> ('x' == new String('x')) = true FAILED! expected: false<br>
1208 <a name='failure65'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/beginLine.js'>js1_2/regexp/beginLine.js</a> failed</b> <br>
1209 [ <a href='#failure64'>Previous Failure</a> | <a href='#failure66'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1211 Failure messages were:<br>
1212 123xyz'.match(new RegExp('^\d+')) = null FAILED! expected: 123<br>
1214 <a name='failure66'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/compile.js'>js1_2/regexp/compile.js</a> failed</b> <br>
1215 [ <a href='#failure65'>Previous Failure</a> | <a href='#failure67'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1216 <tt>Expected exit code 0, got 3<br>
1217 Testcase terminated with signal 0<br>
1218 Complete testcase output was:<br>
1219 --> Executing script: compile.js<br>
1220 --> As described in Netscape doc "Whats new in JavaScript 1.2" RegExp: compile<br>
1221 Exception, line 44: TypeError - Value undefined (result of expression regularExpression.compile) is not object.<br>
1223 <a name='failure67'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/endLine.js'>js1_2/regexp/endLine.js</a> failed</b> <br>
1224 [ <a href='#failure66'>Previous Failure</a> | <a href='#failure68'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1226 Failure messages were:<br>
1227 xyz'.match(new RegExp('\d+$')) = null FAILED! expected: 890<br>
1229 <a name='failure68'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/RegExp_input.js'>js1_2/regexp/RegExp_input.js</a> failed</b> <br>
1230 [ <a href='#failure67'>Previous Failure</a> | <a href='#failure69'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1232 Failure messages were:<br>
1233 --> RegExp.input = 'abcd12357efg'; /\d+/.exec() = null FAILED! expected: 12357<br>
1234 --> RegExp.input = 'abcd12357efg'; /[h-z]+/.exec() = un FAILED! expected: null<br>
1235 --> RegExp.input = 'abcd12357efg'; /\d+/.test() = false FAILED! expected: true<br>
1236 --> RegExp.input = 'abcd12357efg'; /[h-z]+/.test() = true FAILED! expected: false<br>
1237 --> RegExp.input = 'abcd12357efg'; (new RegExp('[h-z]+')).test() = true FAILED! expected: false<br>
1239 <a name='failure69'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/RegExp_input_as_array.js'>js1_2/regexp/RegExp_input_as_array.js</a> failed</b> <br>
1240 [ <a href='#failure68'>Previous Failure</a> | <a href='#failure70'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1242 Failure messages were:<br>
1243 --> RegExp['$_'] = 'abcd12357efg'; /\d+/.exec() = null FAILED! expected: 12357<br>
1244 --> RegExp['$_'] = 'abcd12357efg'; /[h-z]+/.exec() = un FAILED! expected: null<br>
1245 --> RegExp['$_'] = 'abcd12357efg'; /\d+/.test() = false FAILED! expected: true<br>
1246 --> RegExp['$_'] = 'abcd12357efg'; /[h-z]+/.test() = true FAILED! expected: false<br>
1247 --> RegExp['$_'] = 'abcd12357efg'; (new RegExp('[h-z]+')).test() = true FAILED! expected: false<br>
1249 <a name='failure70'></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>
1250 [ <a href='#failure69'>Previous Failure</a> | <a href='#failure71'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1252 Failure messages were:<br>
1253 --> re=/x./g; re.lastIndex=4; re.exec('xyabcdxa') = xa FAILED! expected: ["xa"]<br>
1254 --> re.exec('xyabcdef') = xy FAILED! expected: ["xy"]<br>
1256 <a name='failure71'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/RegExp_lastMatch.js'>js1_2/regexp/RegExp_lastMatch.js</a> failed</b> <br>
1257 [ <a href='#failure70'>Previous Failure</a> | <a href='#failure72'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1259 Failure messages were:<br>
1260 --> 'foo'.match(/foo/); RegExp.lastMatch = undefined FAILED! expected: foo<br>
1261 --> 'foo'.match(new RegExp('foo')); RegExp.lastMatch = undefined FAILED! expected: foo<br>
1262 --> 'xxx'.match(/bar/); RegExp.lastMatch = undefined FAILED! expected: foo<br>
1263 --> 'xxx'.match(/$/); RegExp.lastMatch = undefined FAILED! expected: <br>
1264 --> 'abcdefg'.match(/^..(cd)[a-z]+/); RegExp.lastMatch = undefined FAILED! expected: abcdefg<br>
1265 --> 'abcdefgabcdefg'.match(/(a(b(c(d)e)f)g)\1/); RegExp.lastMatch = undefined FAILED! expected: abcdefgabcdefg<br>
1267 <a name='failure72'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/RegExp_lastMatch_as_array.js'>js1_2/regexp/RegExp_lastMatch_as_array.js</a> failed</b> <br>
1268 [ <a href='#failure71'>Previous Failure</a> | <a href='#failure73'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1270 Failure messages were:<br>
1271 --> 'foo'.match(/foo/); RegExp['$&'] = undefined FAILED! expected: foo<br>
1272 --> 'foo'.match(new RegExp('foo')); RegExp['$&'] = undefined FAILED! expected: foo<br>
1273 --> 'xxx'.match(/bar/); RegExp['$&'] = undefined FAILED! expected: foo<br>
1274 --> 'xxx'.match(/$/); RegExp['$&'] = undefined FAILED! expected: <br>
1275 --> 'abcdefg'.match(/^..(cd)[a-z]+/); RegExp['$&'] = undefined FAILED! expected: abcdefg<br>
1276 --> 'abcdefgabcdefg'.match(/(a(b(c(d)e)f)g)\1/); RegExp['$&'] = undefined FAILED! expected: abcdefgabcdefg<br>
1278 <a name='failure73'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/RegExp_lastParen.js'>js1_2/regexp/RegExp_lastParen.js</a> failed</b> <br>
1279 [ <a href='#failure72'>Previous Failure</a> | <a href='#failure74'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1281 Failure messages were:<br>
1282 --> 'abcd'.match(/(abc)d/); RegExp.lastParen = undefined FAILED! expected: abc<br>
1283 --> 'abcd'.match(new RegExp('(abc)d')); RegExp.lastParen = undefined FAILED! expected: abc<br>
1284 --> 'abcd'.match(/(bcd)e/); RegExp.lastParen = undefined FAILED! expected: abc<br>
1285 --> 'abcdefg'.match(/(a(b(c(d)e)f)g)/); RegExp.lastParen = undefined FAILED! expected: d<br>
1286 --> 'abcdefg'.match(/(a(b)c)(d(e)f)/); RegExp.lastParen = undefined FAILED! expected: e<br>
1287 --> 'abcdefg'.match(/(^)abc/); RegExp.lastParen = undefined FAILED! expected: <br>
1288 --> 'abcdefg'.match(/(^a)bc/); RegExp.lastParen = undefined FAILED! expected: a<br>
1289 --> 'abcdefg'.match(new RegExp('(^a)bc')); RegExp.lastParen = undefined FAILED! expected: a<br>
1290 --> 'abcdefg'.match(/bc/); RegExp.lastParen = undefined FAILED! expected: <br>
1292 <a name='failure74'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/RegExp_lastParen_as_array.js'>js1_2/regexp/RegExp_lastParen_as_array.js</a> failed</b> <br>
1293 [ <a href='#failure73'>Previous Failure</a> | <a href='#failure75'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1295 Failure messages were:<br>
1296 --> 'abcd'.match(/(abc)d/); RegExp['$+'] = undefined FAILED! expected: abc<br>
1297 --> 'abcd'.match(/(bcd)e/); RegExp['$+'] = undefined FAILED! expected: abc<br>
1298 --> 'abcdefg'.match(/(a(b(c(d)e)f)g)/); RegExp['$+'] = undefined FAILED! expected: d<br>
1299 --> 'abcdefg'.match(new RegExp('(a(b(c(d)e)f)g)')); RegExp['$+'] = undefined FAILED! expected: d<br>
1300 --> 'abcdefg'.match(/(a(b)c)(d(e)f)/); RegExp['$+'] = undefined FAILED! expected: e<br>
1301 --> 'abcdefg'.match(/(^)abc/); RegExp['$+'] = undefined FAILED! expected: <br>
1302 --> 'abcdefg'.match(/(^a)bc/); RegExp['$+'] = undefined FAILED! expected: a<br>
1303 --> 'abcdefg'.match(new RegExp('(^a)bc')); RegExp['$+'] = undefined FAILED! expected: a<br>
1304 --> 'abcdefg'.match(/bc/); RegExp['$+'] = undefined FAILED! expected: <br>
1306 <a name='failure75'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/RegExp_leftContext.js'>js1_2/regexp/RegExp_leftContext.js</a> failed</b> <br>
1307 [ <a href='#failure74'>Previous Failure</a> | <a href='#failure76'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1309 Failure messages were:<br>
1310 --> 'abc123xyz'.match(/123/); RegExp.leftContext = undefined FAILED! expected: abc<br>
1311 --> 'abc123xyz'.match(/456/); RegExp.leftContext = undefined FAILED! expected: abc<br>
1312 --> 'abc123xyz'.match(/abc123xyz/); RegExp.leftContext = undefined FAILED! expected: <br>
1313 --> 'xxxx'.match(/$/); RegExp.leftContext = undefined FAILED! expected: xxxx<br>
1314 --> 'test'.match(/^/); RegExp.leftContext = undefined FAILED! expected: <br>
1315 --> 'xxxx'.match(new RegExp('$')); RegExp.leftContext = undefined FAILED! expected: xxxx<br>
1316 --> 'test'.match(new RegExp('^')); RegExp.leftContext = undefined FAILED! expected: <br>
1318 <a name='failure76'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/RegExp_leftContext_as_array.js'>js1_2/regexp/RegExp_leftContext_as_array.js</a> failed</b> <br>
1319 [ <a href='#failure75'>Previous Failure</a> | <a href='#failure77'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1321 Failure messages were:<br>
1322 --> 'abc123xyz'.match(/123/); RegExp['$`'] = undefined FAILED! expected: abc<br>
1323 --> 'abc123xyz'.match(/456/); RegExp['$`'] = undefined FAILED! expected: abc<br>
1324 --> 'abc123xyz'.match(/abc123xyz/); RegExp['$`'] = undefined FAILED! expected: <br>
1325 --> 'xxxx'.match(/$/); RegExp['$`'] = undefined FAILED! expected: xxxx<br>
1326 --> 'test'.match(/^/); RegExp['$`'] = undefined FAILED! expected: <br>
1327 --> 'xxxx'.match(new RegExp('$')); RegExp['$`'] = undefined FAILED! expected: xxxx<br>
1328 --> 'test'.match(new RegExp('^')); RegExp['$`'] = undefined FAILED! expected: <br>
1330 <a name='failure77'></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>
1331 [ <a href='#failure76'>Previous Failure</a> | <a href='#failure78'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1333 Failure messages were:<br>
1334 --> RegExp.multiline = undefined FAILED! expected: false<br>
1335 --> (multiline == true) '123\n456'.match(/^4../) = null FAILED! expected: 456<br>
1336 --> (multiline == true) 'a11\na22\na23\na24'.match(/^a../g) = a11 FAILED! expected: a11,a22,a23,a24<br>
1337 --> (multiline == true) '123\n456'.match(/.3$/) = null FAILED! expected: 23<br>
1338 --> (multiline == true) 'a11\na22\na23\na24'.match(/a..$/g) = a24 FAILED! expected: a11,a22,a23,a24<br>
1339 --> (multiline == true) 'a11\na22\na23\na24'.match(new RegExp('a..$','g')) = a24 FAILED! expected: a11,a22,a23,a24<br>
1341 <a name='failure78'></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>
1342 [ <a href='#failure77'>Previous Failure</a> | <a href='#failure79'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1344 Failure messages were:<br>
1345 --> RegExp['$*'] = undefined FAILED! expected: false<br>
1346 --> (['$*'] == true) '123\n456'.match(/^4../) = null FAILED! expected: 456<br>
1347 --> (['$*'] == true) 'a11\na22\na23\na24'.match(/^a../g) = a11 FAILED! expected: a11,a22,a23,a24<br>
1348 --> (['$*'] == true) '123\n456'.match(/.3$/) = null FAILED! expected: 23<br>
1349 --> (['$*'] == true) 'a11\na22\na23\na24'.match(/a..$/g) = a24 FAILED! expected: a11,a22,a23,a24<br>
1350 --> (['$*'] == true) 'a11\na22\na23\na24'.match(new RegExp('a..$','g')) = a24 FAILED! expected: a11,a22,a23,a24<br>
1352 <a name='failure79'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/RegExp_rightContext.js'>js1_2/regexp/RegExp_rightContext.js</a> failed</b> <br>
1353 [ <a href='#failure78'>Previous Failure</a> | <a href='#failure80'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1355 Failure messages were:<br>
1356 --> 'abc123xyz'.match(/123/); RegExp.rightContext = undefined FAILED! expected: xyz<br>
1357 --> 'abc123xyz'.match(/456/); RegExp.rightContext = undefined FAILED! expected: xyz<br>
1358 --> 'abc123xyz'.match(/abc123xyz/); RegExp.rightContext = undefined FAILED! expected: <br>
1359 --> 'xxxx'.match(/$/); RegExp.rightContext = undefined FAILED! expected: <br>
1360 --> 'test'.match(/^/); RegExp.rightContext = undefined FAILED! expected: test<br>
1361 --> 'xxxx'.match(new RegExp('$')); RegExp.rightContext = undefined FAILED! expected: <br>
1362 --> 'test'.match(new RegExp('^')); RegExp.rightContext = undefined FAILED! expected: test<br>
1364 <a name='failure80'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/RegExp_rightContext_as_array.js'>js1_2/regexp/RegExp_rightContext_as_array.js</a> failed</b> <br>
1365 [ <a href='#failure79'>Previous Failure</a> | <a href='#failure81'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1367 Failure messages were:<br>
1368 --> 'abc123xyz'.match(/123/); RegExp['$''] = undefined FAILED! expected: xyz<br>
1369 --> 'abc123xyz'.match(/456/); RegExp['$''] = undefined FAILED! expected: xyz<br>
1370 --> 'abc123xyz'.match(/abc123xyz/); RegExp['$''] = undefined FAILED! expected: <br>
1371 --> 'xxxx'.match(/$/); RegExp['$''] = undefined FAILED! expected: <br>
1372 --> 'test'.match(/^/); RegExp['$''] = undefined FAILED! expected: test<br>
1373 --> 'xxxx'.match(new RegExp('$')); RegExp['$''] = undefined FAILED! expected: <br>
1374 --> 'test'.match(new RegExp('^')); RegExp['$''] = undefined FAILED! expected: test<br>
1376 <a name='failure81'></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>
1377 [ <a href='#failure80'>Previous Failure</a> | <a href='#failure82'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1378 <tt>Expected exit code 0, got 3<br>
1379 Testcase terminated with signal 0<br>
1380 Complete testcase output was:<br>
1381 --> BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=6359<br>
1382 Exception, line 57: TypeError - Object /(a*)b\1+/ (result of expression (a*)b\1+) does not allow calls.<br>
1384 <a name='failure82'></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>
1385 [ <a href='#failure81'>Previous Failure</a> | <a href='#failure83'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1386 <tt>Expected exit code 0, got 3<br>
1387 Testcase terminated with signal 0<br>
1388 Complete testcase output was:<br>
1389 --> BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=9141<br>
1390 Exception, line 74: TypeError - Object /(?:xx|x)*/ (result of expression (?:xx|x)*) does not allow calls.<br>
1392 <a name='failure83'></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>
1393 [ <a href='#failure82'>Previous Failure</a> | <a href='#failure84'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1394 <tt>Expected exit code 0, got 3<br>
1395 Testcase terminated with signal 0<br>
1396 Complete testcase output was:<br>
1397 --> Executing script: simple_form.js<br>
1398 --> As described in Netscape doc "Whats new in JavaScript 1.2" RegExp: simple form<br>
1399 Exception, line 44: TypeError - Object /[0-9]{3}/ (result of expression [0-9]{3}) does not allow calls.<br>
1401 <a name='failure84'></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>
1402 [ <a href='#failure83'>Previous Failure</a> | <a href='#failure85'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1404 Failure messages were:<br>
1405 --> 'a
\v\vb a b'.match(/a
\v{2}/) = null FAILED! expected: a
\v\v<br>
1407 <a name='failure85'></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>
1408 [ <a href='#failure84'>Previous Failure</a> | <a href='#failure86'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1410 Failure messages were:<br>
1411 --> 'abc'.split(/[a-z]/) = ,,, FAILED! expected: ,,<br>
1412 --> 'abc'.split(/[a-z]/) = ,,, FAILED! expected: ,,<br>
1413 --> 'abc'.split(new RegExp('[a-z]')) = ,,, FAILED! expected: ,,<br>
1414 --> 'abc'.split(new RegExp('[a-z]')) = ,,, FAILED! expected: ,,<br>
1416 <a name='failure86'></a><dd><b>Testcase <a target='other_window' href='./js1_2/String/concat.js'>js1_2/String/concat.js</a> failed</b> <br>
1417 [ <a href='#failure85'>Previous Failure</a> | <a href='#failure87'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1419 Failure messages were:<br>
1420 --> aString.concat([]) = test string FAILED! expected: test string[]<br>
1421 --> aString.concat([1,2,3]) = test string1,2,3 FAILED! expected: test string[1, 2, 3]<br>
1422 --> 'abcde'.concat([]) = abcde FAILED! expected: abcde[]<br>
1423 --> 'abcde'.concat([1,2,3]) = abcde1,2,3 FAILED! expected: abcde[1, 2, 3]<br>
1425 <a name='failure87'></a><dd><b>Testcase <a target='other_window' href='./js1_2/String/slice.js'>js1_2/String/slice.js</a> failed</b> <br>
1426 [ <a href='#failure86'>Previous Failure</a> | <a href='#failure88'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1428 Failure messages were:<br>
1429 --> exhaustive String.slice test 1 = false FAILED! expected: true<br>
1430 --> exhaustive String.slice test 2 = false FAILED! expected: true<br>
1432 <a name='failure88'></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>
1433 [ <a href='#failure87'>Previous Failure</a> | <a href='#failure89'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1435 Failure messages were:<br>
1436 --> new Boolean(false) = true FAILED! expected: false<br>
1438 <a name='failure89'></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>
1439 [ <a href='#failure88'>Previous Failure</a> | <a href='#failure90'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1440 <tt>--> STATUS: Regression test for Bugzilla bug 99663<br>
1441 Failure messages were:<br>
1442 --> Section 1 of test - got Error: Can't find variable: it FAILED! expected: a "read-only" error<br>
1443 --> Section 2 of test - got Error: Can't find variable: it FAILED! expected: a "read-only" error<br>
1444 --> Section 3 of test - got Error: Can't find variable: it FAILED! expected: a "read-only" error<br>
1446 <a name='failure90'></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>
1447 [ <a href='#failure89'>Previous Failure</a> | <a href='#failure91'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1448 <tt>Expected exit code 3, got 0<br>
1449 Testcase terminated with signal 0<br>
1450 Complete testcase output was:<br>
1451 --> BUGNUMBER: 10278<br>
1452 --> function-001.js functions not separated by semicolons are errors in version 120 and higher<br>
1453 --> eval("function f(){}function g(){}") = undefined FAILED! expected: error<br>
1456 <a name='failure91'></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>
1457 [ <a href='#failure90'>Previous Failure</a> | <a href='#failure92'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1458 <tt>Expected exit code 3, got 0<br>
1459 Testcase terminated with signal 0<br>
1460 Complete testcase output was:<br>
1461 --> BUGNUMBER: 10278<br>
1462 --> function-001.js functions not separated by semicolons are errors in version 120 and higher<br>
1463 --> eval("function f(){}function g(){}") = undefined FAILED! expected: error<br>
1466 <a name='failure92'></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>
1467 [ <a href='#failure91'>Previous Failure</a> | <a href='#failure93'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1468 <tt>Expected exit code 0, got 3<br>
1469 Testcase terminated with signal 0<br>
1470 Complete testcase output was:<br>
1471 --> script-001 NativeScript<br>
1472 Exception, line 134: ReferenceError - Can't find variable: Script<br>
1474 <a name='failure93'></a><dd><b>Testcase <a target='other_window' href='./js1_4/Regress/function-002.js'>js1_4/Regress/function-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=330462' target='other_window'>Bug Number 330462</a><br>
1475 [ <a href='#failure92'>Previous Failure</a> | <a href='#failure94'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1477 Failure messages were:<br>
1478 --> f1.toString() == dec1 = false FAILED! expected: true<br>
1480 <a name='failure94'></a><dd><b>Testcase <a target='other_window' href='./js1_4/Regress/function-003.js'>js1_4/Regress/function-003.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=310514' target='other_window'>Bug Number 310514</a><br>
1481 [ <a href='#failure93'>Previous Failure</a> | <a href='#failure95'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1483 Failure messages were:<br>
1484 --> StripSpaces(Array.prototype.concat.toString()).substring(0,17) = (InternalFunction FAILED! expected: functionconcat(){<br>
1486 <a name='failure95'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Array/regress-157652.js'>js1_5/Array/regress-157652.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=157652' target='other_window'>Bug Number 157652</a><br>
1487 [ <a href='#failure94'>Previous Failure</a> | <a href='#failure96'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1488 <tt>Expected exit code 3, got 0<br>
1489 Testcase terminated with signal 0<br>
1490 Complete testcase output was:<br>
1491 --> BUGNUMBER: 157652<br>
1492 --> STATUS: Testing that Array.sort() doesn't crash on very large arrays<br>
1493 --> --- NOTE: IN THIS TESTCASE, WE EXPECT EXIT CODE 3 ---<br>
1496 <a name='failure96'></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>
1497 [ <a href='#failure95'>Previous Failure</a> | <a href='#failure97'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1498 <tt>Expected exit code 0, got 3<br>
1499 Testcase terminated with signal 0<br>
1500 Complete testcase output was:<br>
1501 Exception, line 42: SyntaxError - Parse error<br>
1503 <a name='failure97'></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>
1504 [ <a href='#failure96'>Previous Failure</a> | <a href='#failure98'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1505 <tt>Expected exit code 0, got 3<br>
1506 Testcase terminated with signal 0<br>
1507 Complete testcase output was:<br>
1508 Exception, line 42: SyntaxError - Parse error<br>
1510 <a name='failure98'></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>
1511 [ <a href='#failure97'>Previous Failure</a> | <a href='#failure99'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1512 <tt>Expected exit code 0, got 3<br>
1513 Testcase terminated with signal 0<br>
1514 Complete testcase output was:<br>
1515 Exception, line 42: SyntaxError - Parse error<br>
1517 <a name='failure99'></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>
1518 [ <a href='#failure98'>Previous Failure</a> | <a href='#failure100'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1519 <tt>Expected exit code 0, got 3<br>
1520 Testcase terminated with signal 0<br>
1521 Complete testcase output was:<br>
1522 Exception, line 248: TypeError - Undefined value<br>
1524 <a name='failure100'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Exceptions/regress-123002.js'>js1_5/Exceptions/regress-123002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=123002' target='other_window'>Bug Number 123002</a><br>
1525 [ <a href='#failure99'>Previous Failure</a> | <a href='#failure101'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1526 <tt>--> STATUS: Testing Error.length<br>
1527 Failure messages were:<br>
1528 --> FAILED!: [reported from test()] Section "Error" of test -<br>
1529 --> FAILED!: [reported from test()] Expected value '3', Actual value '0'<br>
1530 --> FAILED!: [reported from test()] <br>
1531 --> FAILED!: [reported from test()] Section "EvalError" of test -<br>
1532 --> FAILED!: [reported from test()] Expected value '3', Actual value '0'<br>
1533 --> FAILED!: [reported from test()] <br>
1534 --> FAILED!: [reported from test()] Section "RangeError" of test -<br>
1535 --> FAILED!: [reported from test()] Expected value '3', Actual value '0'<br>
1536 --> FAILED!: [reported from test()] <br>
1537 --> FAILED!: [reported from test()] Section "ReferenceError" of test -<br>
1538 --> FAILED!: [reported from test()] Expected value '3', Actual value '0'<br>
1539 --> FAILED!: [reported from test()] <br>
1540 --> FAILED!: [reported from test()] Section "SyntaxError" of test -<br>
1541 --> FAILED!: [reported from test()] Expected value '3', Actual value '0'<br>
1542 --> FAILED!: [reported from test()] <br>
1543 --> FAILED!: [reported from test()] Section "TypeError" of test -<br>
1544 --> FAILED!: [reported from test()] Expected value '3', Actual value '0'<br>
1545 --> FAILED!: [reported from test()] <br>
1546 --> FAILED!: [reported from test()] Section "URIError" of test -<br>
1547 --> FAILED!: [reported from test()] Expected value '3', Actual value '0'<br>
1548 --> FAILED!: [reported from test()] <br>
1550 <a name='failure101'></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>
1551 [ <a href='#failure100'>Previous Failure</a> | <a href='#failure102'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1552 <tt>Expected exit code 0, got 3<br>
1553 Testcase terminated with signal 0<br>
1554 Complete testcase output was:<br>
1555 --> BUGNUMBER: 50447<br>
1556 --> STATUS: Test (non-ECMA) Error object properties fileName, lineNumber<br>
1557 Exception, line 66: TypeError - Undefined value<br>
1559 <a name='failure102'></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>
1560 [ <a href='#failure101'>Previous Failure</a> | <a href='#failure103'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1561 <tt>Expected exit code 0, got 3<br>
1562 Testcase terminated with signal 0<br>
1563 Complete testcase output was:<br>
1564 Exception, line 33: SyntaxError - Parse error<br>
1566 <a name='failure103'></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>
1567 [ <a href='#failure102'>Previous Failure</a> | <a href='#failure104'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1568 <tt>Expected exit code 0, got 3<br>
1569 Testcase terminated with signal 0<br>
1570 Complete testcase output was:<br>
1571 Exception, line 29: SyntaxError - Parse error<br>
1573 <a name='failure104'></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>
1574 [ <a href='#failure103'>Previous Failure</a> | <a href='#failure105'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1575 <tt>Expected exit code 0, got 3<br>
1576 Testcase terminated with signal 0<br>
1577 Complete testcase output was:<br>
1578 Exception, line 48: SyntaxError - Parse error<br>
1580 <a name='failure105'></a><dd><b>Testcase <a target='other_window' href='./js1_5/GetSet/getset-004.js'>js1_5/GetSet/getset-004.js</a> failed</b> <br>
1581 [ <a href='#failure104'>Previous Failure</a> | <a href='#failure106'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1582 <tt>Expected exit code 0, got 3<br>
1583 Testcase terminated with signal 0<br>
1584 Complete testcase output was:<br>
1585 Exception, line 48: TypeError - Value undefined (result of expression obj.__defineSetter__) is not object.<br>
1587 <a name='failure106'></a><dd><b>Testcase <a target='other_window' href='./js1_5/GetSet/getset-005.js'>js1_5/GetSet/getset-005.js</a> failed</b> <br>
1588 [ <a href='#failure105'>Previous Failure</a> | <a href='#failure107'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1589 <tt>Expected exit code 0, got 3<br>
1590 Testcase terminated with signal 0<br>
1591 Complete testcase output was:<br>
1592 Exception, line 57: TypeError - Value undefined (result of expression obj.__defineSetter__) is not object.<br>
1594 <a name='failure107'></a><dd><b>Testcase <a target='other_window' href='./js1_5/GetSet/getset-006.js'>js1_5/GetSet/getset-006.js</a> failed</b> <br>
1595 [ <a href='#failure106'>Previous Failure</a> | <a href='#failure108'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1596 <tt>Expected exit code 0, got 3<br>
1597 Testcase terminated with signal 0<br>
1598 Complete testcase output was:<br>
1599 Exception, line 62: TypeError - Value undefined (result of expression obj.__defineSetter__) is not object.<br>
1601 <a name='failure108'></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>
1602 [ <a href='#failure107'>Previous Failure</a> | <a href='#failure109'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1603 <tt>Expected exit code 0, got 3<br>
1604 Testcase terminated with signal 0<br>
1605 Complete testcase output was:<br>
1606 Exception, line 49: TypeError - Value undefined (result of expression obj.toSource) is not object.<br>
1608 <a name='failure109'></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>
1609 [ <a href='#failure108'>Previous Failure</a> | <a href='#failure110'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1610 <tt>Expected exit code 0, got 3<br>
1611 Testcase terminated with signal 0<br>
1612 Complete testcase output was:<br>
1613 Exception, line 49: TypeError - Object (result of expression uneval) does not allow calls.<br>
1615 <a name='failure110'></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>
1616 [ <a href='#failure109'>Previous Failure</a> | <a href='#failure111'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1617 <tt>Expected exit code 0, got 3<br>
1618 Testcase terminated with signal 0<br>
1619 Complete testcase output was:<br>
1620 Exception, line 50: TypeError - Value undefined (result of expression obj1.toSource) is not object.<br>
1622 <a name='failure111'></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>
1623 [ <a href='#failure110'>Previous Failure</a> | <a href='#failure112'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1624 <tt>Expected exit code 0, got 3<br>
1625 Testcase terminated with signal 0<br>
1626 Complete testcase output was:<br>
1627 Exception, line 50: TypeError - Object (result of expression uneval) does not allow calls.<br>
1629 <a name='failure112'></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>
1630 [ <a href='#failure111'>Previous Failure</a> | <a href='#failure113'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1631 <tt>--> STATUS: Reassignment to a const is NOT an error per ECMA<br>
1632 Failure messages were:<br>
1633 --> FAILED!: [reported from test()] Section 1 of test -<br>
1634 --> FAILED!: [reported from test()] Expected value '', Actual value 'Redeclaration of a const FAILED to cause an error'<br>
1635 --> FAILED!: [reported from test()] <br>
1636 --> FAILED!: [reported from test()] Section 3 of test -<br>
1637 --> FAILED!: [reported from test()] Expected value '1', Actual value '2'<br>
1638 --> FAILED!: [reported from test()] <br>
1640 <a name='failure113'></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>
1641 [ <a href='#failure112'>Previous Failure</a> | <a href='#failure114'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1642 <tt>Expected exit code 0, got 3<br>
1643 Testcase terminated with signal 0<br>
1644 Complete testcase output was:<br>
1645 Exception, line 351: SyntaxError - Parse error<br>
1647 <a name='failure114'></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>
1648 [ <a href='#failure113'>Previous Failure</a> | <a href='#failure115'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1649 <tt>Expected exit code 0, got 3<br>
1650 Testcase terminated with signal 0<br>
1651 Complete testcase output was:<br>
1652 Exception, line 76: TypeError - Object (result of expression clone) does not allow calls.<br>
1654 <a name='failure115'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-156354.js'>js1_5/Regress/regress-156354.js</a> failed</b> <br>
1655 [ <a href='#failure114'>Previous Failure</a> | <a href='#failure116'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1656 <tt>Expected exit code 0, got 3<br>
1657 Testcase terminated with signal 0<br>
1658 Complete testcase output was:<br>
1659 Exception, line 56: TypeError - Value undefined (result of expression this.propertyIsEnumerable) is not object.<br>
1661 <a name='failure116'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-168347.js'>js1_5/Regress/regress-168347.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=168347' target='other_window'>Bug Number 168347</a><br>
1662 [ <a href='#failure115'>Previous Failure</a> | <a href='#failure117'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1663 <tt>--> STATUS: Testing F.toString()<br>
1664 Failure messages were:<br>
1665 --> FAILED!: [reported from test()] Section 2 of test -<br>
1666 --> FAILED!: [reported from test()] Expected value '"i=i+1failedwith"+e+"i="+f.i);}try{++f.i;print("++isucceededi="+f.i);}catch(e){print("++ifailedwith"', Actual value '"i=i+1failedwith"+e+"i="+f.i);}try{f.i++;print("++isucceededi="+f.i);}catch(e){print("++ifailedwith"'<br>
1667 --> FAILED!: [reported from test()] <br>
1668 --> FAILED!: [reported from test()] Section 4 of test -<br>
1669 --> FAILED!: [reported from test()] Expected value '{--f.i;print("--isucceededi="+f.i);}catch(e){print("--ifailedwith"+e+"i="+f.i);}try{f.i--;print("i--', Actual value '{f.i--;print("--isucceededi="+f.i);}catch(e){print("--ifailedwith"+e+"i="+f.i);}try{f.i--;print("i--'<br>
1670 --> FAILED!: [reported from test()] <br>
1672 <a name='failure117'></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>
1673 [ <a href='#failure116'>Previous Failure</a> | <a href='#failure118'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1674 <tt>Expected exit code 0, got 3<br>
1675 Testcase terminated with signal 0<br>
1676 Complete testcase output was:<br>
1677 Exception, line 62: URIError - URI error<br>
1679 <a name='failure118'></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>
1680 [ <a href='#failure117'>Previous Failure</a> | <a href='#failure119'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1681 <tt>--> STATUS: Don't crash on extraneous arguments to str.match(), etc.<br>
1682 Failure messages were:<br>
1683 --> FAILED!: [reported from test()] Section 14 of test -<br>
1684 --> FAILED!: [reported from test()] Expected value 'A', Actual value 'a'<br>
1685 --> FAILED!: [reported from test()] <br>
1686 --> FAILED!: [reported from test()] Section 15 of test -<br>
1687 --> FAILED!: [reported from test()] Expected value 'A,a', Actual value 'a'<br>
1688 --> FAILED!: [reported from test()] <br>
1689 --> FAILED!: [reported from test()] Section 17 of test -<br>
1690 --> FAILED!: [reported from test()] Expected value 'A', Actual value 'a'<br>
1691 --> FAILED!: [reported from test()] <br>
1692 --> FAILED!: [reported from test()] Section 18 of test -<br>
1693 --> FAILED!: [reported from test()] Expected value 'A,a', Actual value 'a'<br>
1694 --> FAILED!: [reported from test()] <br>
1695 --> FAILED!: [reported from test()] Section 20 of test -<br>
1696 --> FAILED!: [reported from test()] Expected value 'SHOULD HAVE FALLEN INTO CATCH-BLOCK!', Actual value 'a'<br>
1697 --> FAILED!: [reported from test()] <br>
1698 --> FAILED!: [reported from test()] Section 22 of test -<br>
1699 --> FAILED!: [reported from test()] Expected value '0', Actual value '4'<br>
1700 --> FAILED!: [reported from test()] <br>
1701 --> FAILED!: [reported from test()] Section 23 of test -<br>
1702 --> FAILED!: [reported from test()] Expected value '0', Actual value '4'<br>
1703 --> FAILED!: [reported from test()] <br>
1704 --> FAILED!: [reported from test()] Section 25 of test -<br>
1705 --> FAILED!: [reported from test()] Expected value '0', Actual value '4'<br>
1706 --> FAILED!: [reported from test()] <br>
1707 --> FAILED!: [reported from test()] Section 26 of test -<br>
1708 --> FAILED!: [reported from test()] Expected value '0', Actual value '4'<br>
1709 --> FAILED!: [reported from test()] <br>
1710 --> FAILED!: [reported from test()] Section 28 of test -<br>
1711 --> FAILED!: [reported from test()] Type mismatch, expected type string, actual type number<br>
1712 --> FAILED!: [reported from test()] Expected value 'SHOULD HAVE FALLEN INTO CATCH-BLOCK!', Actual value '4'<br>
1713 --> FAILED!: [reported from test()] <br>
1714 --> FAILED!: [reported from test()] Section 30 of test -<br>
1715 --> FAILED!: [reported from test()] Expected value 'ZBC abc', Actual value 'ABC Zbc'<br>
1716 --> FAILED!: [reported from test()] <br>
1717 --> FAILED!: [reported from test()] Section 31 of test -<br>
1718 --> FAILED!: [reported from test()] Expected value 'ZBC Zbc', Actual value 'ABC Zbc'<br>
1719 --> FAILED!: [reported from test()] <br>
1720 --> FAILED!: [reported from test()] Section 33 of test -<br>
1721 --> FAILED!: [reported from test()] Expected value 'ZBC abc', Actual value 'ABC Zbc'<br>
1722 --> FAILED!: [reported from test()] <br>
1723 --> FAILED!: [reported from test()] Section 34 of test -<br>
1724 --> FAILED!: [reported from test()] Expected value 'ZBC Zbc', Actual value 'ABC Zbc'<br>
1725 --> FAILED!: [reported from test()] <br>
1726 --> FAILED!: [reported from test()] Section 36 of test -<br>
1727 --> FAILED!: [reported from test()] Expected value 'SHOULD HAVE FALLEN INTO CATCH-BLOCK!', Actual value 'ABC Zbc'<br>
1728 --> FAILED!: [reported from test()] <br>
1730 <a name='failure119'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-185165.js'>js1_5/Regress/regress-185165.js</a> failed</b> <br>
1731 [ <a href='#failure118'>Previous Failure</a> | <a href='#failure120'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1732 <tt>Expected exit code 0, got 3<br>
1733 Testcase terminated with signal 0<br>
1734 Complete testcase output was:<br>
1736 Exception, line 3: SyntaxError - Parse error<br>
1738 <a name='failure120'></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>
1739 [ <a href='#failure119'>Previous Failure</a> | <a href='#failure121'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1740 <tt>Expected exit code 0, got 3<br>
1741 Testcase terminated with signal 0<br>
1742 Complete testcase output was:<br>
1743 --> BUGNUMBER: 44009<br>
1744 --> STATUS: Testing that we don't crash on obj.toSource()<br>
1745 Exception, line 61: TypeError - Value undefined (result of expression obj.toSource) is not object.<br>
1747 <a name='failure121'></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>
1748 [ <a href='#failure120'>Previous Failure</a> | <a href='#failure122'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1749 <tt>--> STATUS: Testing calling obj.eval(str)<br>
1750 Failure messages were:<br>
1751 --> FAILED!: [reported from test()] Testing calling obj.eval(str); currently at expect[1] within test -<br>
1752 --> FAILED!: [reported from test()] Type mismatch, expected type number, actual type boolean<br>
1753 --> FAILED!: [reported from test()] Expected value '43', Actual value 'false'<br>
1754 --> FAILED!: [reported from test()] <br>
1756 <a name='failure122'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-96128-n.js'>js1_5/Regress/regress-96128-n.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=96128' target='other_window'>Bug Number 96128</a><br>
1757 [ <a href='#failure121'>Previous Failure</a> | <a href='#failure123'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1758 <tt>Expected exit code 3, got 0<br>
1759 Testcase terminated with signal 11<br>
1760 Complete testcase output was:<br>
1761 --> BUGNUMBER: 96128<br>
1762 --> STATUS: Testing that JS infinite recursion protection works<br>
1764 <a name='failure123'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Scope/regress-185485.js'>js1_5/Scope/regress-185485.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=185485' target='other_window'>Bug Number 185485</a><br>
1765 [ <a href='#failure122'>Previous Failure</a> | <a href='#failure124'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1766 <tt>--> STATUS: Testing |with (x) {function f() {}}| when |x.f| already exists<br>
1767 Failure messages were:<br>
1768 --> FAILED!: [reported from test()] Section 2 of test -<br>
1769 --> FAILED!: [reported from test()] Expected value '2', Actual value '1'<br>
1770 --> FAILED!: [reported from test()] <br>
1771 --> FAILED!: [reported from test()] Section 3 of test -<br>
1772 --> FAILED!: [reported from test()] Expected value '2', Actual value '1'<br>
1773 --> FAILED!: [reported from test()] <br>
1774 --> FAILED!: [reported from test()] Section 5 of test -<br>
1775 --> FAILED!: [reported from test()] Expected value 'function () <br>
1776 --> FAILED!: [reported from test()] {<br>
1777 --> FAILED!: [reported from test()] }', Actual value '0'<br>
1778 --> FAILED!: [reported from test()] <br>
1780 <a name='failure124'></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>
1781 [ <a href='#failure123'>Previous Failure</a> | <a href='#failure125'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1782 <tt>Expected exit code 0, got 3<br>
1783 Testcase terminated with signal 0<br>
1784 Complete testcase output was:<br>
1785 Exception, line 57: TypeError - Object (result of expression Script) does not allow calls.<br>
1787 <a name='failure125'></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>
1788 [ <a href='#failure124'>Previous Failure</a> | <a href='#failure126'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
1789 <tt>--> STATUS: Testing scope after changing obj.__proto__<br>
1790 Failure messages were:<br>
1791 --> FAILED!: [reported from test()] Step 1: setting obj.__proto__ = global object<br>
1792 --> FAILED!: [reported from test()] Expected value '5', Actual value '1'<br>
1793 --> FAILED!: [reported from test()] <br>
1794 --> FAILED!: [reported from test()] Step 2: setting obj.__proto__ = null<br>
1795 --> FAILED!: [reported from test()] Type mismatch, expected type undefined, actual type number<br>
1796 --> FAILED!: [reported from test()] Expected value 'undefined', Actual value '1'<br>
1797 --> FAILED!: [reported from test()] <br>
1800 [ <a href='#tippy_top'>Top of Page</a> | <a href='#fail_detail'>Top of Failures</a> ]<br>
1803 <a name='retest_list'></a>
1804 <h2>Retest List</h2><br>
1805 # Retest List, kjs, generated Tue Jun 28 15:33:19 2005.
1806 # Original test base was: All tests.
1807 # 962 of 967 test(s) were completed, 125 failures reported.
1808 ecma/GlobalObject/15.1.2.2-2.js
1809 ecma/LexicalConventions/7.7.3-1.js
1810 ecma/Statements/12.7-1-n.js
1811 ecma/Statements/12.8-1-n.js
1812 ecma/Statements/12.9-1-n.js
1813 ecma/TypeConversion/9.3.1-3.js
1814 ecma/TypeConversion/9.4-1.js
1815 ecma/TypeConversion/9.4-2.js
1816 ecma_2/Exceptions/exception-008.js
1817 ecma_2/Exceptions/function-001.js
1818 ecma_2/Exceptions/lexical-052.js
1819 ecma_2/Exceptions/statement-007.js
1820 ecma_2/Exceptions/statement-008.js
1821 ecma_2/Exceptions/statement-009.js
1822 ecma_2/RegExp/regress-001.js
1823 ecma_2/RegExp/unicode-001.js
1824 ecma_2/Statements/try-003.js
1825 ecma_3/Array/15.4.4.3-1.js
1826 ecma_3/Date/15.9.5.7.js
1827 ecma_3/Exceptions/15.11.1.1.js
1828 ecma_3/Exceptions/15.11.4.4-1.js
1829 ecma_3/Exceptions/regress-181654.js
1830 ecma_3/Exceptions/regress-181914.js
1831 ecma_3/Exceptions/regress-95101.js
1832 ecma_3/ExecutionContexts/10.1.3-1.js
1833 ecma_3/Function/arguments-001.js
1834 ecma_3/Function/regress-104584.js
1835 ecma_3/Function/regress-193555.js
1836 ecma_3/Function/regress-58274.js
1837 ecma_3/Function/scope-001.js
1838 ecma_3/Function/scope-002.js
1839 ecma_3/FunExpr/fe-001.js
1840 ecma_3/Object/class-001.js
1841 ecma_3/Object/class-002.js
1842 ecma_3/Object/class-003.js
1843 ecma_3/Object/class-004.js
1844 ecma_3/Object/regress-72773.js
1845 ecma_3/RegExp/15.10.2-1.js
1846 ecma_3/RegExp/15.10.6.2-2.js
1847 ecma_3/RegExp/octal-002.js
1848 ecma_3/RegExp/perlstress-001.js
1849 ecma_3/RegExp/perlstress-002.js
1850 ecma_3/RegExp/regress-100199.js
1851 ecma_3/RegExp/regress-188206.js
1852 ecma_3/RegExp/regress-209919.js
1853 ecma_3/RegExp/regress-72964.js
1854 ecma_3/RegExp/regress-78156.js
1855 ecma_3/RegExp/regress-85721.js
1856 ecma_3/Statements/regress-194364.js
1857 ecma_3/Unicode/uc-001.js
1858 ecma_3/Unicode/uc-002.js
1859 ecma_3/Unicode/uc-003.js
1860 ecma_3/Unicode/uc-005.js
1861 js1_2/Array/tostring_1.js
1862 js1_2/Array/tostring_2.js
1863 js1_2/function/function-001-n.js
1864 js1_2/function/Function_object.js
1865 js1_2/function/Number.js
1866 js1_2/function/regexparg-1.js
1867 js1_2/function/String.js
1868 js1_2/function/tostring-1.js
1869 js1_2/function/tostring-2.js
1870 js1_2/Objects/toString-001.js
1871 js1_2/operator/equality.js
1872 js1_2/regexp/beginLine.js
1873 js1_2/regexp/compile.js
1874 js1_2/regexp/endLine.js
1875 js1_2/regexp/RegExp_input.js
1876 js1_2/regexp/RegExp_input_as_array.js
1877 js1_2/regexp/RegExp_lastIndex.js
1878 js1_2/regexp/RegExp_lastMatch.js
1879 js1_2/regexp/RegExp_lastMatch_as_array.js
1880 js1_2/regexp/RegExp_lastParen.js
1881 js1_2/regexp/RegExp_lastParen_as_array.js
1882 js1_2/regexp/RegExp_leftContext.js
1883 js1_2/regexp/RegExp_leftContext_as_array.js
1884 js1_2/regexp/RegExp_multiline.js
1885 js1_2/regexp/RegExp_multiline_as_array.js
1886 js1_2/regexp/RegExp_rightContext.js
1887 js1_2/regexp/RegExp_rightContext_as_array.js
1888 js1_2/regexp/regress-6359.js
1889 js1_2/regexp/regress-9141.js
1890 js1_2/regexp/simple_form.js
1891 js1_2/regexp/special_characters.js
1892 js1_2/regexp/string_split.js
1893 js1_2/String/concat.js
1894 js1_2/String/slice.js
1895 js1_2/version120/boolean-001.js
1896 js1_2/version120/regress-99663.js
1897 js1_3/regress/function-001-n.js
1898 js1_3/Script/function-001-n.js
1899 js1_3/Script/script-001.js
1900 js1_4/Regress/function-002.js
1901 js1_4/Regress/function-003.js
1902 js1_5/Array/regress-157652.js
1903 js1_5/Exceptions/catchguard-001.js
1904 js1_5/Exceptions/catchguard-002.js
1905 js1_5/Exceptions/catchguard-003.js
1906 js1_5/Exceptions/errstack-001.js
1907 js1_5/Exceptions/regress-123002.js
1908 js1_5/Exceptions/regress-50447.js
1909 js1_5/GetSet/getset-001.js
1910 js1_5/GetSet/getset-002.js
1911 js1_5/GetSet/getset-003.js
1912 js1_5/GetSet/getset-004.js
1913 js1_5/GetSet/getset-005.js
1914 js1_5/GetSet/getset-006.js
1915 js1_5/Object/regress-90596-001.js
1916 js1_5/Object/regress-90596-002.js
1917 js1_5/Object/regress-96284-001.js
1918 js1_5/Object/regress-96284-002.js
1919 js1_5/Regress/regress-103602.js
1920 js1_5/Regress/regress-104077.js
1921 js1_5/Regress/regress-127557.js
1922 js1_5/Regress/regress-156354.js
1923 js1_5/Regress/regress-168347.js
1924 js1_5/Regress/regress-172699.js
1925 js1_5/Regress/regress-179524.js
1926 js1_5/Regress/regress-185165.js
1927 js1_5/Regress/regress-44009.js
1928 js1_5/Regress/regress-68498-003.js
1929 js1_5/Regress/regress-96128-n.js
1930 js1_5/Scope/regress-185485.js
1931 js1_5/Scope/regress-220584.js
1932 js1_5/Scope/scope-001.js