| 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 'language/statements/variable/binding-resolution': [FAIL], | 98 'language/statements/variable/binding-resolution': [FAIL], |
| 99 | 99 |
| 100 # https://code.google.com/p/v8/issues/detail?id=4253 | 100 # https://code.google.com/p/v8/issues/detail?id=4253 |
| 101 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], | 101 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], |
| 102 | 102 |
| 103 ###### BEGIN REGEXP SUBCLASSING SECTION ###### | 103 ###### BEGIN REGEXP SUBCLASSING SECTION ###### |
| 104 # https://bugs.chromium.org/p/v8/issues/detail?id=5361 | 104 # https://bugs.chromium.org/p/v8/issues/detail?id=5361 |
| 105 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL], | 105 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL], |
| 106 'built-ins/RegExp/prototype/Symbol.replace/y-set-lastindex': [FAIL], | 106 'built-ins/RegExp/prototype/Symbol.replace/y-set-lastindex': [FAIL], |
| 107 | 107 |
| 108 # https://bugs.chromium.org/p/v8/issues/detail?id=5360 | |
| 109 'built-ins/RegExp/prototype/Symbol.match/builtin-failure-set-lastindex-err': [
FAIL], | |
| 110 'built-ins/RegExp/prototype/Symbol.search/set-lastindex-restore-err': [FAIL], | |
| 111 | |
| 112 # https://bugs.chromium.org/p/v8/issues/detail?id=5123 | 108 # https://bugs.chromium.org/p/v8/issues/detail?id=5123 |
| 113 'built-ins/RegExp/prototype/Symbol.replace/coerce-global': [FAIL], | 109 'built-ins/RegExp/prototype/Symbol.replace/coerce-global': [FAIL], |
| 114 'built-ins/RegExp/prototype/Symbol.replace/coerce-unicode': [FAIL], | 110 'built-ins/RegExp/prototype/Symbol.replace/coerce-unicode': [FAIL], |
| 115 | 111 |
| 116 ###### END REGEXP SUBCLASSING SECTION ###### | 112 ###### END REGEXP SUBCLASSING SECTION ###### |
| 117 | 113 |
| 118 # https://bugs.chromium.org/p/v8/issues/detail?id=5360 | |
| 119 'built-ins/RegExp/prototype/Symbol.match/builtin-coerce-lastindex-err': [FAIL]
, | |
| 120 'built-ins/RegExp/prototype/Symbol.match/builtin-failure-set-lastindex': [FAIL
], | |
| 121 'built-ins/RegExp/prototype/Symbol.search/set-lastindex-restore': [FAIL], | |
| 122 | |
| 123 # https://code.google.com/p/v8/issues/detail?id=4360 | 114 # https://code.google.com/p/v8/issues/detail?id=4360 |
| 124 'intl402/Collator/10.1.1_1': [FAIL], | 115 'intl402/Collator/10.1.1_1': [FAIL], |
| 125 'intl402/DateTimeFormat/12.1.1_1': [FAIL], | 116 'intl402/DateTimeFormat/12.1.1_1': [FAIL], |
| 126 'intl402/NumberFormat/11.1.1_1': [FAIL], | 117 'intl402/NumberFormat/11.1.1_1': [FAIL], |
| 127 | 118 |
| 128 # https://bugs.chromium.org/p/v8/issues/detail?id=4895 | 119 # https://bugs.chromium.org/p/v8/issues/detail?id=4895 |
| 129 'built-ins/TypedArrays/internals/HasProperty/detached-buffer': [FAIL], | 120 'built-ins/TypedArrays/internals/HasProperty/detached-buffer': [FAIL], |
| 130 'built-ins/TypedArrays/internals/Set/detached-buffer': [FAIL], | 121 'built-ins/TypedArrays/internals/Set/detached-buffer': [FAIL], |
| 131 'built-ins/TypedArrays/internals/GetOwnProperty/detached-buffer': [FAIL], | 122 'built-ins/TypedArrays/internals/GetOwnProperty/detached-buffer': [FAIL], |
| 132 'built-ins/TypedArrays/internals/Get/detached-buffer': [FAIL], | 123 'built-ins/TypedArrays/internals/Get/detached-buffer': [FAIL], |
| (...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 453 # https://bugs.chromium.org/p/v8/issues/detail?id=5112 | 444 # https://bugs.chromium.org/p/v8/issues/detail?id=5112 |
| 454 'annexB/language/eval-code/direct/func-block-decl-eval-func-no-skip-try': [FAI
L], | 445 'annexB/language/eval-code/direct/func-block-decl-eval-func-no-skip-try': [FAI
L], |
| 455 'annexB/language/eval-code/direct/func-if-decl-else-decl-a-eval-func-no-skip-t
ry': [FAIL], | 446 'annexB/language/eval-code/direct/func-if-decl-else-decl-a-eval-func-no-skip-t
ry': [FAIL], |
| 456 'annexB/language/eval-code/direct/func-if-decl-else-decl-b-eval-func-no-skip-t
ry': [FAIL], | 447 'annexB/language/eval-code/direct/func-if-decl-else-decl-b-eval-func-no-skip-t
ry': [FAIL], |
| 457 'annexB/language/eval-code/direct/func-if-decl-else-stmt-eval-func-no-skip-try
': [FAIL], | 448 'annexB/language/eval-code/direct/func-if-decl-else-stmt-eval-func-no-skip-try
': [FAIL], |
| 458 'annexB/language/eval-code/direct/func-if-decl-no-else-eval-func-no-skip-try':
[FAIL], | 449 'annexB/language/eval-code/direct/func-if-decl-no-else-eval-func-no-skip-try':
[FAIL], |
| 459 'annexB/language/eval-code/direct/func-if-stmt-else-decl-eval-func-no-skip-try
': [FAIL], | 450 'annexB/language/eval-code/direct/func-if-stmt-else-decl-eval-func-no-skip-try
': [FAIL], |
| 460 'annexB/language/eval-code/direct/func-switch-case-eval-func-no-skip-try': [FA
IL], | 451 'annexB/language/eval-code/direct/func-switch-case-eval-func-no-skip-try': [FA
IL], |
| 461 'annexB/language/eval-code/direct/func-switch-dflt-eval-func-no-skip-try': [FA
IL], | 452 'annexB/language/eval-code/direct/func-switch-dflt-eval-func-no-skip-try': [FA
IL], |
| 462 | 453 |
| 463 # https://bugs.chromium.org/p/v8/issues/detail?id=5334 | |
| 464 'built-ins/Proxy/setPrototypeOf/internals-call-order': [FAIL], | |
| 465 | |
| 466 # https://bugs.chromium.org/p/v8/issues/detail?id=5336 | 454 # https://bugs.chromium.org/p/v8/issues/detail?id=5336 |
| 467 'language/expressions/super/call-proto-not-ctor': [FAIL], | 455 'language/expressions/super/call-proto-not-ctor': [FAIL], |
| 468 | 456 |
| 457 # https://bugs.chromium.org/p/v8/issues/detail?id=5546 |
| 458 'language/expressions/tagged-template/invalid-escape-sequences': [FAIL], |
| 459 |
| 460 # https://bugs.chromium.org/p/v8/issues/detail?id=5537 |
| 461 'built-ins/global/*': [SKIP], |
| 462 |
| 469 ######################## NEEDS INVESTIGATION ########################### | 463 ######################## NEEDS INVESTIGATION ########################### |
| 470 | 464 |
| 471 # These test failures are specific to the intl402 suite and need investigation | 465 # These test failures are specific to the intl402 suite and need investigation |
| 472 # to be either marked as bugs with issues filed for them or as deliberate | 466 # to be either marked as bugs with issues filed for them or as deliberate |
| 473 # incompatibilities if the test cases turn out to be broken or ambiguous. | 467 # incompatibilities if the test cases turn out to be broken or ambiguous. |
| 474 # Some of these are related to v8:4361 in being visible side effects from Intl
. | 468 # Some of these are related to v8:4361 in being visible side effects from Intl
. |
| 475 'intl402/6.2.3': [FAIL], | 469 'intl402/6.2.3': [FAIL], |
| 476 'intl402/Collator/10.1.2.1_4': [FAIL], | 470 'intl402/Collator/10.1.2.1_4': [FAIL], |
| 477 'intl402/Collator/10.1.2_a': [PASS, FAIL], | 471 'intl402/Collator/10.1.2_a': [PASS, FAIL], |
| 478 'intl402/Collator/10.2.3_b': [PASS, FAIL], | 472 'intl402/Collator/10.2.3_b': [PASS, FAIL], |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 638 | 632 |
| 639 # v8:5401 | 633 # v8:5401 |
| 640 'language/module-code/namespace/internals/set': [FAIL], | 634 'language/module-code/namespace/internals/set': [FAIL], |
| 641 'language/module-code/namespace/internals/define-own-property': [FAIL], | 635 'language/module-code/namespace/internals/define-own-property': [FAIL], |
| 642 | 636 |
| 643 # https://github.com/tc39/test262/issues/773 | 637 # https://github.com/tc39/test262/issues/773 |
| 644 'language/module-code/namespace/Symbol.iterator/values-binding-types_': [SKIP]
, | 638 'language/module-code/namespace/Symbol.iterator/values-binding-types_': [SKIP]
, |
| 645 }], # variant == ignition or variant == ignition_staging or variant == ignition
_turbofan | 639 }], # variant == ignition or variant == ignition_staging or variant == ignition
_turbofan |
| 646 | 640 |
| 647 ] | 641 ] |
| OLD | NEW |