Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(291)

Side by Side Diff: test/es5conform/es5conform.status

Issue 6913024: Revert 7763, missing implementation on x64 and arm for call and apply with null or undefined. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « src/v8natives.js ('k') | test/mjsunit/function-call.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2009 the V8 project authors. All rights reserved. 1 # Copyright 2009 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 165
166 # SUBSETFAIL 166 # SUBSETFAIL
167 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-33: FAIL_OK 167 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-33: FAIL_OK
168 168
169 # SUBSETFAIL 169 # SUBSETFAIL
170 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-34: FAIL_OK 170 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-34: FAIL_OK
171 171
172 # SUBSETFAIL 172 # SUBSETFAIL
173 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-35: FAIL_OK 173 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-35: FAIL_OK
174 174
175 # Bad test - the spec does not say anything about throwing errors
176 # on calling Array.prototype.indexOf with undefined as argument.
177 chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-1: FAIL_OK
178
179 # Bad test - the spec does not say anything about throwing errors
180 # on calling Array.prototype.indexOf with null as argument.
181 chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-2: FAIL_OK
182
175 # Bad test - the test at the end should be "i === true". 183 # Bad test - the test at the end should be "i === true".
176 chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-10: FAIL_OK 184 chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-8-10: FAIL_OK
177 185
178 # Bad test - according to spec some returns a Boolean, not a number. 186 # Bad test - according to spec some returns a Boolean, not a number.
179 chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-9: FAIL_OK 187 chapter15/15.4/15.4.4/15.4.4.17/15.4.4.17-4-9: FAIL_OK
180 188
181 # Bad test - uses unitialized variable a in precondition check. 189 # Bad test - uses unitialized variable a in precondition check.
182 chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-3: FAIL_OK 190 chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-9-3: FAIL_OK
183 191
184 # We do not implement Array mapping functions correctly if array 192 # We do not implement Array mapping functions correctly if array
185 # entries are added for nonexistent entries smaller than length by 193 # entries are added for nonexistent entries smaller than length by
186 # the callback function. We are compatible with JSC. 194 # the callback function. We are compatible with JSC.
187 # See http://code.google.com/p/v8/issues/detail?id=755 195 # See http://code.google.com/p/v8/issues/detail?id=755
188 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-1: FAIL_OK 196 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-1: FAIL_OK
189 197
190 # Bad tests, path in test file is wrong. This will crash the test 198 # Bad tests, path in test file is wrong. This will crash the test
191 # script so we mark it SKIP. 199 # script so we mark it SKIP.
192 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-4: SKIP 200 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-4: SKIP
193 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-4-s: SKIP 201 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-c-ii-4-s: SKIP
194 202
195 # Bad test - deleting the property on o in callbackfn will 203 # Bad test - deleting the property on o in callbackfn will
196 # have no effect on the actual array on which reduceRight is called. 204 # have no effect on the actual array on which reduceRight is called.
197 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-7: FAIL_OK 205 chapter15/15.4/15.4.4/15.4.4.22/15.4.4.22-9-7: FAIL_OK
198 206
207 # We do not implement trim correctly on null and undefined.
208 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-1: FAIL
209 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-1-2: FAIL
210
199 # We do not correctly recognize \uFEFF as whitespace 211 # We do not correctly recognize \uFEFF as whitespace
200 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-10: FAIL 212 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-10: FAIL
201 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-18: FAIL 213 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-18: FAIL
202 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-34: FAIL 214 chapter15/15.5/15.5.4/15.5.4.20/15.5.4.20-4-34: FAIL
203 215
204 # RegExp.prototype is not of type RegExp - we are bug compatible with JSC. 216 # RegExp.prototype is not of type RegExp - we are bug compatible with JSC.
205 chapter15/15.10/15.10.6/15.10.6: FAIL_OK 217 chapter15/15.10/15.10.6/15.10.6: FAIL_OK
206 218
207 # We do not have the properties of a RegExp instance on RegExp.prototype. 219 # We do not have the properties of a RegExp instance on RegExp.prototype.
208 # The spec says we should - but we are currently bug compatible with JSC. 220 # The spec says we should - but we are currently bug compatible with JSC.
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-6-s: FAIL 358 chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-6-s: FAIL
347 359
348 # Array.prototype.reduce - null passed as thisValue to strict callbackfn 360 # Array.prototype.reduce - null passed as thisValue to strict callbackfn
349 # Invalid test case: http://es5conform.codeplex.com/workitem/29085 361 # Invalid test case: http://es5conform.codeplex.com/workitem/29085
350 chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4-s: FAIL 362 chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4-s: FAIL
351 363
352 [ $arch == mips ] 364 [ $arch == mips ]
353 365
354 # Skip all tests on MIPS. 366 # Skip all tests on MIPS.
355 *: SKIP 367 *: SKIP
OLDNEW
« no previous file with comments | « src/v8natives.js ('k') | test/mjsunit/function-call.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698