OLD | NEW |
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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
446 # property, test the length property of 'O' is set as ToUint32('name') + 1 | 446 # property, test the length property of 'O' is set as ToUint32('name') + 1 |
447 # if ToUint32('name') equals to value of the length property in 'O' | 447 # if ToUint32('name') equals to value of the length property in 'O' |
448 # (15.4.5.1 step 4.e.ii) | 448 # (15.4.5.1 step 4.e.ii) |
449 15.2.3.6-4-275: FAIL | 449 15.2.3.6-4-275: FAIL |
450 # Bug? Object.defineProperty - 'O' is an Array, 'name' is an array index named | 450 # Bug? Object.defineProperty - 'O' is an Array, 'name' is an array index named |
451 # property, test the length property of 'O' is set as ToUint32('name') + 1 | 451 # property, test the length property of 'O' is set as ToUint32('name') + 1 |
452 # if ToUint32('name') is greater than value of the length property in 'O' | 452 # if ToUint32('name') is greater than value of the length property in 'O' |
453 # (15.4.5.1 step 4.e.ii) | 453 # (15.4.5.1 step 4.e.ii) |
454 15.2.3.6-4-276: FAIL | 454 15.2.3.6-4-276: FAIL |
455 # Bug? Object.defineProperty - 'O' is an Arguments object of a function that has | 455 # Bug? Object.defineProperty - 'O' is an Arguments object of a function that has |
456 # formal parameters, 'name' is own property which is defined in both | |
457 # [[ParameterMap]] of 'O' and 'O', is deleted afterwards, and 'desc' is | |
458 # accessor descriptor, test 'name' is redefined in 'O' with all correct | |
459 # attribute values (10.6 [[DefineOwnProperty]] step 3) | |
460 15.2.3.6-4-290-1: FAIL | |
461 # Bug? Object.defineProperty - 'O' is an Arguments object of a function that has | |
462 # formal parameters, 'name' is own accessor property of 'O' which is also | 456 # formal parameters, 'name' is own accessor property of 'O' which is also |
463 # defined in [[ParameterMap]] of 'O', and 'desc' is accessor descriptor, | 457 # defined in [[ParameterMap]] of 'O', and 'desc' is accessor descriptor, |
464 # test updating multiple attribute values of 'name' (10.6 | 458 # test updating multiple attribute values of 'name' (10.6 |
465 # [[DefineOwnProperty]] step 3 and 5.a.i) | 459 # [[DefineOwnProperty]] step 3 and 5.a.i) |
466 15.2.3.6-4-291-1: FAIL | 460 15.2.3.6-4-291-1: FAIL |
467 # Bug? Object.defineProperty - 'O' is an Arguments object, 'name' is own | 461 # Bug? Object.defineProperty - 'O' is an Arguments object, 'name' is own |
468 # accessor property of 'O', and 'desc' is accessor descriptor, test | 462 # accessor property of 'O', and 'desc' is accessor descriptor, test |
469 # updating multiple attribute values of 'name' (10.6 [[DefineOwnProperty]] | 463 # updating multiple attribute values of 'name' (10.6 [[DefineOwnProperty]] |
470 # step 3) | 464 # step 3) |
471 15.2.3.6-4-291: FAIL | 465 15.2.3.6-4-291: FAIL |
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
857 # Bug? Object.defineProperties - 'O' is an Array, 'P' is an array index named | 851 # Bug? Object.defineProperties - 'O' is an Array, 'P' is an array index named |
858 # property, test the length property of 'O' is set as ToUint32('P') + 1 if | 852 # property, test the length property of 'O' is set as ToUint32('P') + 1 if |
859 # ToUint32('P') equals to value of the length property in 'O' (15.4.5.1 | 853 # ToUint32('P') equals to value of the length property in 'O' (15.4.5.1 |
860 # step 4.e.ii) | 854 # step 4.e.ii) |
861 15.2.3.7-6-a-264: FAIL | 855 15.2.3.7-6-a-264: FAIL |
862 # Bug? Object.defineProperties - 'O' is an Array, 'P' is an array index named | 856 # Bug? Object.defineProperties - 'O' is an Array, 'P' is an array index named |
863 # property, test the length property of 'O' is set as ToUint32('P') + 1 if | 857 # property, test the length property of 'O' is set as ToUint32('P') + 1 if |
864 # ToUint32('P') is greater than value of the length property in 'O' | 858 # ToUint32('P') is greater than value of the length property in 'O' |
865 # (15.4.5.1 step 4.e.ii) | 859 # (15.4.5.1 step 4.e.ii) |
866 15.2.3.7-6-a-265: FAIL | 860 15.2.3.7-6-a-265: FAIL |
867 # Bug? Object.defineProperties - 'O' is an Arguments object, 'P' is own property | |
868 # which is ever defined in both [[ParameterMap]] of 'O' and 'O', and is | |
869 # deleted afterwards, and 'desc' is accessor descriptor, test 'P' is | |
870 # redefined in 'O' with all correct attribute values (10.6 | |
871 # [[DefineOwnProperty]] step 3) | |
872 15.2.3.7-6-a-279: FAIL | |
873 # Bug? Object.defineProperties - 'O' is an Arguments object, 'P' is own accessor | 861 # Bug? Object.defineProperties - 'O' is an Arguments object, 'P' is own accessor |
874 # property of 'O' which is also defined in [[ParameterMap]] of 'O', and | 862 # property of 'O' which is also defined in [[ParameterMap]] of 'O', and |
875 # 'desc' is accessor descriptor, test updating multiple attribute values of | 863 # 'desc' is accessor descriptor, test updating multiple attribute values of |
876 # 'P' (10.6 [[DefineOwnProperty]] step 3) | 864 # 'P' (10.6 [[DefineOwnProperty]] step 3) |
877 15.2.3.7-6-a-280: FAIL | 865 15.2.3.7-6-a-280: FAIL |
878 # Bug? Object.defineProperties - 'O' is an Arguments object, 'P' is own data | 866 # Bug? Object.defineProperties - 'O' is an Arguments object, 'P' is own data |
879 # property of 'O' which is also defined in [[ParameterMap]] of 'O', and | 867 # property of 'O' which is also defined in [[ParameterMap]] of 'O', and |
880 # 'desc' is data descriptor, test updating multiple attribute values of 'P' | 868 # 'desc' is data descriptor, test updating multiple attribute values of 'P' |
881 # (10.6 [[DefineOwnProperty]] step 3) | 869 # (10.6 [[DefineOwnProperty]] step 3) |
882 15.2.3.7-6-a-281: FAIL | 870 15.2.3.7-6-a-281: FAIL |
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1441 # values (false) | 1429 # values (false) |
1442 15.10.7.4-2: FAIL | 1430 15.10.7.4-2: FAIL |
1443 # Bug? RegExp.prototype.lastIndex is of type Number | 1431 # Bug? RegExp.prototype.lastIndex is of type Number |
1444 15.10.7.5-1: FAIL | 1432 15.10.7.5-1: FAIL |
1445 # Bug? RegExp.prototype.lastIndex is a data property with specified attribute | 1433 # Bug? RegExp.prototype.lastIndex is a data property with specified attribute |
1446 # values | 1434 # values |
1447 15.10.7.5-2: FAIL | 1435 15.10.7.5-2: FAIL |
1448 # Bug? Error.prototype.toString return the value of 'msg' when 'name' is empty | 1436 # Bug? Error.prototype.toString return the value of 'msg' when 'name' is empty |
1449 # string and 'msg' isn't undefined | 1437 # string and 'msg' isn't undefined |
1450 15.11.4.4-8-1: FAIL | 1438 15.11.4.4-8-1: FAIL |
OLD | NEW |