| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 'built-ins/WeakMap/iterator-item-first-entry-returns-abrupt': [FAIL], | 125 'built-ins/WeakMap/iterator-item-first-entry-returns-abrupt': [FAIL], |
| 126 'built-ins/WeakMap/iterator-item-second-entry-returns-abrupt': [FAIL], | 126 'built-ins/WeakMap/iterator-item-second-entry-returns-abrupt': [FAIL], |
| 127 'built-ins/WeakMap/iterator-items-are-not-object-close-iterator': [FAIL], | 127 'built-ins/WeakMap/iterator-items-are-not-object-close-iterator': [FAIL], |
| 128 'built-ins/WeakSet/iterator-close-after-add-failure': [FAIL], | 128 'built-ins/WeakSet/iterator-close-after-add-failure': [FAIL], |
| 129 | 129 |
| 130 # https://code.google.com/p/v8/issues/detail?id=4243 | 130 # https://code.google.com/p/v8/issues/detail?id=4243 |
| 131 'built-ins/Promise/race/S25.4.4.3_A3.1_T2': [FAIL], | 131 'built-ins/Promise/race/S25.4.4.3_A3.1_T2': [FAIL], |
| 132 'built-ins/Promise/reject/S25.4.4.4_A3.1_T1': [FAIL], | 132 'built-ins/Promise/reject/S25.4.4.4_A3.1_T1': [FAIL], |
| 133 | 133 |
| 134 # https://code.google.com/p/v8/issues/detail?id=4119 | 134 # https://code.google.com/p/v8/issues/detail?id=4119 |
| 135 'built-ins/RegExp/15.10.4.1-1': [FAIL], | |
| 136 'built-ins/RegExp/S15.10.3.1_A2_T1': [FAIL], | |
| 137 'built-ins/RegExp/S15.10.3.1_A2_T2': [FAIL], | |
| 138 'built-ins/RegExp/S15.10.4.1_A2_T1': [FAIL], | |
| 139 'built-ins/RegExp/S15.10.4.1_A2_T2': [FAIL], | |
| 140 'built-ins/RegExp/call_with_non_regexp_same_constructor': [FAIL], | 135 'built-ins/RegExp/call_with_non_regexp_same_constructor': [FAIL], |
| 141 'built-ins/RegExp/from-regexp-like-short-circuit': [FAIL], | 136 'built-ins/RegExp/from-regexp-like-short-circuit': [FAIL], |
| 142 'built-ins/RegExp/from-regexp-like': [FAIL], | 137 'built-ins/RegExp/from-regexp-like': [FAIL], |
| 143 'built-ins/RegExp/from-regexp-like-flag-override': [FAIL], | 138 'built-ins/RegExp/from-regexp-like-flag-override': [FAIL], |
| 144 'built-ins/RegExp/from-regexp-like-get-source-err': [FAIL], | 139 'built-ins/RegExp/from-regexp-like-get-source-err': [FAIL], |
| 145 'built-ins/RegExp/from-regexp-like-get-flags-err': [FAIL], | 140 'built-ins/RegExp/from-regexp-like-get-flags-err': [FAIL], |
| 146 'built-ins/RegExp/from-regexp-like-get-ctor-err': [FAIL], | 141 'built-ins/RegExp/from-regexp-like-get-ctor-err': [FAIL], |
| 147 'built-ins/RegExp/call_with_regexp_not_same_constructor': [FAIL], | |
| 148 | 142 |
| 149 # https://code.google.com/p/v8/issues/detail?id=4245 | 143 # https://code.google.com/p/v8/issues/detail?id=4245 |
| 150 'built-ins/String/prototype/split/S15.5.4.14_A2_T37': [FAIL], | 144 'built-ins/String/prototype/split/S15.5.4.14_A2_T37': [FAIL], |
| 151 | 145 |
| 152 # https://code.google.com/p/v8/issues/detail?id=4348 | 146 # https://code.google.com/p/v8/issues/detail?id=4348 |
| 153 'built-ins/String/prototype/Symbol.iterator/this-val-non-obj-coercible': [FAIL
], | 147 'built-ins/String/prototype/Symbol.iterator/this-val-non-obj-coercible': [FAIL
], |
| 154 | 148 |
| 155 # The order of adding the name property is wrong | 149 # The order of adding the name property is wrong |
| 156 # https://code.google.com/p/v8/issues/detail?id=4199 | 150 # https://code.google.com/p/v8/issues/detail?id=4199 |
| 157 'language/computed-property-names/class/static/method-number': [FAIL, FAIL_SLO
PPY], | 151 'language/computed-property-names/class/static/method-number': [FAIL, FAIL_SLO
PPY], |
| (...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 756 'language/statements/function/S13.2.2_A19_T8': [SKIP], | 750 'language/statements/function/S13.2.2_A19_T8': [SKIP], |
| 757 'language/statements/while/S12.6.2_A4_T5': [SKIP], | 751 'language/statements/while/S12.6.2_A4_T5': [SKIP], |
| 758 }], # ignition == True | 752 }], # ignition == True |
| 759 | 753 |
| 760 ['ignition == True and (arch == arm or arch == arm64)', { | 754 ['ignition == True and (arch == arm or arch == arm64)', { |
| 761 'built-ins/encodeURI*': [SKIP], | 755 'built-ins/encodeURI*': [SKIP], |
| 762 'intl402/9.2.2': [SKIP], | 756 'intl402/9.2.2': [SKIP], |
| 763 }], # ignition == True and (arch == arm or arch == arm64) | 757 }], # ignition == True and (arch == arm or arch == arm64) |
| 764 | 758 |
| 765 ] | 759 ] |
| OLD | NEW |