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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
262 'language/expressions/postfix-increment/S11.3.1_A5_T3': [FAIL], | 262 'language/expressions/postfix-increment/S11.3.1_A5_T3': [FAIL], |
263 'language/expressions/postfix-increment/S11.3.1_A5_T4': [FAIL], | 263 'language/expressions/postfix-increment/S11.3.1_A5_T4': [FAIL], |
264 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL], | 264 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL], |
265 'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL], | 265 'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL], |
266 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL], | 266 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL], |
267 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], | 267 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], |
268 | 268 |
269 # https://code.google.com/p/v8/issues/detail?id=4253 | 269 # https://code.google.com/p/v8/issues/detail?id=4253 |
270 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], | 270 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], |
271 | 271 |
272 # https://code.google.com/p/v8/issues/detail?id=2952 | |
273 'built-ins/RegExp/prototype/exec/u-lastindex-adv': [FAIL], | |
274 'built-ins/RegExp/prototype/exec/u-captured-value': [FAIL], | |
275 'built-ins/RegExp/prototype/exec/u-lastindex-value': [FAIL], | |
276 'built-ins/RegExp/prototype/test/u-captured-value': [FAIL], | |
277 'built-ins/RegExp/prototype/test/u-lastindex-adv': [FAIL], | |
278 'built-ins/RegExp/prototype/test/u-lastindex-value': [FAIL], | |
279 'built-ins/RegExp/prototype/unicode/this-regexp': [FAIL], | |
280 'built-ins/RegExp/unicode_identity_escape': [FAIL], | |
281 'language/literals/regexp/u-unicode-esc': [FAIL], | |
282 'language/literals/regexp/u-surrogate-pairs': [FAIL], | |
283 'language/literals/regexp/u-case-mapping': [FAIL], | |
284 'language/literals/regexp/u-astral': [FAIL], | |
285 'built-ins/RegExp/valid-flags-y': [FAIL], | |
286 'built-ins/RegExp/prototype/unicode/length': [FAIL], | |
287 'built-ins/RegExp/prototype/unicode/name': [FAIL], | |
288 'built-ins/RegExp/prototype/unicode/prop-desc': [FAIL], | |
289 'built-ins/RegExp/prototype/unicode/this-invald-obj': [FAIL], | |
290 'built-ins/RegExp/prototype/unicode/this-non-obj': [FAIL], | |
291 | |
292 # https://code.google.com/p/v8/issues/detail?id=4602 | 272 # https://code.google.com/p/v8/issues/detail?id=4602 |
293 'built-ins/RegExp/prototype/exec/get-sticky-coerce': [FAIL], | 273 'built-ins/RegExp/prototype/exec/get-sticky-coerce': [FAIL], |
294 'built-ins/RegExp/prototype/exec/get-sticky-err': [FAIL], | 274 'built-ins/RegExp/prototype/exec/get-sticky-err': [FAIL], |
295 'built-ins/RegExp/prototype/test/get-sticky-err': [FAIL], | 275 'built-ins/RegExp/prototype/test/get-sticky-err': [FAIL], |
296 | 276 |
297 # https://code.google.com/p/v8/issues/detail?id=4504 | 277 # https://code.google.com/p/v8/issues/detail?id=4504 |
298 'built-ins/RegExp/prototype/exec/y-fail-lastindex-no-write': [PASS, FAIL], | 278 'built-ins/RegExp/prototype/exec/y-fail-lastindex-no-write': [PASS, FAIL], |
299 'built-ins/RegExp/prototype/test/y-fail-lastindex-no-write': [PASS, FAIL], | 279 'built-ins/RegExp/prototype/test/y-fail-lastindex-no-write': [PASS, FAIL], |
300 | 280 |
301 # https://code.google.com/p/v8/issues/detail?id=4305 | 281 # https://code.google.com/p/v8/issues/detail?id=4305 |
302 # SKIP rather than FAIL some tests, as they may check for an exception which | 282 # SKIP rather than FAIL some tests, as they may check for an exception which |
303 # happens to be thrown for some other reason (e.g, | 283 # happens to be thrown for some other reason (e.g, |
304 # built-ins/RegExp/prototype/Symbol.match/builtin-failure-set-lastindex-err) | 284 # built-ins/RegExp/prototype/Symbol.match/builtin-failure-set-lastindex-err) |
305 'built-ins/RegExp/prototype/Symbol.match/*': [SKIP], | 285 'built-ins/RegExp/prototype/Symbol.match/*': [SKIP], |
306 'built-ins/String/prototype/endsWith/return-abrupt-from-searchstring-regexp-te
st': [FAIL], | 286 'built-ins/String/prototype/endsWith/return-abrupt-from-searchstring-regexp-te
st': [FAIL], |
307 'built-ins/String/prototype/includes/return-abrupt-from-searchstring-regexp-te
st': [FAIL], | 287 'built-ins/String/prototype/includes/return-abrupt-from-searchstring-regexp-te
st': [FAIL], |
308 'built-ins/String/prototype/startsWith/return-abrupt-from-searchstring-regexp-
test': [FAIL], | 288 'built-ins/String/prototype/startsWith/return-abrupt-from-searchstring-regexp-
test': [FAIL], |
309 'built-ins/String/prototype/match/invoke-builtin-match': [FAIL], | 289 'built-ins/String/prototype/match/invoke-builtin-match': [FAIL], |
310 | 290 |
311 # https://code.google.com/p/v8/issues/detail?id=4343 | 291 # https://code.google.com/p/v8/issues/detail?id=4343 |
312 'built-ins/RegExp/prototype/Symbol.replace/*': [SKIP], | 292 'built-ins/RegExp/prototype/Symbol.replace/*': [SKIP], |
313 | 293 |
314 # https://code.google.com/p/v8/issues/detail?id=4344 | 294 # https://code.google.com/p/v8/issues/detail?id=4344 |
315 'built-ins/RegExp/prototype/Symbol.search/*': [SKIP], | 295 'built-ins/RegExp/prototype/Symbol.search/*': [SKIP], |
316 | 296 |
317 # https://code.google.com/p/v8/issues/detail?id=4345 | 297 # https://code.google.com/p/v8/issues/detail?id=4345 |
318 'built-ins/RegExp/prototype/Symbol.split/*': [SKIP], | 298 'built-ins/RegExp/prototype/Symbol.split/*': [SKIP], |
319 | 299 |
320 # https://code.google.com/p/v8/issues/detail?id=4346 | |
321 'built-ins/RegExp/prototype/flags/u': [FAIL], | |
322 | |
323 # https://code.google.com/p/v8/issues/detail?id=4360 | 300 # https://code.google.com/p/v8/issues/detail?id=4360 |
324 'intl402/Collator/10.1.1_1': [FAIL], | 301 'intl402/Collator/10.1.1_1': [FAIL], |
325 'intl402/DateTimeFormat/12.1.1_1': [FAIL], | 302 'intl402/DateTimeFormat/12.1.1_1': [FAIL], |
326 'intl402/NumberFormat/11.1.1_1': [FAIL], | 303 'intl402/NumberFormat/11.1.1_1': [FAIL], |
327 | 304 |
328 # https://code.google.com/p/v8/issues/detail?id=4361 | 305 # https://code.google.com/p/v8/issues/detail?id=4361 |
329 'intl402/Collator/10.1.1_a': [FAIL], | 306 'intl402/Collator/10.1.1_a': [FAIL], |
330 | 307 |
331 # https://code.google.com/p/v8/issues/detail?id=4447 | 308 # https://code.google.com/p/v8/issues/detail?id=4447 |
332 'built-ins/Function/prototype/Symbol.hasInstance/*': [SKIP], | 309 'built-ins/Function/prototype/Symbol.hasInstance/*': [SKIP], |
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
704 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], | 681 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], |
705 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], | 682 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], |
706 'intl402/9.2.2': [SKIP], | 683 'intl402/9.2.2': [SKIP], |
707 'language/statements/let/fn-name-arrow': [SKIP], | 684 'language/statements/let/fn-name-arrow': [SKIP], |
708 'language/statements/let/fn-name-cover': [SKIP], | 685 'language/statements/let/fn-name-cover': [SKIP], |
709 'language/statements/let/fn-name-fn': [SKIP], | 686 'language/statements/let/fn-name-fn': [SKIP], |
710 'language/statements/let/fn-name-gen': [SKIP], | 687 'language/statements/let/fn-name-gen': [SKIP], |
711 }], # ignition == True and (arch == arm or arch == arm64) | 688 }], # ignition == True and (arch == arm or arch == arm64) |
712 | 689 |
713 ] | 690 ] |
OLD | NEW |