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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
440 | 440 |
441 # https://bugs.chromium.org/p/v8/issues/detail?id=5336 | 441 # https://bugs.chromium.org/p/v8/issues/detail?id=5336 |
442 'language/expressions/super/call-proto-not-ctor': [FAIL], | 442 'language/expressions/super/call-proto-not-ctor': [FAIL], |
443 | 443 |
444 # https://bugs.chromium.org/p/v8/issues/detail?id=5546 | 444 # https://bugs.chromium.org/p/v8/issues/detail?id=5546 |
445 'language/expressions/tagged-template/invalid-escape-sequences': [FAIL], | 445 'language/expressions/tagged-template/invalid-escape-sequences': [FAIL], |
446 | 446 |
447 # https://bugs.chromium.org/p/v8/issues/detail?id=5537 | 447 # https://bugs.chromium.org/p/v8/issues/detail?id=5537 |
448 'built-ins/global/*': [SKIP], | 448 'built-ins/global/*': [SKIP], |
449 | 449 |
450 ######################## NEEDS INVESTIGATION ########################### | 450 # PreParser doesn't produce early errors |
| 451 # https://bugs.chromium.org/p/v8/issues/detail?id=2728 |
| 452 'language/expressions/async-arrow-function/early-errors-arrow-formals-body-dup
licate': [FAIL], |
| 453 'language/expressions/async-function/early-errors-expression-formals-body-dupl
icate': [FAIL], |
| 454 'language/expressions/object/method-definition/generator-param-redecl-const':
[FAIL], |
| 455 'language/expressions/object/method-definition/generator-param-redecl-let': [F
AIL], |
| 456 'language/expressions/object/method-definition/name-param-redecl': [FAIL], |
| 457 'language/statements/async-function/early-errors-declaration-formals-body-dupl
icate': [FAIL], |
| 458 |
| 459 ######################## NEEDS INVESTIGATION ########################### |
451 | 460 |
452 # These test failures are specific to the intl402 suite and need investigation | 461 # These test failures are specific to the intl402 suite and need investigation |
453 # to be either marked as bugs with issues filed for them or as deliberate | 462 # to be either marked as bugs with issues filed for them or as deliberate |
454 # incompatibilities if the test cases turn out to be broken or ambiguous. | 463 # incompatibilities if the test cases turn out to be broken or ambiguous. |
455 # Some of these are related to v8:4361 in being visible side effects from Intl
. | 464 # Some of these are related to v8:4361 in being visible side effects from Intl
. |
456 'intl402/6.2.3': [FAIL], | 465 'intl402/6.2.3': [FAIL], |
457 'intl402/Collator/10.1.2.1_4': [FAIL], | 466 'intl402/Collator/10.1.2.1_4': [FAIL], |
458 'intl402/Collator/10.1.2_a': [PASS, FAIL], | 467 'intl402/Collator/10.1.2_a': [PASS, FAIL], |
459 'intl402/Collator/10.2.3_b': [PASS, FAIL], | 468 'intl402/Collator/10.2.3_b': [PASS, FAIL], |
460 'intl402/Collator/prototype/10.3_a': [FAIL], | 469 'intl402/Collator/prototype/10.3_a': [FAIL], |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
619 | 628 |
620 # v8:5487 | 629 # v8:5487 |
621 'language/module-code/namespace/internals/get-own-property-str-found-uninit':
[FAIL], | 630 'language/module-code/namespace/internals/get-own-property-str-found-uninit':
[FAIL], |
622 | 631 |
623 # v8:5401 | 632 # v8:5401 |
624 'language/module-code/namespace/internals/set': [FAIL], | 633 'language/module-code/namespace/internals/set': [FAIL], |
625 'language/module-code/namespace/internals/define-own-property': [FAIL], | 634 'language/module-code/namespace/internals/define-own-property': [FAIL], |
626 }], # variant == ignition or variant == ignition_staging or variant == ignition
_turbofan | 635 }], # variant == ignition or variant == ignition_staging or variant == ignition
_turbofan |
627 | 636 |
628 ] | 637 ] |
OLD | NEW |