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

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

Issue 8342034: Fix handling Function.apply for non-array arguments. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 2 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/mjsunit/apply.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 # TypeError is thrown when updating the [[Enumerable]] attribute value of 441 # TypeError is thrown when updating the [[Enumerable]] attribute value of
442 # 'P' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 442 # 'P' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step
443 # 4) 443 # 4)
444 15.2.3.7-6-a-284: FAIL 444 15.2.3.7-6-a-284: FAIL
445 # Bug? Object.defineProperties - 'O' is an Arguments object, 'P' is own data 445 # Bug? Object.defineProperties - 'O' is an Arguments object, 'P' is own data
446 # property of 'O' which is also defined in [[ParameterMap]] of 'O', test 446 # property of 'O' which is also defined in [[ParameterMap]] of 'O', test
447 # TypeError is thrown when updating the [[Configurable]] attribute value of 447 # TypeError is thrown when updating the [[Configurable]] attribute value of
448 # 'P' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step 448 # 'P' which is defined as non-configurable (10.6 [[DefineOwnProperty]] step
449 # 4) 449 # 4)
450 15.2.3.7-6-a-285: FAIL 450 15.2.3.7-6-a-285: FAIL
451 # Bug? Strict Mode - 'this' value is a string which cannot be converted to
452 # wrapper objects when the function is called with an array of arguments
453 15.3.4.3-1-s: FAIL
454 # Bug? Strict Mode - 'this' value is a number which cannot be converted to
455 # wrapper objects when the function is called with an array of arguments
456 15.3.4.3-2-s: FAIL
457 # Bug? Strict Mode - 'this' value is a boolean which cannot be converted to
458 # wrapper objects when the function is called with an array of arguments
459 15.3.4.3-3-s: FAIL
460 # Bug? Array.prototype.indexOf - decreasing length of array does not delete 451 # Bug? Array.prototype.indexOf - decreasing length of array does not delete
461 # non-configurable properties 452 # non-configurable properties
462 15.4.4.14-9-a-19: FAIL 453 15.4.4.14-9-a-19: FAIL
463 # Bug? Array.prototype.lastIndexOf - decreasing length of array does not delete 454 # Bug? Array.prototype.lastIndexOf - decreasing length of array does not delete
464 # non-configurable properties 455 # non-configurable properties
465 15.4.4.15-8-a-19: FAIL 456 15.4.4.15-8-a-19: FAIL
466 # Bug? Array.prototype.every - decreasing length of array does not delete 457 # Bug? Array.prototype.every - decreasing length of array does not delete
467 # non-configurable properties 458 # non-configurable properties
468 15.4.4.16-7-b-16: FAIL 459 15.4.4.16-7-b-16: FAIL
469 # Bug? Array.prototype.some - decreasing length of array does not delete 460 # Bug? Array.prototype.some - decreasing length of array does not delete
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 S15.1.3.2_A2.5_T1: SKIP 538 S15.1.3.2_A2.5_T1: SKIP
548 S15.1.3.3_A2.3_T1: SKIP 539 S15.1.3.3_A2.3_T1: SKIP
549 S15.1.3.4_A2.3_T1: SKIP 540 S15.1.3.4_A2.3_T1: SKIP
550 S15.1.3.1_A2.5_T1: SKIP 541 S15.1.3.1_A2.5_T1: SKIP
551 S15.1.3.2_A2.5_T1: SKIP 542 S15.1.3.2_A2.5_T1: SKIP
552 543
553 [ $arch == mips ] 544 [ $arch == mips ]
554 545
555 # Skip all tests on MIPS. 546 # Skip all tests on MIPS.
556 *: SKIP 547 *: SKIP
OLDNEW
« no previous file with comments | « test/mjsunit/apply.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698