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