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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 | 177 |
178 # The order of adding the name property is wrong | 178 # The order of adding the name property is wrong |
179 # https://code.google.com/p/v8/issues/detail?id=4199 | 179 # https://code.google.com/p/v8/issues/detail?id=4199 |
180 'language/computed-property-names/class/static/method-number': [FAIL, FAIL_SLO
PPY], | 180 'language/computed-property-names/class/static/method-number': [FAIL, FAIL_SLO
PPY], |
181 'language/computed-property-names/class/static/method-symbol': [FAIL, FAIL_SLO
PPY], | 181 'language/computed-property-names/class/static/method-symbol': [FAIL, FAIL_SLO
PPY], |
182 'language/computed-property-names/class/static/method-string': [FAIL, FAIL_SLO
PPY], | 182 'language/computed-property-names/class/static/method-string': [FAIL, FAIL_SLO
PPY], |
183 | 183 |
184 # This should work as soon as rest parameters are re-implemented via desagurin
g. | 184 # This should work as soon as rest parameters are re-implemented via desagurin
g. |
185 'language/expressions/arrow-function/syntax/early-errors/arrowparameters-cover
-no-duplicates-rest': [PASS, FAIL], | 185 'language/expressions/arrow-function/syntax/early-errors/arrowparameters-cover
-no-duplicates-rest': [PASS, FAIL], |
186 | 186 |
187 # https://code.google.com/p/v8/issues/detail?id=2160 | |
188 'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-1
': [FAIL], | |
189 'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-2
': [FAIL], | |
190 'language/expressions/object/method-definition/generator-super-prop-param': [F
AIL], | |
191 'language/expressions/object/method-definition/name-param-init-yield': [FAIL], | |
192 'language/expressions/object/method-definition/name-super-prop-param': [FAIL], | |
193 | |
194 # https://code.google.com/p/v8/issues/detail?id=3673 | 187 # https://code.google.com/p/v8/issues/detail?id=3673 |
195 'language/statements/class/definition/basics': [FAIL], | 188 'language/statements/class/definition/basics': [FAIL], |
196 | 189 |
197 # Destructuring | |
198 # https://code.google.com/p/v8/issues/detail?id=811 | |
199 'language/statements/for-of/body-dstr-assign': [FAIL], | |
200 | |
201 # https://code.google.com/p/v8/issues/detail?id=3566 | 190 # https://code.google.com/p/v8/issues/detail?id=3566 |
202 'language/statements/for-of/body-dstr-assign-error': [FAIL], | 191 'language/statements/for-of/body-dstr-assign-error': [FAIL], |
203 'language/statements/for-of/body-put-error': [FAIL], | 192 'language/statements/for-of/body-put-error': [FAIL], |
204 'language/statements/for-of/generator-close-via-break': [FAIL], | 193 'language/statements/for-of/generator-close-via-break': [FAIL], |
205 'language/statements/for-of/generator-close-via-return': [FAIL], | 194 'language/statements/for-of/generator-close-via-return': [FAIL], |
206 'language/statements/for-of/generator-close-via-throw': [FAIL], | 195 'language/statements/for-of/generator-close-via-throw': [FAIL], |
207 'language/statements/for-of/iterator-close-get-method-error': [FAIL], | 196 'language/statements/for-of/iterator-close-get-method-error': [FAIL], |
208 'language/statements/for-of/iterator-close-non-object': [FAIL], | 197 'language/statements/for-of/iterator-close-non-object': [FAIL], |
209 'language/statements/for-of/iterator-close-via-break': [FAIL], | 198 'language/statements/for-of/iterator-close-via-break': [FAIL], |
210 'language/statements/for-of/iterator-close-via-return': [FAIL], | 199 'language/statements/for-of/iterator-close-via-return': [FAIL], |
(...skipping 29 matching lines...) Expand all Loading... |
240 'built-ins/GeneratorPrototype/return/try-finally-before-try': [FAIL], | 229 'built-ins/GeneratorPrototype/return/try-finally-before-try': [FAIL], |
241 'built-ins/GeneratorPrototype/return/try-finally-following-finally': [FAIL], | 230 'built-ins/GeneratorPrototype/return/try-finally-following-finally': [FAIL], |
242 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-catch
': [FAIL], | 231 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-catch
': [FAIL], |
243 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-final
ly': [FAIL], | 232 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-final
ly': [FAIL], |
244 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-inner
-try': [FAIL], | 233 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-inner
-try': [FAIL], |
245 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-outer
-try-after-nested': [FAIL], | 234 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-outer
-try-after-nested': [FAIL], |
246 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-outer
-try-before-nested': [FAIL], | 235 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-outer
-try-before-nested': [FAIL], |
247 'built-ins/GeneratorPrototype/return/try-finally-within-finally': [FAIL], | 236 'built-ins/GeneratorPrototype/return/try-finally-within-finally': [FAIL], |
248 'built-ins/GeneratorPrototype/return/try-finally-within-try': [FAIL], | 237 'built-ins/GeneratorPrototype/return/try-finally-within-try': [FAIL], |
249 | 238 |
250 # https://code.google.com/p/v8/issues/detail?id=811 | 239 # Destructuring assignment |
| 240 # https://code.google.com/p/v8/issues/detail?id=811 |
251 'language/expressions/assignment/destructuring/*': [SKIP], | 241 'language/expressions/assignment/destructuring/*': [SKIP], |
252 'language/default-parameters/*': [SKIP], | 242 'language/statements/for-of/body-dstr-assign': [FAIL], |
| 243 |
253 | 244 |
254 # https://code.google.com/p/v8/issues/detail?id=4248 | 245 # https://code.google.com/p/v8/issues/detail?id=4248 |
255 'language/expressions/compound-assignment/S11.13.2_A5.*': [FAIL], | 246 'language/expressions/compound-assignment/S11.13.2_A5.*': [FAIL], |
256 'language/expressions/compound-assignment/S11.13.2_A6.*': [FAIL], | 247 'language/expressions/compound-assignment/S11.13.2_A6.*': [FAIL], |
257 'language/expressions/compound-assignment/S11.13.2_A7.10_T4': [FAIL], | 248 'language/expressions/compound-assignment/S11.13.2_A7.10_T4': [FAIL], |
258 'language/expressions/compound-assignment/S11.13.2_A7.11_T4': [FAIL], | 249 'language/expressions/compound-assignment/S11.13.2_A7.11_T4': [FAIL], |
259 'language/expressions/compound-assignment/S11.13.2_A7.1_T4': [FAIL], | 250 'language/expressions/compound-assignment/S11.13.2_A7.1_T4': [FAIL], |
260 'language/expressions/compound-assignment/S11.13.2_A7.2_T4': [FAIL], | 251 'language/expressions/compound-assignment/S11.13.2_A7.2_T4': [FAIL], |
261 'language/expressions/compound-assignment/S11.13.2_A7.3_T4': [FAIL], | 252 'language/expressions/compound-assignment/S11.13.2_A7.3_T4': [FAIL], |
262 'language/expressions/compound-assignment/S11.13.2_A7.4_T4': [FAIL], | 253 'language/expressions/compound-assignment/S11.13.2_A7.4_T4': [FAIL], |
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
673 | 664 |
674 # BUG(3251225): Tests that timeout with --nocrankshaft. | 665 # BUG(3251225): Tests that timeout with --nocrankshaft. |
675 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 666 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
676 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 667 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
677 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 668 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
678 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 669 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
679 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 670 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
680 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 671 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
681 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 672 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
682 ] | 673 ] |
OLD | NEW |