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 10 matching lines...) Expand all Loading... |
21 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | 21 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
22 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | 22 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | 23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
27 | 27 |
28 [ | 28 [ |
29 | 29 |
30 [ALWAYS, { | 30 [ALWAYS, { |
31 ###################### NEEDS INVESTIGATION ####################### | 31 ###################### MISSING ES6 FEATURES ####################### |
32 | |
33 # Date tests that fail in CE(S)T timezone. | |
34 # https://bugs.chromium.org/p/v8/issues/detail?id=5449 | |
35 'built-ins/Date/prototype/setFullYear/new-value-time-clip': [PASS, FAIL], | |
36 'built-ins/Date/prototype/setMonth/new-value-time-clip': [PASS, FAIL], | |
37 | 32 |
38 ###################### MISSING ES6 FEATURES ####################### | 33 ###################### MISSING ES6 FEATURES ####################### |
39 | 34 |
40 # https://code.google.com/p/v8/issues/detail?id=4248 | 35 # https://code.google.com/p/v8/issues/detail?id=4248 |
41 'language/expressions/compound-assignment/S11.13.2_A5.*': [FAIL], | 36 'language/expressions/compound-assignment/S11.13.2_A5.*': [FAIL], |
42 'language/expressions/compound-assignment/S11.13.2_A6.*': [FAIL], | 37 'language/expressions/compound-assignment/S11.13.2_A6.*': [FAIL], |
43 'language/expressions/compound-assignment/S11.13.2_A7.10_T4': [FAIL], | 38 'language/expressions/compound-assignment/S11.13.2_A7.10_T4': [FAIL], |
44 'language/expressions/compound-assignment/S11.13.2_A7.11_T4': [FAIL], | 39 'language/expressions/compound-assignment/S11.13.2_A7.11_T4': [FAIL], |
45 'language/expressions/compound-assignment/S11.13.2_A7.1_T4': [FAIL], | 40 'language/expressions/compound-assignment/S11.13.2_A7.1_T4': [FAIL], |
46 'language/expressions/compound-assignment/S11.13.2_A7.2_T4': [FAIL], | 41 'language/expressions/compound-assignment/S11.13.2_A7.2_T4': [FAIL], |
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
345 'language/white-space/mongolian-vowel-separator-eval': [FAIL], | 340 'language/white-space/mongolian-vowel-separator-eval': [FAIL], |
346 'built-ins/RegExp/S15.10.2.12_A2_T1': [FAIL], | 341 'built-ins/RegExp/S15.10.2.12_A2_T1': [FAIL], |
347 'built-ins/RegExp/S15.10.2.12_A1_T1': [FAIL], | 342 'built-ins/RegExp/S15.10.2.12_A1_T1': [FAIL], |
348 'built-ins/parseFloat/S15.1.2.3_A2_T10_U180E': [FAIL], | 343 'built-ins/parseFloat/S15.1.2.3_A2_T10_U180E': [FAIL], |
349 'built-ins/parseInt/S15.1.2.2_A2_T10_U180E': [FAIL], | 344 'built-ins/parseInt/S15.1.2.2_A2_T10_U180E': [FAIL], |
350 'built-ins/String/prototype/trim/u180e': [FAIL], | 345 'built-ins/String/prototype/trim/u180e': [FAIL], |
351 'built-ins/Number/S9.3.1_A3_T2_U180E': [FAIL], | 346 'built-ins/Number/S9.3.1_A3_T2_U180E': [FAIL], |
352 'built-ins/Number/S9.3.1_A3_T1_U180E': [FAIL], | 347 'built-ins/Number/S9.3.1_A3_T1_U180E': [FAIL], |
353 'built-ins/Number/S9.3.1_A2_U180E': [FAIL], | 348 'built-ins/Number/S9.3.1_A2_U180E': [FAIL], |
354 | 349 |
| 350 # https://bugs.chromium.org/p/v8/issues/detail?id=5051 |
| 351 'language/expressions/arrow-function/params-trailing-comma': ['--harmony-trail
ing-commas'], |
| 352 'language/expressions/arrow-function/params-trailing-comma-length': ['--harmon
y-trailing-commas'], |
| 353 'language/expressions/call/trailing-comma': ['--harmony-trailing-commas'], |
| 354 'language/expressions/function/params-trailing-comma': ['--harmony-trailing-co
mmas'], |
| 355 'language/expressions/function/params-trailing-comma-arguments': ['--harmony-t
railing-commas'], |
| 356 'language/expressions/function/params-trailing-comma-length': ['--harmony-trai
ling-commas'], |
| 357 'language/expressions/generators/params-trailing-comma': ['--harmony-trailing-
commas'], |
| 358 'language/expressions/generators/params-trailing-comma-arguments': ['--harmony
-trailing-commas'], |
| 359 'language/expressions/generators/params-trailing-comma-length': ['--harmony-tr
ailing-commas'], |
| 360 'language/expressions/object/method-definition/params-trailing-comma': ['--har
mony-trailing-commas'], |
| 361 'language/expressions/object/method-definition/params-trailing-comma-arguments
': ['--harmony-trailing-commas'], |
| 362 'language/expressions/object/method-definition/params-trailing-comma-length':
['--harmony-trailing-commas'], |
| 363 'language/statements/class/definition/params-trailing-comma': ['--harmony-trai
ling-commas'], |
| 364 'language/statements/class/definition/params-trailing-comma-arguments': ['--ha
rmony-trailing-commas'], |
| 365 'language/statements/class/definition/params-trailing-comma-length': ['--harmo
ny-trailing-commas'], |
| 366 'language/statements/function/params-trailing-comma': ['--harmony-trailing-com
mas'], |
| 367 'language/statements/function/params-trailing-comma-arguments': ['--harmony-tr
ailing-commas'], |
| 368 'language/statements/function/params-trailing-comma-length': ['--harmony-trail
ing-commas'], |
| 369 'language/statements/generators/params-trailing-comma': ['--harmony-trailing-c
ommas'], |
| 370 'language/statements/generators/params-trailing-comma-arguments': ['--harmony-
trailing-commas'], |
| 371 'language/statements/generators/params-trailing-comma-length': ['--harmony-tra
iling-commas'], |
| 372 |
| 373 # https://bugs.chromium.org/p/v8/issues/detail?id=4698 |
| 374 'language/expressions/call/tco-call-args': ['--harmony-tailcalls'], |
| 375 'language/expressions/call/tco-member-args': ['--harmony-tailcalls'], |
| 376 'language/expressions/comma/tco-final': ['--harmony-tailcalls'], |
| 377 'language/expressions/conditional/tco-cond': ['--harmony-tailcalls'], |
| 378 'language/expressions/conditional/tco-pos': ['--harmony-tailcalls'], |
| 379 'language/expressions/logical-and/tco-right': ['--harmony-tailcalls'], |
| 380 'language/expressions/logical-or/tco-right': ['--harmony-tailcalls'], |
| 381 'language/expressions/tagged-template/tco-call': ['--harmony-tailcalls'], |
| 382 'language/expressions/tagged-template/tco-member': ['--harmony-tailcalls'], |
| 383 'language/expressions/tco-pos': ['--harmony-tailcalls'], |
| 384 'language/statements/block/tco-stmt': ['--harmony-tailcalls'], |
| 385 'language/statements/block/tco-stmt-list': ['--harmony-tailcalls'], |
| 386 'language/statements/do-while/tco-body': ['--harmony-tailcalls'], |
| 387 'language/statements/for/tco-const-body': ['--harmony-tailcalls'], |
| 388 'language/statements/for/tco-let-body': ['--harmony-tailcalls'], |
| 389 'language/statements/for/tco-lhs-body': ['--harmony-tailcalls'], |
| 390 'language/statements/for/tco-var-body': ['--harmony-tailcalls'], |
| 391 'language/statements/if/tco-else-body': ['--harmony-tailcalls'], |
| 392 'language/statements/if/tco-if-body': ['--harmony-tailcalls'], |
| 393 'language/statements/labeled/tco': ['--harmony-tailcalls'], |
| 394 'language/statements/return/tco': ['--harmony-tailcalls'], |
| 395 'language/statements/switch/tco-case-body': ['--harmony-tailcalls'], |
| 396 'language/statements/switch/tco-case-body-dflt': ['--harmony-tailcalls'], |
| 397 'language/statements/switch/tco-dftl-body': ['--harmony-tailcalls'], |
| 398 'language/statements/try/tco-catch': ['--harmony-tailcalls'], |
| 399 'language/statements/try/tco-catch-finally': ['--harmony-tailcalls'], |
| 400 'language/statements/try/tco-finally': ['--harmony-tailcalls'], |
| 401 'language/statements/while/tco-body': ['--harmony-tailcalls'], |
| 402 |
355 # https://bugs.chromium.org/p/v8/issues/detail?id=5064 | 403 # https://bugs.chromium.org/p/v8/issues/detail?id=5064 |
356 'language/expressions/arrow-function/params-dflt-duplicates': [FAIL], | 404 'language/expressions/arrow-function/params-dflt-duplicates': [FAIL], |
357 | 405 |
358 # https://bugs.chromium.org/p/v8/issues/detail?id=5244 | 406 # https://bugs.chromium.org/p/v8/issues/detail?id=5244 |
359 'intl402/NumberFormat/prototype/formatToParts/*': [SKIP], | 407 'intl402/NumberFormat/prototype/formatToParts/*': [SKIP], |
360 | 408 |
361 # https://bugs.chromium.org/p/v8/issues/detail?id=5327 | 409 # https://bugs.chromium.org/p/v8/issues/detail?id=5327 |
362 'built-ins/TypedArray/prototype/set/array-arg-negative-integer-offset-throws':
[FAIL], | 410 'built-ins/TypedArray/prototype/set/array-arg-negative-integer-offset-throws':
[FAIL], |
363 'built-ins/TypedArray/prototype/set/typedarray-arg-negative-integer-offset-thr
ows': [FAIL], | 411 'built-ins/TypedArray/prototype/set/typedarray-arg-negative-integer-offset-thr
ows': [FAIL], |
364 'built-ins/TypedArrays/internals/Set/key-is-minus-zero': [FAIL], | 412 'built-ins/TypedArrays/internals/Set/key-is-minus-zero': [FAIL], |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
412 'language/module-code/namespace/internals/define-own-property': [FAIL], | 460 'language/module-code/namespace/internals/define-own-property': [FAIL], |
413 | 461 |
414 # Symbol.iterator on namespace objects was removed, tests need to be updated. | 462 # Symbol.iterator on namespace objects was removed, tests need to be updated. |
415 'language/module-code/namespace/Symbol.iterator/*': [SKIP], | 463 'language/module-code/namespace/Symbol.iterator/*': [SKIP], |
416 'language/module-code/namespace/internals/get-own-property-sym': [SKIP], | 464 'language/module-code/namespace/internals/get-own-property-sym': [SKIP], |
417 'language/module-code/namespace/internals/get-sym-found': [SKIP], | 465 'language/module-code/namespace/internals/get-sym-found': [SKIP], |
418 'language/module-code/namespace/internals/has-property-sym-found': [SKIP], | 466 'language/module-code/namespace/internals/has-property-sym-found': [SKIP], |
419 'language/module-code/namespace/internals/own-property-keys-binding-types': [S
KIP], | 467 'language/module-code/namespace/internals/own-property-keys-binding-types': [S
KIP], |
420 'language/module-code/namespace/internals/own-property-keys-sort': [SKIP], | 468 'language/module-code/namespace/internals/own-property-keys-sort': [SKIP], |
421 | 469 |
| 470 # https://code.google.com/p/v8/issues/detail?id=4476 |
| 471 'built-ins/String/prototype/toLowerCase/special_casing_conditional': ['--icu-c
ase-mapping'], |
| 472 'built-ins/String/prototype/toLowerCase/supplementary_plane': ['--icu-case-map
ping'], |
| 473 'built-ins/String/prototype/toUpperCase/supplementary_plane': ['--icu-case-map
ping'], |
| 474 'built-ins/String/prototype/toLocaleLowerCase/Final_Sigma_U180E': ['--icu-case
-mapping'], |
| 475 'built-ins/String/prototype/toLowerCase/Final_Sigma_U180E': ['--icu-case-mappi
ng'], |
| 476 |
| 477 # https://code.google.com/p/v8/issues/detail?id=4477 |
| 478 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': ['--icu-ca
se-mapping'], |
| 479 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': ['--icu-ca
se-mapping'], |
| 480 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': ['-
-icu-case-mapping'], |
| 481 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': ['--icu-cas
e-mapping'], |
| 482 'intl402/String/prototype/toLocaleLowerCase/special_casing_Lithuanian': ['--ic
u-case-mapping'], |
| 483 'intl402/String/prototype/toLocaleLowerCase/special_casing_Turkish': ['--icu-c
ase-mapping'], |
| 484 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': ['--icu-cas
e-mapping'], |
| 485 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': ['--ic
u-case-mapping'], |
| 486 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': ['--icu-c
ase-mapping'], |
| 487 |
422 ######################## NEEDS INVESTIGATION ########################### | 488 ######################## NEEDS INVESTIGATION ########################### |
423 | 489 |
424 # These test failures are specific to the intl402 suite and need investigation | 490 # These test failures are specific to the intl402 suite and need investigation |
425 # to be either marked as bugs with issues filed for them or as deliberate | 491 # to be either marked as bugs with issues filed for them or as deliberate |
426 # incompatibilities if the test cases turn out to be broken or ambiguous. | 492 # incompatibilities if the test cases turn out to be broken or ambiguous. |
427 # Some of these are related to v8:4361 in being visible side effects from Intl
. | 493 # Some of these are related to v8:4361 in being visible side effects from Intl
. |
428 'intl402/6.2.3': [FAIL], | 494 'intl402/6.2.3': [FAIL], |
429 'intl402/Collator/10.1.2.1_4': [FAIL], | 495 'intl402/Collator/10.1.2.1_4': [FAIL], |
430 'intl402/Collator/10.1.2_a': [PASS, FAIL], | 496 'intl402/Collator/10.1.2_a': [PASS, FAIL], |
431 'intl402/Collator/10.2.3_b': [PASS, FAIL], | 497 'intl402/Collator/10.2.3_b': [PASS, FAIL], |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
482 # https://github.com/tc39/test262/pull/688#pullrequestreview-14025354 | 548 # https://github.com/tc39/test262/pull/688#pullrequestreview-14025354 |
483 'built-ins/Function/internals/Construct/derived-this-uninitialized-realm': [FA
IL], | 549 'built-ins/Function/internals/Construct/derived-this-uninitialized-realm': [FA
IL], |
484 | 550 |
485 # https://github.com/tc39/test262/pull/688/files#r93657665 | 551 # https://github.com/tc39/test262/pull/688/files#r93657665 |
486 'built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-custom-species-pr
oto-from-ctor-realm': [FAIL], | 552 'built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-custom-species-pr
oto-from-ctor-realm': [FAIL], |
487 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-species-custom-pro
to-from-ctor-realm': [FAIL], | 553 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-species-custom-pro
to-from-ctor-realm': [FAIL], |
488 | 554 |
489 # https://github.com/tc39/test262/commit/c779cba592fcb39051fd1d467e472ea71aa2b
1d6#commitcomment-20276482 | 555 # https://github.com/tc39/test262/commit/c779cba592fcb39051fd1d467e472ea71aa2b
1d6#commitcomment-20276482 |
490 'language/statements/class/strict-mode/arguments-caller': [FAIL], | 556 'language/statements/class/strict-mode/arguments-caller': [FAIL], |
491 | 557 |
| 558 # Date tests that fail in CE(S)T timezone. |
| 559 # https://bugs.chromium.org/p/v8/issues/detail?id=5449 |
| 560 'built-ins/Date/prototype/setFullYear/new-value-time-clip': [PASS, FAIL], |
| 561 'built-ins/Date/prototype/setMonth/new-value-time-clip': [PASS, FAIL], |
| 562 |
492 ############################ SKIPPED TESTS ############################# | 563 ############################ SKIPPED TESTS ############################# |
493 | 564 |
494 # These tests take a looong time to run. | 565 # These tests take a looong time to run. |
495 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP], | 566 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP], |
496 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [SKIP], | 567 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [SKIP], |
497 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [SKIP], | 568 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [SKIP], |
498 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [SKIP], | 569 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [SKIP], |
499 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [SKIP], | 570 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [SKIP], |
500 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 571 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
501 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T1': [SKIP], | 572 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T1': [SKIP], |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
572 | 643 |
573 ['variant == asm_wasm', { | 644 ['variant == asm_wasm', { |
574 '*': [SKIP], | 645 '*': [SKIP], |
575 }], # variant == asm_wasm | 646 }], # variant == asm_wasm |
576 | 647 |
577 ['variant == wasm_traps', { | 648 ['variant == wasm_traps', { |
578 '*': [SKIP], | 649 '*': [SKIP], |
579 }], # variant == wasm_traps | 650 }], # variant == wasm_traps |
580 | 651 |
581 ] | 652 ] |
OLD | NEW |