| 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=5123 | |
| 109 'built-ins/RegExp/prototype/Symbol.replace/coerce-global': [FAIL], | |
| 110 'built-ins/RegExp/prototype/Symbol.replace/coerce-unicode': [FAIL], | |
| 111 | |
| 112 ###### END REGEXP SUBCLASSING SECTION ###### | 108 ###### END REGEXP SUBCLASSING SECTION ###### |
| 113 | 109 |
| 114 # https://code.google.com/p/v8/issues/detail?id=4360 | 110 # https://code.google.com/p/v8/issues/detail?id=4360 |
| 115 'intl402/Collator/10.1.1_1': [FAIL], | 111 'intl402/Collator/10.1.1_1': [FAIL], |
| 116 'intl402/DateTimeFormat/12.1.1_1': [FAIL], | 112 'intl402/DateTimeFormat/12.1.1_1': [FAIL], |
| 117 'intl402/NumberFormat/11.1.1_1': [FAIL], | 113 'intl402/NumberFormat/11.1.1_1': [FAIL], |
| 118 | 114 |
| 119 # https://bugs.chromium.org/p/v8/issues/detail?id=4895 | 115 # https://bugs.chromium.org/p/v8/issues/detail?id=4895 |
| 120 'built-ins/TypedArrays/internals/HasProperty/detached-buffer': [FAIL], | 116 'built-ins/TypedArrays/internals/HasProperty/detached-buffer': [FAIL], |
| 121 'built-ins/TypedArrays/internals/Set/detached-buffer': [FAIL], | 117 'built-ins/TypedArrays/internals/Set/detached-buffer': [FAIL], |
| (...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 632 | 628 |
| 633 # v8:5401 | 629 # v8:5401 |
| 634 'language/module-code/namespace/internals/set': [FAIL], | 630 'language/module-code/namespace/internals/set': [FAIL], |
| 635 'language/module-code/namespace/internals/define-own-property': [FAIL], | 631 'language/module-code/namespace/internals/define-own-property': [FAIL], |
| 636 | 632 |
| 637 # https://github.com/tc39/test262/issues/773 | 633 # https://github.com/tc39/test262/issues/773 |
| 638 'language/module-code/namespace/Symbol.iterator/values-binding-types_': [SKIP]
, | 634 'language/module-code/namespace/Symbol.iterator/values-binding-types_': [SKIP]
, |
| 639 }], # variant == ignition or variant == ignition_staging or variant == ignition
_turbofan | 635 }], # variant == ignition or variant == ignition_staging or variant == ignition
_turbofan |
| 640 | 636 |
| 641 ] | 637 ] |
| OLD | NEW |