]>
Commit | Line | Data |
---|---|---|
b37bf2e1 A |
1 | <html><head> |
2 | <title>Test results, kjs</title> | |
3 | </head> | |
4 | <body bgcolor='white'> | |
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: (none)<br> | |
10 | 1135 test(s) selected, 1127 test(s) completed, 52 failures reported (4.61% failed)<br> | |
11 | Engine command line: /symroots/Development/testkjs <br> | |
12 | OS type: Darwin dkilzer.apple.com 9.1.0 Darwin Kernel Version 9.1.0: Wed Oct 31 17:48:21 PDT 2007; root:xnu-1228.0.2~1/RELEASE_PPC Power Macintosh<br> | |
13 | Testcase execution time: 4 minutes, 34 seconds.<br> | |
14 | Tests completed on Sat Jan 5 15:45:34 2008.<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> | |
16 | <hr> | |
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/TypeConversion/9.3.1-3.js'>ecma/TypeConversion/9.3.1-3.js</a> failed</b> <br> | |
20 | [ <a href='#failure2'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
21 | <tt><br> | |
22 | Failure messages were:<br> | |
23 | - "-0x123456789abcde8" = NaN FAILED! expected: 81985529216486880<br> | |
24 | - "-0x123456789abcde8" = NaN FAILED! expected: 81985529216486880<br> | |
25 | -"\u20001234\u2001" = NaN FAILED! expected: -1234<br> | |
26 | </tt><br> | |
27 | <a name='failure2'></a><dd><b>Testcase <a target='other_window' href='./ecma_2/Exceptions/function-001.js'>ecma_2/Exceptions/function-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=10278' target='other_window'>Bug Number 10278</a><br> | |
28 | [ <a href='#failure1'>Previous Failure</a> | <a href='#failure3'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
29 | <tt><br> | |
30 | Failure messages were:<br> | |
31 | eval("function f(){}function g(){}") (threw no exception thrown = fail FAILED! expected: pass<br> | |
32 | </tt><br> | |
33 | <a name='failure3'></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> | |
34 | [ <a href='#failure2'>Previous Failure</a> | <a href='#failure4'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
35 | <tt><br> | |
36 | Failure messages were:<br> | |
37 | (Wed Dec 31 1969 16:00:00 GMT-0800 (PST)).toLocaleTimeString() = 4:00:00 PM PST FAILED! expected: 16:00:00<br> | |
38 | (Wed Dec 31 1969 08:00:00 GMT-0800 (PST)).toLocaleTimeString() = 8:00:00 AM PST FAILED! expected: 08:00:00<br> | |
39 | (Sun Dec 31 1899 16:00:00 GMT-0800 (PST)).toLocaleTimeString() = 5:00:00 PM PDT FAILED! expected: 16:00:00<br> | |
40 | (Mon Jan 01 1900 00:00:00 GMT-0800 (PST)).toLocaleTimeString() = 1:00:00 AM PDT FAILED! expected: 00:00:00<br> | |
41 | (Fri Dec 31 1999 16:00:00 GMT-0800 (PST)).toLocaleTimeString() = 4:00:00 PM PST FAILED! expected: 16:00:00<br> | |
42 | (Sat Jan 01 2000 00:00:00 GMT-0800 (PST)).toLocaleTimeString() = 12:00:00 AM PST FAILED! expected: 00:00:00<br> | |
43 | (Mon Feb 28 2000 16:00:00 GMT-0800 (PST)).toLocaleTimeString() = 4:00:00 PM PST FAILED! expected: 16:00:00<br> | |
44 | (Mon Feb 28 2000 15:59:59 GMT-0800 (PST)).toLocaleTimeString() = 3:59:59 PM PST FAILED! expected: 15:59:59<br> | |
45 | (Tue Feb 29 2000 00:00:00 GMT-0800 (PST)).toLocaleTimeString() = 12:00:00 AM PST FAILED! expected: 00:00:00<br> | |
46 | (Sat Jan 05 2008 15:44:42 GMT-0800 (PST)).toLocaleTimeString() = 3:44:42 PM PST FAILED! expected: 15:44:42<br> | |
47 | (Sat Jan 05 2008 23:44:42 GMT-0800 (PST)).toLocaleTimeString() = 11:44:42 PM PST FAILED! expected: 23:44:42<br> | |
48 | (Fri Dec 31 2004 16:00:00 GMT-0800 (PST)).toLocaleTimeString() = 4:00:00 PM PST FAILED! expected: 16:00:00<br> | |
49 | (Fri Dec 31 2004 15:59:59 GMT-0800 (PST)).toLocaleTimeString() = 3:59:59 PM PST FAILED! expected: 15:59:59<br> | |
50 | (Sat Jan 01 2005 00:00:00 GMT-0800 (PST)).toLocaleTimeString() = 12:00:00 AM PST FAILED! expected: 00:00:00<br> | |
51 | </tt><br> | |
52 | <a name='failure4'></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> | |
53 | [ <a href='#failure3'>Previous Failure</a> | <a href='#failure5'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
54 | <tt>Expected exit code 0, got 3<br> | |
55 | Testcase terminated with signal 0<br> | |
56 | Complete testcase output was:<br> | |
57 | Testcase produced no output!</tt><br> | |
58 | <a name='failure5'></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> | |
59 | [ <a href='#failure4'>Previous Failure</a> | <a href='#failure6'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
60 | <tt>STATUS: RegExp conformance test<br> | |
61 | Failure messages were:<br> | |
62 | FAILED!: [reported from test()] Section 7 of test -<br> | |
63 | FAILED!: [reported from test()] regexp = /(z)((a+)?(b+)?(c))*/<br> | |
64 | FAILED!: [reported from test()] string = 'zaacbbbcac'<br> | |
65 | FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br> | |
66 | FAILED!: [reported from test()] Expect: ["zaacbbbcac", "z", "ac", "a", , "c"]<br> | |
67 | FAILED!: [reported from test()] Actual: ["zaacbbbcac", "z", "ac", "a", "bbb", "c"]<br> | |
68 | FAILED!: [reported from test()] <br> | |
69 | FAILED!: [reported from test()] Section 8 of test -<br> | |
70 | FAILED!: [reported from test()] regexp = /(a*)*/<br> | |
71 | FAILED!: [reported from test()] string = 'b'<br> | |
72 | FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br> | |
73 | FAILED!: [reported from test()] Expect: ["", , ]<br> | |
74 | FAILED!: [reported from test()] Actual: ["", ""]<br> | |
75 | FAILED!: [reported from test()] <br> | |
76 | FAILED!: [reported from test()] Section 12 of test -<br> | |
77 | FAILED!: [reported from test()] regexp = /(.*?)a(?!(a+)b\2c)\2(.*)/<br> | |
78 | FAILED!: [reported from test()] string = 'baaabaac'<br> | |
79 | FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br> | |
80 | FAILED!: [reported from test()] Expect: ["baaabaac", "ba", , "abaac"]<br> | |
81 | FAILED!: [reported from test()] Actual: ["baaabaac", "ba", "aa", "abaac"]<br> | |
82 | FAILED!: [reported from test()] <br> | |
83 | </tt><br> | |
84 | <a name='failure6'></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> | |
85 | [ <a href='#failure5'>Previous Failure</a> | <a href='#failure7'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
86 | <tt>STATUS: Testing regular expression edge cases<br> | |
87 | Failure messages were:<br> | |
88 | FAILED!: [reported from test()] Section 218 of test -<br> | |
89 | FAILED!: [reported from test()] regexp = /((foo)|(bar))*/<br> | |
90 | FAILED!: [reported from test()] string = 'foobar'<br> | |
91 | FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br> | |
92 | FAILED!: [reported from test()] Expect: ["foobar", "bar", , "bar"]<br> | |
93 | FAILED!: [reported from test()] Actual: ["foobar", "bar", "foo", "bar"]<br> | |
94 | FAILED!: [reported from test()] <br> | |
95 | FAILED!: [reported from test()] Section 234 of test -<br> | |
96 | FAILED!: [reported from test()] regexp = /(?:(f)(o)(o)|(b)(a)(r))*/<br> | |
97 | FAILED!: [reported from test()] string = 'foobar'<br> | |
98 | FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br> | |
99 | FAILED!: [reported from test()] Expect: ["foobar", , , , "b", "a", "r"]<br> | |
100 | FAILED!: [reported from test()] Actual: ["foobar", "f", "o", "o", "b", "a", "r"]<br> | |
101 | FAILED!: [reported from test()] <br> | |
102 | FAILED!: [reported from test()] Section 241 of test -<br> | |
103 | FAILED!: [reported from test()] regexp = /^(?:b|a(?=(.)))*\1/<br> | |
104 | FAILED!: [reported from test()] string = 'abc'<br> | |
105 | FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br> | |
106 | FAILED!: [reported from test()] Expect: ["ab", , ]<br> | |
107 | FAILED!: [reported from test()] Actual: ["ab", "b"]<br> | |
108 | FAILED!: [reported from test()] <br> | |
109 | FAILED!: [reported from test()] Section 412 of test -<br> | |
110 | FAILED!: [reported from test()] regexp = /^(a(b)?)+$/<br> | |
111 | FAILED!: [reported from test()] string = 'aba'<br> | |
112 | FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br> | |
113 | FAILED!: [reported from test()] Expect: ["aba", "a", , ]<br> | |
114 | FAILED!: [reported from test()] Actual: ["aba", "a", "b"]<br> | |
115 | FAILED!: [reported from test()] <br> | |
116 | FAILED!: [reported from test()] Section 413 of test -<br> | |
117 | FAILED!: [reported from test()] regexp = /^(aa(bb)?)+$/<br> | |
118 | FAILED!: [reported from test()] string = 'aabbaa'<br> | |
119 | FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br> | |
120 | FAILED!: [reported from test()] Expect: ["aabbaa", "aa", , ]<br> | |
121 | FAILED!: [reported from test()] Actual: ["aabbaa", "aa", "bb"]<br> | |
122 | FAILED!: [reported from test()] <br> | |
123 | </tt><br> | |
124 | <a name='failure7'></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> | |
125 | [ <a href='#failure6'>Previous Failure</a> | <a href='#failure8'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
126 | <tt>STATUS: Testing regexp submatches with quantifiers<br> | |
127 | Failure messages were:<br> | |
128 | FAILED!: [reported from test()] Section 1 of test -<br> | |
129 | FAILED!: [reported from test()] regexp = /(a|b*)*/<br> | |
130 | FAILED!: [reported from test()] string = 'a'<br> | |
131 | FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br> | |
132 | FAILED!: [reported from test()] Expect: ["a", "a"]<br> | |
133 | FAILED!: [reported from test()] Actual: ["a", ""]<br> | |
134 | FAILED!: [reported from test()] <br> | |
135 | FAILED!: [reported from test()] Section 3 of test -<br> | |
136 | FAILED!: [reported from test()] regexp = /(b*)*/<br> | |
137 | FAILED!: [reported from test()] string = 'a'<br> | |
138 | FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br> | |
139 | FAILED!: [reported from test()] Expect: ["", , ]<br> | |
140 | FAILED!: [reported from test()] Actual: ["", ""]<br> | |
141 | FAILED!: [reported from test()] <br> | |
142 | FAILED!: [reported from test()] Section 5 of test -<br> | |
143 | FAILED!: [reported from test()] regexp = /^\-?(\d{1,}|\.{0,})*(\,\d{1,})?$/<br> | |
144 | FAILED!: [reported from test()] string = '100.00'<br> | |
145 | FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br> | |
146 | FAILED!: [reported from test()] Expect: ["100.00", "00", , ]<br> | |
147 | FAILED!: [reported from test()] Actual: ["100.00", "", , ]<br> | |
148 | FAILED!: [reported from test()] <br> | |
149 | FAILED!: [reported from test()] Section 6 of test -<br> | |
150 | FAILED!: [reported from test()] regexp = /^\-?(\d{1,}|\.{0,})*(\,\d{1,})?$/<br> | |
151 | FAILED!: [reported from test()] string = '100,00'<br> | |
152 | FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br> | |
153 | FAILED!: [reported from test()] Expect: ["100,00", "100", ",00"]<br> | |
154 | FAILED!: [reported from test()] Actual: ["100,00", "", ",00"]<br> | |
155 | FAILED!: [reported from test()] <br> | |
156 | FAILED!: [reported from test()] Section 7 of test -<br> | |
157 | FAILED!: [reported from test()] regexp = /^\-?(\d{1,}|\.{0,})*(\,\d{1,})?$/<br> | |
158 | FAILED!: [reported from test()] string = '1.000,00'<br> | |
159 | FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br> | |
160 | FAILED!: [reported from test()] Expect: ["1.000,00", "000", ",00"]<br> | |
161 | FAILED!: [reported from test()] Actual: ["1.000,00", "", ",00"]<br> | |
162 | FAILED!: [reported from test()] <br> | |
163 | </tt><br> | |
164 | <a name='failure8'></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> | |
165 | [ <a href='#failure7'>Previous Failure</a> | <a href='#failure9'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
166 | <tt>Expected exit code 0, got 3<br> | |
167 | Testcase terminated with signal 0<br> | |
168 | Complete testcase output was:<br> | |
169 | [40229] ./ecma_3/Statements/regress-194364.js line 1: SyntaxError: Parse error<br> | |
170 | </tt><br> | |
171 | <a name='failure9'></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> | |
172 | [ <a href='#failure8'>Previous Failure</a> | <a href='#failure10'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
173 | <tt>STATUS: Unicode format-control character (Category Cf) test.<br> | |
174 | Failure messages were:<br> | |
175 | FAILED!: [reported from test()] Unicode format-control character test (Category Cf.)<br> | |
176 | FAILED!: [reported from test()] Expected value 'no error', Actual value 'no error'<br> | |
177 | FAILED!: [reported from test()] <br> | |
178 | </tt><br> | |
179 | <a name='failure10'></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> | |
180 | [ <a href='#failure9'>Previous Failure</a> | <a href='#failure11'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
181 | <tt>STATUS: Unicode non-breaking space character test.<br> | |
182 | Failure messages were:<br> | |
183 | FAILED!: [reported from test()] Unicode non-breaking space character regexp test.<br> | |
184 | FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br> | |
185 | FAILED!: [reported from test()] <br> | |
186 | </tt><br> | |
187 | <a name='failure11'></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> | |
188 | [ <a href='#failure10'>Previous Failure</a> | <a href='#failure12'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
189 | <tt><br> | |
190 | Failure messages were:<br> | |
191 | var o = new Object(); o.toString() = [object Object] FAILED! expected: {}<br> | |
192 | o = {}; o.toString() = [object Object] FAILED! expected: {}<br> | |
193 | o = { name:"object", length:0, value:"hello" }; o.toString() = false FAILED! expected: true<br> | |
194 | </tt><br> | |
195 | <a name='failure12'></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> | |
196 | [ <a href='#failure11'>Previous Failure</a> | <a href='#failure13'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
197 | <tt><br> | |
198 | Failure messages were:<br> | |
199 | f.name = undefined FAILED! expected: a_test_function<br> | |
200 | f.arity = undefined FAILED! expected: 3<br> | |
201 | (new Function()).name = undefined FAILED! expected: anonymous<br> | |
202 | } FAILED! expected: <br> | |
203 | </tt><br> | |
204 | <a name='failure13'></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> | |
205 | [ <a href='#failure12'>Previous Failure</a> | <a href='#failure14'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
206 | <tt>Expected exit code 3, got 0<br> | |
207 | Testcase terminated with signal 0<br> | |
208 | Complete testcase output was:<br> | |
209 | function-001.js functions not separated by semicolons are errors in version 120 and higher<br> | |
210 | eval("function f(){}function g(){}") = undefined FAILED! expected: error<br> | |
211 | </tt><br> | |
212 | <a name='failure14'></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> | |
213 | [ <a href='#failure13'>Previous Failure</a> | <a href='#failure15'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
214 | <tt><br> | |
215 | Failure messages were:<br> | |
216 | } FAILED! expected: <br> | |
217 | } FAILED! expected: <br> | |
218 | } FAILED! expected: <br> | |
219 | } FAILED! expected: <br> | |
220 | } FAILED! expected: <br> | |
221 | </tt><br> | |
222 | <a name='failure15'></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> | |
223 | [ <a href='#failure14'>Previous Failure</a> | <a href='#failure16'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
224 | <tt><br> | |
225 | Failure messages were:<br> | |
226 | } FAILED! expected: <br> | |
227 | } FAILED! expected: <br> | |
228 | } FAILED! expected: <br> | |
229 | } FAILED! expected: <br> | |
230 | } FAILED! expected: <br> | |
231 | } FAILED! expected: <br> | |
232 | } FAILED! expected: <br> | |
233 | } FAILED! expected: <br> | |
234 | } FAILED! expected: <br> | |
235 | </tt><br> | |
236 | <a name='failure16'></a><dd><b>Testcase <a target='other_window' href='./js1_2/operator/equality.js'>js1_2/operator/equality.js</a> failed</b> <br> | |
237 | [ <a href='#failure15'>Previous Failure</a> | <a href='#failure17'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
238 | <tt><br> | |
239 | Failure messages were:<br> | |
240 | (new String('x') == 'x') = true FAILED! expected: false<br> | |
241 | ('x' == new String('x')) = true FAILED! expected: false<br> | |
242 | </tt><br> | |
243 | <a name='failure17'></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> | |
244 | [ <a href='#failure16'>Previous Failure</a> | <a href='#failure18'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
245 | <tt><br> | |
246 | Failure messages were:<br> | |
247 | re=/x./g; re.lastIndex=4; re.exec('xyabcdxa') = xa FAILED! expected: ["xa"]<br> | |
248 | re.exec('xyabcdef') = xy FAILED! expected: ["xy"]<br> | |
249 | </tt><br> | |
250 | <a name='failure18'></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> | |
251 | [ <a href='#failure17'>Previous Failure</a> | <a href='#failure19'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
252 | <tt><br> | |
253 | Failure messages were:<br> | |
254 | (multiline == true) '123\n456'.match(/^4../) = null FAILED! expected: 456<br> | |
255 | (multiline == true) 'a11\na22\na23\na24'.match(/^a../g) = a11 FAILED! expected: a11,a22,a23,a24<br> | |
256 | (multiline == true) '123\n456'.match(/.3$/) = null FAILED! expected: 23<br> | |
257 | (multiline == true) 'a11\na22\na23\na24'.match(/a..$/g) = a24 FAILED! expected: a11,a22,a23,a24<br> | |
258 | (multiline == true) 'a11\na22\na23\na24'.match(new RegExp('a..$','g')) = a24 FAILED! expected: a11,a22,a23,a24<br> | |
259 | </tt><br> | |
260 | <a name='failure19'></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> | |
261 | [ <a href='#failure18'>Previous Failure</a> | <a href='#failure20'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
262 | <tt><br> | |
263 | Failure messages were:<br> | |
264 | (['$*'] == true) '123\n456'.match(/^4../) = null FAILED! expected: 456<br> | |
265 | (['$*'] == true) 'a11\na22\na23\na24'.match(/^a../g) = a11 FAILED! expected: a11,a22,a23,a24<br> | |
266 | (['$*'] == true) '123\n456'.match(/.3$/) = null FAILED! expected: 23<br> | |
267 | (['$*'] == true) 'a11\na22\na23\na24'.match(/a..$/g) = a24 FAILED! expected: a11,a22,a23,a24<br> | |
268 | (['$*'] == true) 'a11\na22\na23\na24'.match(new RegExp('a..$','g')) = a24 FAILED! expected: a11,a22,a23,a24<br> | |
269 | </tt><br> | |
270 | <a name='failure20'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/beginLine.js'>js1_2/regexp/beginLine.js</a> failed</b> <br> | |
271 | [ <a href='#failure19'>Previous Failure</a> | <a href='#failure21'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
272 | <tt><br> | |
273 | Failure messages were:<br> | |
274 | 123xyz'.match(new RegExp('^\d+')) = null FAILED! expected: 123<br> | |
275 | </tt><br> | |
276 | <a name='failure21'></a><dd><b>Testcase <a target='other_window' href='./js1_2/regexp/endLine.js'>js1_2/regexp/endLine.js</a> failed</b> <br> | |
277 | [ <a href='#failure20'>Previous Failure</a> | <a href='#failure22'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
278 | <tt><br> | |
279 | Failure messages were:<br> | |
280 | xyz'.match(new RegExp('\d+$')) = null FAILED! expected: 890<br> | |
281 | </tt><br> | |
282 | <a name='failure22'></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> | |
283 | [ <a href='#failure21'>Previous Failure</a> | <a href='#failure23'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
284 | <tt><br> | |
285 | Failure messages were:<br> | |
286 | 'abc'.split(/[a-z]/) = ,,, FAILED! expected: ,,<br> | |
287 | 'abc'.split(/[a-z]/) = ,,, FAILED! expected: ,,<br> | |
288 | 'abc'.split(new RegExp('[a-z]')) = ,,, FAILED! expected: ,,<br> | |
289 | 'abc'.split(new RegExp('[a-z]')) = ,,, FAILED! expected: ,,<br> | |
290 | </tt><br> | |
291 | <a name='failure23'></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> | |
292 | [ <a href='#failure22'>Previous Failure</a> | <a href='#failure24'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
293 | <tt><br> | |
294 | Failure messages were:<br> | |
295 | new Boolean(false) = true FAILED! expected: false<br> | |
296 | </tt><br> | |
297 | <a name='failure24'></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> | |
298 | [ <a href='#failure23'>Previous Failure</a> | <a href='#failure25'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
299 | <tt>STATUS: Regression test for Bugzilla bug 99663<br> | |
300 | Failure messages were:<br> | |
301 | Section 1 of test - got Error: Can't find variable: it FAILED! expected: a "read-only" error<br> | |
302 | Section 2 of test - got Error: Can't find variable: it FAILED! expected: a "read-only" error<br> | |
303 | Section 3 of test - got Error: Can't find variable: it FAILED! expected: a "read-only" error<br> | |
304 | </tt><br> | |
305 | <a name='failure25'></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> | |
306 | [ <a href='#failure24'>Previous Failure</a> | <a href='#failure26'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
307 | <tt>Expected exit code 3, got 0<br> | |
308 | Testcase terminated with signal 0<br> | |
309 | Complete testcase output was:<br> | |
310 | BUGNUMBER: 10278<br> | |
311 | function-001.js functions not separated by semicolons are errors in version 120 and higher<br> | |
312 | eval("function f(){}function g(){}") = undefined FAILED! expected: error<br> | |
313 | </tt><br> | |
314 | <a name='failure26'></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> | |
315 | [ <a href='#failure25'>Previous Failure</a> | <a href='#failure27'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
316 | <tt>Expected exit code 0, got 3<br> | |
317 | Testcase terminated with signal 0<br> | |
318 | Complete testcase output was:<br> | |
319 | script-001 NativeScript<br> | |
320 | [40334] ./js1_3/Script/script-001.js line 133: ReferenceError: Can't find variable: Script<br> | |
321 | </tt><br> | |
322 | <a name='failure27'></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> | |
323 | [ <a href='#failure26'>Previous Failure</a> | <a href='#failure28'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
324 | <tt>Expected exit code 3, got 0<br> | |
325 | Testcase terminated with signal 0<br> | |
326 | Complete testcase output was:<br> | |
327 | BUGNUMBER: 10278<br> | |
328 | function-001.js functions not separated by semicolons are errors in version 120 and higher<br> | |
329 | eval("function f(){}function g(){}") = undefined FAILED! expected: error<br> | |
330 | </tt><br> | |
331 | <a name='failure28'></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> | |
332 | [ <a href='#failure27'>Previous Failure</a> | <a href='#failure29'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
333 | <tt>Expected exit code 0, got 3<br> | |
334 | Testcase terminated with signal 0<br> | |
335 | Complete testcase output was:<br> | |
336 | Testcase produced no output!</tt><br> | |
337 | <a name='failure29'></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> | |
338 | [ <a href='#failure28'>Previous Failure</a> | <a href='#failure30'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
339 | <tt>Expected exit code 0, got 3<br> | |
340 | Testcase terminated with signal 0<br> | |
341 | Complete testcase output was:<br> | |
342 | Testcase produced no output!</tt><br> | |
343 | <a name='failure30'></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> | |
344 | [ <a href='#failure29'>Previous Failure</a> | <a href='#failure31'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
345 | <tt>Expected exit code 0, got 3<br> | |
346 | Testcase terminated with signal 0<br> | |
347 | Complete testcase output was:<br> | |
348 | Testcase produced no output!</tt><br> | |
349 | <a name='failure31'></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> | |
350 | [ <a href='#failure30'>Previous Failure</a> | <a href='#failure32'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
351 | <tt>Expected exit code 0, got 3<br> | |
352 | Testcase terminated with signal 0<br> | |
353 | Complete testcase output was:<br> | |
354 | [40379] ./js1_5/Exceptions/errstack-001.js line 247: TypeError: Undefined value<br> | |
355 | </tt><br> | |
356 | <a name='failure32'></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> | |
357 | [ <a href='#failure31'>Previous Failure</a> | <a href='#failure33'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
358 | <tt>Expected exit code 0, got 3<br> | |
359 | Testcase terminated with signal 0<br> | |
360 | Complete testcase output was:<br> | |
361 | BUGNUMBER: 50447<br> | |
362 | STATUS: Test (non-ECMA) Error object properties fileName, lineNumber<br> | |
363 | [40380] ./js1_5/Exceptions/regress-50447.js line 65: TypeError: Undefined value<br> | |
364 | </tt><br> | |
365 | <a name='failure33'></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> | |
366 | [ <a href='#failure32'>Previous Failure</a> | <a href='#failure34'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
367 | <tt>Expected exit code 0, got 3<br> | |
368 | Testcase terminated with signal 0<br> | |
369 | Complete testcase output was:<br> | |
370 | Testcase produced no output!</tt><br> | |
371 | <a name='failure34'></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> | |
372 | [ <a href='#failure33'>Previous Failure</a> | <a href='#failure35'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
373 | <tt>Expected exit code 0, got 3<br> | |
374 | Testcase terminated with signal 0<br> | |
375 | Complete testcase output was:<br> | |
376 | Testcase produced no output!</tt><br> | |
377 | <a name='failure35'></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> | |
378 | [ <a href='#failure34'>Previous Failure</a> | <a href='#failure36'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
379 | <tt>Expected exit code 0, got 3<br> | |
380 | Testcase terminated with signal 0<br> | |
381 | Complete testcase output was:<br> | |
382 | Testcase produced no output!</tt><br> | |
383 | <a name='failure36'></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> | |
384 | [ <a href='#failure35'>Previous Failure</a> | <a href='#failure37'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
385 | <tt>Expected exit code 0, got 3<br> | |
386 | Testcase terminated with signal 0<br> | |
387 | Complete testcase output was:<br> | |
388 | [40395] ./js1_5/Object/regress-90596-001.js line 48: TypeError: Value undefined (result of expression obj.toSource) is not object.<br> | |
389 | </tt><br> | |
390 | <a name='failure37'></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> | |
391 | [ <a href='#failure36'>Previous Failure</a> | <a href='#failure38'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
392 | <tt>Expected exit code 0, got 3<br> | |
393 | Testcase terminated with signal 0<br> | |
394 | Complete testcase output was:<br> | |
395 | [40396] ./js1_5/Object/regress-90596-002.js line 48: ReferenceError: Can't find variable: uneval<br> | |
396 | </tt><br> | |
397 | <a name='failure38'></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> | |
398 | [ <a href='#failure37'>Previous Failure</a> | <a href='#failure39'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
399 | <tt>Expected exit code 0, got 3<br> | |
400 | Testcase terminated with signal 0<br> | |
401 | Complete testcase output was:<br> | |
402 | [40398] ./js1_5/Object/regress-96284-001.js line 49: TypeError: Value undefined (result of expression obj1.toSource) is not object.<br> | |
403 | </tt><br> | |
404 | <a name='failure39'></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> | |
405 | [ <a href='#failure38'>Previous Failure</a> | <a href='#failure40'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
406 | <tt>Expected exit code 0, got 3<br> | |
407 | Testcase terminated with signal 0<br> | |
408 | Complete testcase output was:<br> | |
409 | [40399] ./js1_5/Object/regress-96284-002.js line 49: ReferenceError: Can't find variable: uneval<br> | |
410 | </tt><br> | |
411 | <a name='failure40'></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> | |
412 | [ <a href='#failure39'>Previous Failure</a> | <a href='#failure41'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
413 | <tt>Expected exit code 0, got 3<br> | |
414 | Testcase terminated with signal 0<br> | |
415 | Complete testcase output was:<br> | |
416 | BUGNUMBER: 44009<br> | |
417 | STATUS: Testing that we don't crash on obj.toSource()<br> | |
418 | [40404] ./js1_5/Regress/regress-44009.js line 60: TypeError: Value undefined (result of expression obj.toSource) is not object.<br> | |
419 | </tt><br> | |
420 | <a name='failure41'></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> | |
421 | [ <a href='#failure40'>Previous Failure</a> | <a href='#failure42'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
422 | <tt>STATUS: Testing calling obj.eval(str)<br> | |
423 | Failure messages were:<br> | |
424 | FAILED!: [reported from test()] Testing calling obj.eval(str); currently at expect[1] within test -<br> | |
425 | FAILED!: [reported from test()] Type mismatch, expected type number, actual type boolean<br> | |
426 | FAILED!: [reported from test()] Expected value '43', Actual value 'false'<br> | |
427 | FAILED!: [reported from test()] <br> | |
428 | </tt><br> | |
429 | <a name='failure42'></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> | |
430 | [ <a href='#failure41'>Previous Failure</a> | <a href='#failure43'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
431 | <tt>STATUS: Reassignment to a const is NOT an error per ECMA<br> | |
432 | Failure messages were:<br> | |
433 | FAILED!: [reported from test()] Section 1 of test -<br> | |
434 | FAILED!: [reported from test()] Expected value '', Actual value 'Redeclaration of a const FAILED to cause an error'<br> | |
435 | FAILED!: [reported from test()] <br> | |
436 | FAILED!: [reported from test()] Section 3 of test -<br> | |
437 | FAILED!: [reported from test()] Expected value '1', Actual value '2'<br> | |
438 | FAILED!: [reported from test()] <br> | |
439 | </tt><br> | |
440 | <a name='failure43'></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> | |
441 | [ <a href='#failure42'>Previous Failure</a> | <a href='#failure44'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
442 | <tt>Expected exit code 0, got 3<br> | |
443 | Testcase terminated with signal 0<br> | |
444 | Complete testcase output was:<br> | |
445 | Testcase produced no output!</tt><br> | |
446 | <a name='failure44'></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> | |
447 | [ <a href='#failure43'>Previous Failure</a> | <a href='#failure45'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
448 | <tt>Expected exit code 0, got 3<br> | |
449 | Testcase terminated with signal 0<br> | |
450 | Complete testcase output was:<br> | |
451 | [40431] ./js1_5/Regress/regress-127557.js line 75: ReferenceError: Can't find variable: clone<br> | |
452 | </tt><br> | |
453 | <a name='failure45'></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> | |
454 | [ <a href='#failure44'>Previous Failure</a> | <a href='#failure46'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
455 | <tt>Expected exit code 0, got 3<br> | |
456 | Testcase terminated with signal 0<br> | |
457 | Complete testcase output was:<br> | |
458 | [40440] ./js1_5/Regress/regress-172699.js line 61: URIError: URI error<br> | |
459 | </tt><br> | |
460 | <a name='failure46'></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> | |
461 | [ <a href='#failure45'>Previous Failure</a> | <a href='#failure47'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
462 | <tt>STATUS: Don't crash on extraneous arguments to str.match(), etc.<br> | |
463 | Failure messages were:<br> | |
464 | FAILED!: [reported from test()] Section 14 of test -<br> | |
465 | FAILED!: [reported from test()] Expected value 'A', Actual value 'a'<br> | |
466 | FAILED!: [reported from test()] <br> | |
467 | FAILED!: [reported from test()] Section 15 of test -<br> | |
468 | FAILED!: [reported from test()] Expected value 'A,a', Actual value 'a'<br> | |
469 | FAILED!: [reported from test()] <br> | |
470 | FAILED!: [reported from test()] Section 17 of test -<br> | |
471 | FAILED!: [reported from test()] Expected value 'A', Actual value 'a'<br> | |
472 | FAILED!: [reported from test()] <br> | |
473 | FAILED!: [reported from test()] Section 18 of test -<br> | |
474 | FAILED!: [reported from test()] Expected value 'A,a', Actual value 'a'<br> | |
475 | FAILED!: [reported from test()] <br> | |
476 | FAILED!: [reported from test()] Section 20 of test -<br> | |
477 | FAILED!: [reported from test()] Expected value 'SHOULD HAVE FALLEN INTO CATCH-BLOCK!', Actual value 'a'<br> | |
478 | FAILED!: [reported from test()] <br> | |
479 | FAILED!: [reported from test()] Section 22 of test -<br> | |
480 | FAILED!: [reported from test()] Expected value '0', Actual value '4'<br> | |
481 | FAILED!: [reported from test()] <br> | |
482 | FAILED!: [reported from test()] Section 23 of test -<br> | |
483 | FAILED!: [reported from test()] Expected value '0', Actual value '4'<br> | |
484 | FAILED!: [reported from test()] <br> | |
485 | FAILED!: [reported from test()] Section 25 of test -<br> | |
486 | FAILED!: [reported from test()] Expected value '0', Actual value '4'<br> | |
487 | FAILED!: [reported from test()] <br> | |
488 | FAILED!: [reported from test()] Section 26 of test -<br> | |
489 | FAILED!: [reported from test()] Expected value '0', Actual value '4'<br> | |
490 | FAILED!: [reported from test()] <br> | |
491 | FAILED!: [reported from test()] Section 28 of test -<br> | |
492 | FAILED!: [reported from test()] Type mismatch, expected type string, actual type number<br> | |
493 | FAILED!: [reported from test()] Expected value 'SHOULD HAVE FALLEN INTO CATCH-BLOCK!', Actual value '4'<br> | |
494 | FAILED!: [reported from test()] <br> | |
495 | FAILED!: [reported from test()] Section 30 of test -<br> | |
496 | FAILED!: [reported from test()] Expected value 'ZBC abc', Actual value 'ABC Zbc'<br> | |
497 | FAILED!: [reported from test()] <br> | |
498 | FAILED!: [reported from test()] Section 31 of test -<br> | |
499 | FAILED!: [reported from test()] Expected value 'ZBC Zbc', Actual value 'ABC Zbc'<br> | |
500 | FAILED!: [reported from test()] <br> | |
501 | FAILED!: [reported from test()] Section 33 of test -<br> | |
502 | FAILED!: [reported from test()] Expected value 'ZBC abc', Actual value 'ABC Zbc'<br> | |
503 | FAILED!: [reported from test()] <br> | |
504 | FAILED!: [reported from test()] Section 34 of test -<br> | |
505 | FAILED!: [reported from test()] Expected value 'ZBC Zbc', Actual value 'ABC Zbc'<br> | |
506 | FAILED!: [reported from test()] <br> | |
507 | FAILED!: [reported from test()] Section 36 of test -<br> | |
508 | FAILED!: [reported from test()] Expected value 'SHOULD HAVE FALLEN INTO CATCH-BLOCK!', Actual value 'ABC Zbc'<br> | |
509 | FAILED!: [reported from test()] <br> | |
510 | </tt><br> | |
511 | <a name='failure47'></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> | |
512 | [ <a href='#failure46'>Previous Failure</a> | <a href='#failure48'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
513 | <tt>Expected exit code 0, got 3<br> | |
514 | Testcase terminated with signal 0<br> | |
515 | Complete testcase output was:<br> | |
516 | [40465] ./js1_5/Scope/regress-220584.js line 56: ReferenceError: Can't find variable: Script<br> | |
517 | </tt><br> | |
518 | <a name='failure48'></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> | |
519 | [ <a href='#failure47'>Previous Failure</a> | <a href='#failure49'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
520 | <tt>STATUS: Testing scope after changing obj.__proto__<br> | |
521 | Failure messages were:<br> | |
522 | FAILED!: [reported from test()] Step 1: setting obj.__proto__ = global object<br> | |
523 | FAILED!: [reported from test()] Expected value '5', Actual value '1'<br> | |
524 | FAILED!: [reported from test()] <br> | |
525 | FAILED!: [reported from test()] Step 2: setting obj.__proto__ = null<br> | |
526 | FAILED!: [reported from test()] Type mismatch, expected type undefined, actual type number<br> | |
527 | FAILED!: [reported from test()] Expected value 'undefined', Actual value '1'<br> | |
528 | FAILED!: [reported from test()] <br> | |
529 | </tt><br> | |
530 | <a name='failure49'></a><dd><b>Testcase <a target='other_window' href='./js1_6/Regress/regress-301574.js'>js1_6/Regress/regress-301574.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=301574' target='other_window'>Bug Number 301574</a><br> | |
531 | [ <a href='#failure48'>Previous Failure</a> | <a href='#failure50'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
532 | <tt>STATUS: E4X should be enabled even when e4x=1 not specified<br> | |
533 | Failure messages were:<br> | |
534 | FAILED!: E4X should be enabled even when e4x=1 not specified: XML()<br> | |
535 | FAILED!: Expected value 'No error', Actual value 'error: ReferenceError: Can't find variable: XML'<br> | |
536 | FAILED!: <br> | |
537 | FAILED!: E4X should be enabled even when e4x=1 not specified: XMLList()<br> | |
538 | FAILED!: Expected value 'No error', Actual value 'error: ReferenceError: Can't find variable: XML'<br> | |
539 | FAILED!: <br> | |
540 | </tt><br> | |
541 | <a name='failure50'></a><dd><b>Testcase <a target='other_window' href='./js1_6/Regress/regress-309242.js'>js1_6/Regress/regress-309242.js</a> failed</b> <br> | |
542 | [ <a href='#failure49'>Previous Failure</a> | <a href='#failure51'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
543 | <tt>Expected exit code 0, got 3<br> | |
544 | Testcase terminated with signal 0<br> | |
545 | Complete testcase output was:<br> | |
546 | Testcase produced no output!</tt><br> | |
547 | <a name='failure51'></a><dd><b>Testcase <a target='other_window' href='./js1_6/Regress/regress-314887.js'>js1_6/Regress/regress-314887.js</a> failed</b> <br> | |
548 | [ <a href='#failure50'>Previous Failure</a> | <a href='#failure52'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
549 | <tt>Expected exit code 0, got 3<br> | |
550 | Testcase terminated with signal 0<br> | |
551 | Complete testcase output was:<br> | |
552 | Testcase produced no output!</tt><br> | |
553 | <a name='failure52'></a><dd><b>Testcase <a target='other_window' href='./js1_6/String/regress-306591.js'>js1_6/String/regress-306591.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=306591' target='other_window'>Bug Number 306591</a><br> | |
554 | [ <a href='#failure51'>Previous Failure</a> | <a href='#failure53'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br> | |
555 | <tt>Expected exit code 0, got 3<br> | |
556 | Testcase terminated with signal 0<br> | |
557 | Complete testcase output was:<br> | |
558 | BUGNUMBER: 306591<br> | |
559 | STATUS: String static methods<br> | |
560 | STATUS: See https://bugzilla.mozilla.org/show_bug.cgi?id=304828<br> | |
561 | [40487] ./js1_6/String/regress-306591.js line 48: TypeError: Value undefined (result of expression String.split) is not object.<br> | |
562 | </tt><br> | |
563 | </dl> | |
564 | [ <a href='#tippy_top'>Top of Page</a> | <a href='#fail_detail'>Top of Failures</a> ]<br> | |
565 | <hr> | |
566 | <pre> | |
567 | <a name='retest_list'></a> | |
568 | <h2>Retest List</h2><br> | |
569 | # Retest List, kjs, generated Sat Jan 5 15:45:34 2008. | |
570 | # Original test base was: All tests. | |
571 | # 1127 of 1135 test(s) were completed, 52 failures reported. | |
572 | ecma/TypeConversion/9.3.1-3.js | |
573 | ecma_2/Exceptions/function-001.js | |
574 | ecma_3/Date/15.9.5.7.js | |
575 | ecma_3/FunExpr/fe-001.js | |
576 | ecma_3/RegExp/15.10.2-1.js | |
577 | ecma_3/RegExp/perlstress-001.js | |
578 | ecma_3/RegExp/regress-209919.js | |
579 | ecma_3/Statements/regress-194364.js | |
580 | ecma_3/Unicode/uc-001.js | |
581 | ecma_3/Unicode/uc-002.js | |
582 | js1_2/Objects/toString-001.js | |
583 | js1_2/function/Function_object.js | |
584 | js1_2/function/function-001-n.js | |
585 | js1_2/function/tostring-1.js | |
586 | js1_2/function/tostring-2.js | |
587 | js1_2/operator/equality.js | |
588 | js1_2/regexp/RegExp_lastIndex.js | |
589 | js1_2/regexp/RegExp_multiline.js | |
590 | js1_2/regexp/RegExp_multiline_as_array.js | |
591 | js1_2/regexp/beginLine.js | |
592 | js1_2/regexp/endLine.js | |
593 | js1_2/regexp/string_split.js | |
594 | js1_2/version120/boolean-001.js | |
595 | js1_2/version120/regress-99663.js | |
596 | js1_3/Script/function-001-n.js | |
597 | js1_3/Script/script-001.js | |
598 | js1_3/regress/function-001-n.js | |
599 | js1_5/Exceptions/catchguard-001.js | |
600 | js1_5/Exceptions/catchguard-002.js | |
601 | js1_5/Exceptions/catchguard-003.js | |
602 | js1_5/Exceptions/errstack-001.js | |
603 | js1_5/Exceptions/regress-50447.js | |
604 | js1_5/GetSet/getset-001.js | |
605 | js1_5/GetSet/getset-002.js | |
606 | js1_5/GetSet/getset-003.js | |
607 | js1_5/Object/regress-90596-001.js | |
608 | js1_5/Object/regress-90596-002.js | |
609 | js1_5/Object/regress-96284-001.js | |
610 | js1_5/Object/regress-96284-002.js | |
611 | js1_5/Regress/regress-44009.js | |
612 | js1_5/Regress/regress-68498-003.js | |
613 | js1_5/Regress/regress-103602.js | |
614 | js1_5/Regress/regress-104077.js | |
615 | js1_5/Regress/regress-127557.js | |
616 | js1_5/Regress/regress-172699.js | |
617 | js1_5/Regress/regress-179524.js | |
618 | js1_5/Scope/regress-220584.js | |
619 | js1_5/Scope/scope-001.js | |
620 | js1_6/Regress/regress-301574.js | |
621 | js1_6/Regress/regress-309242.js | |
622 | js1_6/Regress/regress-314887.js | |
623 | js1_6/String/regress-306591.js |