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

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

Issue 6529032: Merge 6168:6800 from bleeding_edge to experimental/gc branch. (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/gc/
Patch Set: Created 9 years, 10 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 | « test/cctest/testcfg.py ('k') | test/es5conform/testcfg.py » ('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 23 matching lines...) Expand all
34 # Non UTF8 characters in test files. 34 # Non UTF8 characters in test files.
35 chapter10/10.4/10.4.2/10.4.2-3-c-2-s: FAIL_OK 35 chapter10/10.4/10.4.2/10.4.2-3-c-2-s: FAIL_OK
36 chapter10/10.4/10.4.2/10.4.2-3-c-1-s: FAIL_OK 36 chapter10/10.4/10.4.2/10.4.2-3-c-1-s: FAIL_OK
37 chapter10/10.4/10.4.2/10.4.2-2-c-1: FAIL_OK 37 chapter10/10.4/10.4.2/10.4.2-2-c-1: FAIL_OK
38 38
39 # We do not implement the error chekcs specified in the production rules 39 # We do not implement the error chekcs specified in the production rules
40 # of 11.1.5 (Object initializer). 40 # of 11.1.5 (Object initializer).
41 # We are compatible with Safari and Firefox. 41 # We are compatible with Safari and Firefox.
42 chapter11/11.1/11.1.5: UNIMPLEMENTED 42 chapter11/11.1/11.1.5: UNIMPLEMENTED
43 43
44 # Delete returns true in eval even when it should return false.
45 # Please see http://code.google.com/p/v8/issues/detail?id=759
46 chapter11/11.4/11.4.1//11.4.1-4.a-5: FAIL
47 chapter11/11.4/11.4.1//11.4.1-4.a-7: FAIL
48
49 # We do not have a global object called 'global' as required by tests. 44 # We do not have a global object called 'global' as required by tests.
50 chapter15/15.1: FAIL_OK 45 chapter15/15.1: FAIL_OK
51 46
52 # NOT IMPLEMENTED: bind
53 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-38: UNIMPLEMENTED
54
55 # NaN is writable. We are compatible with JSC. 47 # NaN is writable. We are compatible with JSC.
56 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-178: FAIL_OK 48 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-178: FAIL_OK
57 # Infinity is writable. We are compatible with JSC. 49 # Infinity is writable. We are compatible with JSC.
58 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-179: FAIL_OK 50 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-179: FAIL_OK
59 # undefined is writable. We are compatible with JSC. 51 # undefined is writable. We are compatible with JSC.
60 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-180: FAIL_OK 52 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-180: FAIL_OK
61 53
62 # Our Function object has an "arguments" property which is used as a 54 # Our Function object has an "arguments" property which is used as a
63 # non-property in the test. 55 # non-property in the test.
64 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-183: FAIL_OK 56 chapter15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-183: FAIL_OK
(...skipping 27 matching lines...) Expand all
92 84
93 # SUBSETFAIL 85 # SUBSETFAIL
94 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-1: FAIL_OK 86 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-1: FAIL_OK
95 87
96 # SUBSETFAIL + we do not implement all methods on Object. 88 # SUBSETFAIL + we do not implement all methods on Object.
97 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-2: FAIL_OK 89 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-2: FAIL_OK
98 90
99 # SUBSETFAIL 91 # SUBSETFAIL
100 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-3: FAIL_OK 92 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-3: FAIL_OK
101 93
102 # SUBSETFAIL + we do not implement Function.prototype.bind. 94 # SUBSETFAIL
103 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-4: FAIL_OK 95 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-4: FAIL_OK
104 96
105 # SUBSETFAIL 97 # SUBSETFAIL
106 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-5: FAIL_OK 98 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-5: FAIL_OK
107 99
108 # SUBSETFAIL 100 # SUBSETFAIL
109 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-6: FAIL_OK 101 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-6: FAIL_OK
110 102
111 # SUBSETFAIL 103 # SUBSETFAIL
112 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-7: FAIL_OK 104 chapter15/15.2/15.2.3/15.2.3.4/15.2.3.4-4-7: FAIL_OK
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 165
174 # SUBSETFAIL 166 # SUBSETFAIL
175 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
176 168
177 # SUBSETFAIL 169 # SUBSETFAIL
178 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
179 171
180 # SUBSETFAIL 172 # SUBSETFAIL
181 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
182 174
183 # NOT IMPLEMENTED: bind on Function.prototype.
184 chapter15/15.3/15.3.4/15.3.4.5/15.3.4.5-0-1: UNIMPLEMENTED
185
186 # Bad test - the spec does not say anything about throwing errors 175 # Bad test - the spec does not say anything about throwing errors
187 # on calling Array.prototype.indexOf with undefined as argument. 176 # on calling Array.prototype.indexOf with undefined as argument.
188 chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-1: FAIL_OK 177 chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-1: FAIL_OK
189 178
190 # Bad test - the spec does not say anything about throwing errors 179 # Bad test - the spec does not say anything about throwing errors
191 # on calling Array.prototype.indexOf with null as argument. 180 # on calling Array.prototype.indexOf with null as argument.
192 chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-2: FAIL_OK 181 chapter15/15.4/15.4.4/15.4.4.14/15.4.4.14-1-2: FAIL_OK
193 182
194 # Bad test - the test at the end should be "i === true". 183 # Bad test - the test at the end should be "i === true".
195 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
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 chapter15/15.10/15.10.7/15.10.7.1/15.10.7.1-2: FAIL_OK 222 chapter15/15.10/15.10.7/15.10.7.1/15.10.7.1-2: FAIL_OK
234 chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-1: FAIL_OK 223 chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-1: FAIL_OK
235 chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-2: FAIL_OK 224 chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-2: FAIL_OK
236 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-1: FAIL_OK 225 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-1: FAIL_OK
237 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-2: FAIL_OK 226 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-2: FAIL_OK
238 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-1: FAIL_OK 227 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-1: FAIL_OK
239 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-2: FAIL_OK 228 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-2: FAIL_OK
240 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-1: FAIL_OK 229 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-1: FAIL_OK
241 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-2: FAIL_OK 230 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-2: FAIL_OK
242 231
232 ##############################################################################
233 # Unimplemented parts of strict mode
234 # Setting expectations to fail only so that the tests trigger as soon as
235 # the strict mode feature gets implemented
236
237 # A directive preceeding an 'use strict' directive may not contain
238 # an OctalEscapeSequence
239 # Incorrect test - need double escape in eval.
240 chapter07/7.8/7.8.4/7.8.4-1-s: FAIL
241
242 # arguments[i] remains same after changing actual parameters in strict mode
243 chapter10/10.6/10.6-10-c-ii-1-s: FAIL
244 # arguments[i] doesn't map to actual parameters in strict mode
245 chapter10/10.6/10.6-10-c-ii-2-s: FAIL
246
247 # Accessing caller property of Arguments object throws TypeError in strict mode
248 chapter10/10.6/10.6-13-b-1-s: FAIL
249 # arguments.caller exists in strict mode
250 chapter10/10.6/10.6-13-b-2-s: FAIL
251 # arguments.caller is non-configurable in strict mode
252 chapter10/10.6/10.6-13-b-3-s: FAIL
253 # Accessing callee property of Arguments object throws TypeError in strict mode
254 chapter10/10.6/10.6-13-c-1-s: FAIL
255 # arguments.callee is non-configurable in strict mode
256 chapter10/10.6/10.6-13-c-3-s: FAIL
257
258 # simple assignment throws TypeError if LeftHandSide is a property reference
259 # with a primitive base value (this is undefined)
260 chapter11/11.13/11.13.1/11.13.1-1-7-s: FAIL
261
262 # simple assignment throws TypeError if LeftHandSide is a readonly property
263 # in strict mode (Global.NaN)
264 chapter11/11.13/11.13.1/11.13.1-4-2-s: FAIL
265 # simple assignment throws TypeError if LeftHandSide is a readonly property
266 # in strict mode (Global.Infinity)
267 chapter11/11.13/11.13.1/11.13.1-4-3-s: FAIL
268 # simple assignment throws TypeError if LeftHandSide is a readonly property
269 # in strict mode (Global.length)
270 chapter11/11.13/11.13.1/11.13.1-4-4-s: FAIL
271 # simple assignment throws TypeError if LeftHandSide is a readonly property
272 # in strict mode (Object.length)
273 chapter11/11.13/11.13.1/11.13.1-4-5-s: FAIL
274 # simple assignment throws TypeError if LeftHandSide is a readonly property
275 # in strict mode (Function.length)
276 chapter11/11.13/11.13.1/11.13.1-4-6-s: FAIL
277 # simple assignment throws TypeError if LeftHandSide is a readonly property
278 # in strict mode (Array.length)
279 chapter11/11.13/11.13.1/11.13.1-4-7-s: FAIL
280 # simple assignment throws TypeError if LeftHandSide is a readonly property
281 # in strict mode (String.length)
282 chapter11/11.13/11.13.1/11.13.1-4-8-s: FAIL
283 # simple assignment throws TypeError if LeftHandSide is a readonly property
284 # in strict mode (Boolean.length)
285 chapter11/11.13/11.13.1/11.13.1-4-9-s: FAIL
286 # simple assignment throws TypeError if LeftHandSide is a readonly property
287 # in strict mode (Number.length)
288 chapter11/11.13/11.13.1/11.13.1-4-10-s: FAIL
289 # simple assignment throws TypeError if LeftHandSide is a readonly property
290 # in strict mode (Date.length)
291 chapter11/11.13/11.13.1/11.13.1-4-11-s: FAIL
292 # simple assignment throws TypeError if LeftHandSide is a readonly property
293 # in strict mode (RegExp.length)
294 chapter11/11.13/11.13.1/11.13.1-4-12-s: FAIL
295 # simple assignment throws TypeError if LeftHandSide is a readonly property
296 # in strict mode (Error.length)
297 chapter11/11.13/11.13.1/11.13.1-4-13-s: FAIL
298 # simple assignment throws TypeError if LeftHandSide is a readonly property
299 # in strict mode (Number.MAX_VALUE)
300 chapter11/11.13/11.13.1/11.13.1-4-14-s: FAIL
301 # simple assignment throws TypeError if LeftHandSide is a readonly property
302 # in strict mode (Number.MIN_VALUE)
303 chapter11/11.13/11.13.1/11.13.1-4-15-s: FAIL
304 # simple assignment throws TypeError if LeftHandSide is a readonly property
305 # in strict mode (Number.NaN)
306 chapter11/11.13/11.13.1/11.13.1-4-16-s: FAIL
307 # simple assignment throws TypeError if LeftHandSide is a readonly property
308 # in strict mode (Number.NEGATIVE_INFINITY)
309 chapter11/11.13/11.13.1/11.13.1-4-17-s: FAIL
310 # simple assignment throws TypeError if LeftHandSide is a readonly property
311 # in strict mode (Number.POSITIVE_INFINITY)
312 chapter11/11.13/11.13.1/11.13.1-4-18-s: FAIL
313 # simple assignment throws TypeError if LeftHandSide is a readonly property
314 # in strict mode (Math.E)
315 chapter11/11.13/11.13.1/11.13.1-4-19-s: FAIL
316 # simple assignment throws TypeError if LeftHandSide is a readonly property
317 # in strict mode (Math.LN10)
318 chapter11/11.13/11.13.1/11.13.1-4-20-s: FAIL
319 # simple assignment throws TypeError if LeftHandSide is a readonly property
320 # in strict mode (Math.LN2)
321 chapter11/11.13/11.13.1/11.13.1-4-21-s: FAIL
322 # simple assignment throws TypeError if LeftHandSide is a readonly property
323 # in strict mode (Math.LOG2E)
324 chapter11/11.13/11.13.1/11.13.1-4-22-s: FAIL
325 # simple assignment throws TypeError if LeftHandSide is a readonly property
326 # in strict mode (Math.LOG10E)
327 chapter11/11.13/11.13.1/11.13.1-4-23-s: FAIL
328 # simple assignment throws TypeError if LeftHandSide is a readonly property
329 # in strict mode (Math.PI)
330 chapter11/11.13/11.13.1/11.13.1-4-24-s: FAIL
331 # simple assignment throws TypeError if LeftHandSide is a readonly property
332 # in strict mode (Math.SQRT1_2)
333 chapter11/11.13/11.13.1/11.13.1-4-25-s: FAIL
334 # simple assignment throws TypeError if LeftHandSide is a readonly property
335 # in strict mode (Math.SQRT2)
336 chapter11/11.13/11.13.1/11.13.1-4-26-s: FAIL
337 # simple assignment throws TypeError if LeftHandSide is a readonly property
338 # in strict mode (Global.undefined)
339 chapter11/11.13/11.13.1/11.13.1-4-27-s: FAIL
340
341 # delete operator throws TypeError when when deleting a non-configurable
342 # data property in strict mode (Global.NaN)
343 # Invalid test case - "this" is not a global object within the test case.
344 # (http://es5conform.codeplex.com/workitem/29151)
345 chapter11/11.4/11.4.1/11.4.1-4.a-4-s: FAIL_OK
346
347 # delete operator throws ReferenceError when deleting a direct reference
348 # to a var in strict mode
349 # Invalid test case. Test expects ReferenceError instead of SyntaxError.
350 # http://es5conform.codeplex.com/workitem/29084
351 chapter11/11.4/11.4.1/11.4.1-5-1-s: FAIL
352 # delete operator throws ReferenceError when deleting a direct reference
353 # to a function argument in strict mode
354 # Invalid test case. Test expects ReferenceError instead of SyntaxError.
355 # http://es5conform.codeplex.com/workitem/29084
356 chapter11/11.4/11.4.1/11.4.1-5-2-s: FAIL
357 # delete operator throws ReferenceError when deleting a direct reference
358 # to a function name in strict mode
359 # Invalid test case. Test expects ReferenceError instead of SyntaxError.
360 # http://es5conform.codeplex.com/workitem/29084
361 chapter11/11.4/11.4.1/11.4.1-5-3-s: FAIL
362
363 # eval - a function declaring a var named 'eval' throws EvalError in strict mode
364 # Invalid test case. SyntaxError should be expected instead of EvalError.
365 chapter12/12.2/12.2.1/12.2.1-1-s: FAIL
366 # eval - a function assigning into 'eval' throws EvalError in strict mode
367 # Invalid test case. SyntaxError should be expected instead of EvalError.
368 chapter12/12.2/12.2.1/12.2.1-2-s: FAIL
369 # eval - a function expr declaring a var named 'eval' throws EvalError
370 # in strict mode
371 # Invalid test case. SyntaxError should be expected instead of EvalError.
372 chapter12/12.2/12.2.1/12.2.1-3-s: FAIL
373 # eval - a function expr assigning into 'eval' throws a EvalError in strict mode
374 # Invalid test case. SyntaxError should be expected instead of EvalError.
375 chapter12/12.2/12.2.1/12.2.1-4-s: FAIL
376 # eval - a Function declaring var named 'eval' throws EvalError in strict mode
377 # Invalid test case. SyntaxError should be expected instead of EvalError.
378 chapter12/12.2/12.2.1/12.2.1-5-s: FAIL
379 # eval - a Function assigning into 'eval' throws EvalError in strict mode
380 # Invalid test case. SyntaxError should be expected instead of EvalError.
381 chapter12/12.2/12.2.1/12.2.1-6-s: FAIL
382 # eval - a direct eval declaring a var named 'eval' throws EvalError
383 # in strict mode
384 # Invalid test case. SyntaxError should be expected instead of EvalError.
385 chapter12/12.2/12.2.1/12.2.1-7-s: FAIL
386 # eval - a direct eval assigning into 'eval' throws EvalError in strict mode
387 # Invalid test case. SyntaxError should be expected instead of EvalError.
388 chapter12/12.2/12.2.1/12.2.1-8-s: FAIL
389 # eval - an indirect eval declaring a var named 'eval' throws EvalError
390 # in strict mode
391 # Invalid test case. SyntaxError should be expected instead of EvalError.
392 chapter12/12.2/12.2.1/12.2.1-9-s: FAIL
393 # eval - an indirect eval assigning into 'eval' throws EvalError in strict mode
394 # Invalid test case. SyntaxError should be expected instead of EvalError.
395 chapter12/12.2/12.2.1/12.2.1-10-s: FAIL
396
397 # SyntaxError if eval used as function identifier in function declaration
398 # with strict body
399 # Test fails to return true on success (invalid test case).
400 chapter13/13.1/13.1-3-3-s: FAIL
401 # SyntaxError if eval used as function identifier in function expression
402 # with strict body
403 # Test fails to return true on success (invalid test case).
404 chapter13/13.1/13.1-3-4-s: FAIL
405 # SyntaxError if eval used as function identifier in function declaration
406 # in strict code
407 # Test fails to return true on success (invalid test case).
408 chapter13/13.1/13.1-3-5-s: FAIL
409 # SyntaxError if eval used as function identifier in function expression
410 # in strict code
411 # Test fails to return true on success (invalid test case).
412 chapter13/13.1/13.1-3-6-s: FAIL
413 # SyntaxError if arguments used as function identifier in function declaration
414 # with strict body
415 # Test fails to return true on success (invalid test case).
416 chapter13/13.1/13.1-3-9-s: FAIL
417 # SyntaxError if arguments used as function identifier in function expression
418 # with strict body
419 # Test fails to return true on success (invalid test case).
420 chapter13/13.1/13.1-3-10-s: FAIL
421 # SyntaxError if arguments used as function identifier in function declaration
422 # in strict code
423 # Test fails to return true on success (invalid test case).
424 chapter13/13.1/13.1-3-11-s: FAIL
425 # SyntaxError if arguments used as function identifier in function expression
426 # in strict code
427 # Test fails to return true on success (invalid test case).
428 chapter13/13.1/13.1-3-12-s: FAIL
429
430 # Duplicate combined parameter name allowed in Function constructor called
431 # in strict mode if body not strict
432 # Test fails to return true on success (invalid test case).
433 chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-6-s: FAIL
434
435 # Array.prototype.reduce - null passed as thisValue to strict callbackfn
436 # Invalid test case: http://es5conform.codeplex.com/workitem/29085
437 chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4-s: FAIL
438
243 [ $arch == mips ] 439 [ $arch == mips ]
244 440
245 # Skip all tests on MIPS. 441 # Skip all tests on MIPS.
246 *: SKIP 442 *: SKIP
OLDNEW
« no previous file with comments | « test/cctest/testcfg.py ('k') | test/es5conform/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698