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 30 matching lines...) Expand all Loading... |
41 # Possibly same cause as S8.5_A2.1, below: floating-point tests. | 41 # Possibly same cause as S8.5_A2.1, below: floating-point tests. |
42 'built-ins/Math/sin/S15.8.2.16_A7': [PASS, FAIL_OK], | 42 'built-ins/Math/sin/S15.8.2.16_A7': [PASS, FAIL_OK], |
43 'built-ins/Math/tan/S15.8.2.18_A7': [PASS, FAIL_OK], | 43 'built-ins/Math/tan/S15.8.2.18_A7': [PASS, FAIL_OK], |
44 'built-ins/Math/cos/S15.8.2.7_A7': [PASS, FAIL_OK], | 44 'built-ins/Math/cos/S15.8.2.7_A7': [PASS, FAIL_OK], |
45 | 45 |
46 # This is an incompatibility between ES5 and V8 on enumerating | 46 # This is an incompatibility between ES5 and V8 on enumerating |
47 # shadowed elements in a for..in loop. | 47 # shadowed elements in a for..in loop. |
48 # https://code.google.com/p/v8/issues/detail?id=705 | 48 # https://code.google.com/p/v8/issues/detail?id=705 |
49 'language/statements/for-in/12.6.4-2': [PASS, FAIL_OK], | 49 'language/statements/for-in/12.6.4-2': [PASS, FAIL_OK], |
50 | 50 |
| 51 # Array.find (currently requires --harmony-arrays) |
| 52 'built-ins/Array/prototype/find/Array.prototype.find_skip-empty': [FAIL], |
| 53 'built-ins/Array/prototype/find/Array.prototype.find_this-undefined': [FAIL], |
| 54 |
51 ###################### MISSING ES6 FEATURES ####################### | 55 ###################### MISSING ES6 FEATURES ####################### |
52 | 56 |
53 # Array.fill (currently requires --harmony-arrays) | 57 # Requires --harmony-sloppy |
54 'built-ins/Array/prototype/fill/S22.1.3.6_T1': [FAIL], | 58 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [FAIL], |
55 | |
56 # Array.find (currently requires --harmony-arrays) | |
57 'built-ins/Array/of/S22.1.2.3_T1': [FAIL], | |
58 'built-ins/Array/of/S22.1.2.3_T2': [FAIL], | |
59 'built-ins/Array/prototype/find/Array.prototype.find_empty-array-undefined': [
FAIL], | |
60 'built-ins/Array/prototype/find/Array.prototype.find_length-property': [FAIL], | |
61 'built-ins/Array/prototype/find/Array.prototype.find_modify-after-start': [FAI
L], | |
62 'built-ins/Array/prototype/find/Array.prototype.find_non-returning-predicate':
[FAIL], | |
63 'built-ins/Array/prototype/find/Array.prototype.find_predicate-arguments': [FA
IL], | |
64 'built-ins/Array/prototype/find/Array.prototype.find_push-after-start': [FAIL]
, | |
65 'built-ins/Array/prototype/find/Array.prototype.find_remove-after-start': [FAI
L], | |
66 'built-ins/Array/prototype/find/Array.prototype.find_return-found-value': [FAI
L], | |
67 'built-ins/Array/prototype/find/Array.prototype.find_skip-empty': [FAIL], | |
68 'built-ins/Array/prototype/find/Array.prototype.find_this-defined': [FAIL], | |
69 'built-ins/Array/prototype/find/Array.prototype.find_this-is-object': [FAIL], | |
70 'built-ins/Array/prototype/find/Array.prototype.find_this-undefined': [FAIL], | |
71 | |
72 # Array.from | |
73 'built-ins/Array/from/S22.1.2.1_T1': [FAIL], | |
74 'built-ins/Array/from/S22.1.2.1_T2': [FAIL], | |
75 | |
76 # Direct proxies | |
77 'built-ins/Array/prototype/find/Array.prototype.find_callable-predicate': [FAI
L], | |
78 | 59 |
79 # --harmony-computed-property-names is not yet enabled | 60 # --harmony-computed-property-names is not yet enabled |
80 'language/computed-property-names/class/accessor/getter': [FAIL], | 61 'language/computed-property-names/class/accessor/getter': [FAIL], |
81 'language/computed-property-names/class/accessor/getter-duplicates': [FAIL], | 62 'language/computed-property-names/class/accessor/getter-duplicates': [FAIL], |
82 'language/computed-property-names/class/accessor/setter': [FAIL], | 63 'language/computed-property-names/class/accessor/setter': [FAIL], |
83 'language/computed-property-names/class/accessor/setter-duplicates': [FAIL], | 64 'language/computed-property-names/class/accessor/setter-duplicates': [FAIL], |
84 'language/computed-property-names/class/method/constructor': [FAIL], | 65 'language/computed-property-names/class/method/constructor': [FAIL], |
85 'language/computed-property-names/class/method/generator': [FAIL], | 66 'language/computed-property-names/class/method/generator': [FAIL], |
86 'language/computed-property-names/class/method/number': [FAIL], | 67 'language/computed-property-names/class/method/number': [FAIL], |
87 'language/computed-property-names/class/method/string': [FAIL], | 68 'language/computed-property-names/class/method/string': [FAIL], |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
190 'built-ins/Array/prototype/every/15.4.4.16-3-25': [FAIL], | 171 'built-ins/Array/prototype/every/15.4.4.16-3-25': [FAIL], |
191 'built-ins/Array/prototype/every/15.4.4.16-3-29': [FAIL], | 172 'built-ins/Array/prototype/every/15.4.4.16-3-29': [FAIL], |
192 'built-ins/Array/prototype/every/15.4.4.16-3-7': [FAIL], | 173 'built-ins/Array/prototype/every/15.4.4.16-3-7': [FAIL], |
193 'built-ins/Array/prototype/every/15.4.4.16-3-8': [FAIL], | 174 'built-ins/Array/prototype/every/15.4.4.16-3-8': [FAIL], |
194 'built-ins/Array/prototype/filter/15.4.4.20-3-12': [FAIL], | 175 'built-ins/Array/prototype/filter/15.4.4.20-3-12': [FAIL], |
195 'built-ins/Array/prototype/filter/15.4.4.20-3-25': [FAIL], | 176 'built-ins/Array/prototype/filter/15.4.4.20-3-25': [FAIL], |
196 'built-ins/Array/prototype/filter/15.4.4.20-3-7': [FAIL], | 177 'built-ins/Array/prototype/filter/15.4.4.20-3-7': [FAIL], |
197 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-1': [FAIL]
, | 178 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-1': [FAIL]
, |
198 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-2': [FAIL]
, | 179 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-2': [FAIL]
, |
199 'built-ins/Array/prototype/find/Array.prototype.find_callable-arrowfunction':
[FAIL], | 180 'built-ins/Array/prototype/find/Array.prototype.find_callable-arrowfunction':
[FAIL], |
200 'built-ins/Array/prototype/find/Array.prototype.find_callable-forEach': [FAIL]
, | |
201 'built-ins/Array/prototype/find/Array.prototype.find_this-global': [FAIL], | |
202 'built-ins/Array/prototype/forEach/15.4.4.18-3-12': [FAIL], | 181 'built-ins/Array/prototype/forEach/15.4.4.18-3-12': [FAIL], |
203 'built-ins/Array/prototype/forEach/15.4.4.18-3-25': [FAIL], | 182 'built-ins/Array/prototype/forEach/15.4.4.18-3-25': [FAIL], |
204 'built-ins/Array/prototype/forEach/15.4.4.18-3-7': [FAIL], | 183 'built-ins/Array/prototype/forEach/15.4.4.18-3-7': [FAIL], |
205 'built-ins/Array/prototype/indexOf/15.4.4.14-3-12': [FAIL], | 184 'built-ins/Array/prototype/indexOf/15.4.4.14-3-12': [FAIL], |
206 'built-ins/Array/prototype/indexOf/15.4.4.14-3-14': [FAIL], | 185 'built-ins/Array/prototype/indexOf/15.4.4.14-3-14': [FAIL], |
207 'built-ins/Array/prototype/indexOf/15.4.4.14-3-25': [FAIL], | 186 'built-ins/Array/prototype/indexOf/15.4.4.14-3-25': [FAIL], |
208 'built-ins/Array/prototype/indexOf/15.4.4.14-3-28': [FAIL], | 187 'built-ins/Array/prototype/indexOf/15.4.4.14-3-28': [FAIL], |
209 'built-ins/Array/prototype/indexOf/15.4.4.14-3-29': [FAIL], | 188 'built-ins/Array/prototype/indexOf/15.4.4.14-3-29': [FAIL], |
210 'built-ins/Array/prototype/indexOf/15.4.4.14-3-7': [FAIL], | 189 'built-ins/Array/prototype/indexOf/15.4.4.14-3-7': [FAIL], |
211 'built-ins/Array/prototype/indexOf/15.4.4.14-3-8': [FAIL], | 190 'built-ins/Array/prototype/indexOf/15.4.4.14-3-8': [FAIL], |
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
449 'language/expressions/prefix-increment/S11.4.4_A5_T2': [FAIL], | 428 'language/expressions/prefix-increment/S11.4.4_A5_T2': [FAIL], |
450 'language/expressions/prefix-increment/S11.4.4_A5_T3': [FAIL], | 429 'language/expressions/prefix-increment/S11.4.4_A5_T3': [FAIL], |
451 'language/expressions/prefix-increment/S11.4.4_A5_T4': [FAIL], | 430 'language/expressions/prefix-increment/S11.4.4_A5_T4': [FAIL], |
452 'language/expressions/prefix-increment/S11.4.4_A5_T5': [FAIL], | 431 'language/expressions/prefix-increment/S11.4.4_A5_T5': [FAIL], |
453 'language/expressions/property-accessors/S11.2.1_A4_T5': [FAIL], | 432 'language/expressions/property-accessors/S11.2.1_A4_T5': [FAIL], |
454 'language/generators/generator.declareMethod.argSuperProperty': [FAIL], | 433 'language/generators/generator.declareMethod.argSuperProperty': [FAIL], |
455 'language/generators/generator.declareMethod.shadow-parameter-const': [FAIL], | 434 'language/generators/generator.declareMethod.shadow-parameter-const': [FAIL], |
456 'language/generators/generator.expression.implicit-name': [FAIL], | 435 'language/generators/generator.expression.implicit-name': [FAIL], |
457 | 436 |
458 # Test 262 update 2015-03-31 | 437 # Test 262 update 2015-03-31 |
459 'built-ins/Array/prototype/concat/Array.prototype.concat_array-like': [FAIL], | |
460 'built-ins/Array/prototype/concat/Array.prototype.concat_array-like-length-to-
string-throws': [FAIL], | |
461 'built-ins/Array/prototype/concat/Array.prototype.concat_array-like-length-val
ue-of-throws': [FAIL], | |
462 'built-ins/Array/prototype/concat/Array.prototype.concat_array-like-negative-l
ength': [FAIL], | |
463 'built-ins/Array/prototype/concat/Array.prototype.concat_array-like-primitive-
non-number-length': [FAIL], | |
464 'built-ins/Array/prototype/concat/Array.prototype.concat_array-like-string-len
gth': [FAIL], | |
465 'built-ins/Array/prototype/concat/Array.prototype.concat_array-like-to-length-
throws': [FAIL], | |
466 'built-ins/Array/prototype/concat/Array.prototype.concat_holey-sloppy-argument
s': [FAIL], | |
467 'built-ins/Array/prototype/concat/Array.prototype.concat_large-typed-array': [
FAIL], | |
468 'built-ins/Array/prototype/concat/Array.prototype.concat_length-throws': [FAIL
], | |
469 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [FAIL], | |
470 'built-ins/Array/prototype/concat/Array.prototype.concat_sloppy-arguments': [F
AIL], | |
471 'built-ins/Array/prototype/concat/Array.prototype.concat_sloppy-arguments-thro
ws': [FAIL], | |
472 'built-ins/Array/prototype/concat/Array.prototype.concat_sloppy-arguments-with
-dupes': [FAIL], | |
473 'built-ins/Array/prototype/concat/Array.prototype.concat_small-typed-array': [
FAIL], | |
474 'built-ins/Array/prototype/concat/Array.prototype.concat_spreadable-boolean-wr
apper': [FAIL], | |
475 'built-ins/Array/prototype/concat/Array.prototype.concat_spreadable-function':
[FAIL], | |
476 'built-ins/Array/prototype/concat/Array.prototype.concat_spreadable-getter-thr
ows': [FAIL], | |
477 'built-ins/Array/prototype/concat/Array.prototype.concat_spreadable-number-wra
pper': [FAIL], | |
478 'built-ins/Array/prototype/concat/Array.prototype.concat_spreadable-reg-exp':
[FAIL], | |
479 'built-ins/Array/prototype/concat/Array.prototype.concat_spreadable-sparse-obj
ect': [FAIL], | |
480 'built-ins/Array/prototype/concat/Array.prototype.concat_spreadable-string-wra
pper': [FAIL], | |
481 'built-ins/Array/prototype/concat/Array.prototype.concat_strict-arguments': [F
AIL], | |
482 'built-ins/Symbol/species/Symbol.species.builtin-getter-name': [FAIL], | 438 'built-ins/Symbol/species/Symbol.species.builtin-getter-name': [FAIL], |
483 'built-ins/Symbol/species/Symbol.species.exists': [FAIL], | 439 'built-ins/Symbol/species/Symbol.species.exists': [FAIL], |
484 'built-ins/Symbol/species/Symbol.species.in_Array': [FAIL], | 440 'built-ins/Symbol/species/Symbol.species.in_Array': [FAIL], |
485 'built-ins/Symbol/species/Symbol.species.in_ArrayBuffer': [FAIL], | 441 'built-ins/Symbol/species/Symbol.species.in_ArrayBuffer': [FAIL], |
486 'built-ins/Symbol/species/Symbol.species.in_Map': [FAIL], | 442 'built-ins/Symbol/species/Symbol.species.in_Map': [FAIL], |
487 'built-ins/Symbol/species/Symbol.species.in_Promise': [FAIL], | 443 'built-ins/Symbol/species/Symbol.species.in_Promise': [FAIL], |
488 'built-ins/Symbol/species/Symbol.species.in_RegExp': [FAIL], | 444 'built-ins/Symbol/species/Symbol.species.in_RegExp': [FAIL], |
489 'built-ins/Symbol/species/Symbol.species.in_Set': [FAIL], | 445 'built-ins/Symbol/species/Symbol.species.in_Set': [FAIL], |
490 'built-ins/Symbol/species/Symbol.species.notChangedByExtends': [FAIL], | 446 'built-ins/Symbol/species/Symbol.species.notChangedByExtends': [FAIL], |
491 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], | 447 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
661 | 617 |
662 # BUG(3251225): Tests that timeout with --nocrankshaft. | 618 # BUG(3251225): Tests that timeout with --nocrankshaft. |
663 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 619 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
664 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 620 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
665 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 621 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
666 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 622 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
667 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 623 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
668 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 624 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
669 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 625 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
670 ] | 626 ] |
OLD | NEW |