Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(351)

Side by Side Diff: test/test262/test262.status

Issue 2517143002: [test] Run module tests in all variants. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 449
450 # PreParser doesn't produce early errors 450 # PreParser doesn't produce early errors
451 # https://bugs.chromium.org/p/v8/issues/detail?id=2728 451 # https://bugs.chromium.org/p/v8/issues/detail?id=2728
452 'language/expressions/async-arrow-function/early-errors-arrow-formals-body-dup licate': [FAIL], 452 'language/expressions/async-arrow-function/early-errors-arrow-formals-body-dup licate': [FAIL],
453 'language/expressions/async-function/early-errors-expression-formals-body-dupl icate': [FAIL], 453 'language/expressions/async-function/early-errors-expression-formals-body-dupl icate': [FAIL],
454 'language/expressions/object/method-definition/generator-param-redecl-const': [FAIL], 454 'language/expressions/object/method-definition/generator-param-redecl-const': [FAIL],
455 'language/expressions/object/method-definition/generator-param-redecl-let': [F AIL], 455 'language/expressions/object/method-definition/generator-param-redecl-let': [F AIL],
456 'language/expressions/object/method-definition/name-param-redecl': [FAIL], 456 'language/expressions/object/method-definition/name-param-redecl': [FAIL],
457 'language/statements/async-function/early-errors-declaration-formals-body-dupl icate': [FAIL], 457 'language/statements/async-function/early-errors-declaration-formals-body-dupl icate': [FAIL],
458 458
459 # Module-related tests
460 # v8:5485
461 'language/module-code/comment-multi-line-html*': [FAIL],
462 'language/module-code/comment-single-line-html*': [FAIL],
463
464 # v8:5486
465 'language/module-code/instn-iee-star-cycle': [FAIL],
466 'language/module-code/instn-named-star-cycle': [FAIL],
467 'language/module-code/instn-star-star-cycle': [FAIL],
468
469 # v8:5487
470 'language/module-code/namespace/internals/get-own-property-str-found-uninit': [FAIL],
471
472 # v8:5401
473 'language/module-code/namespace/internals/set': [FAIL],
474 'language/module-code/namespace/internals/define-own-property': [FAIL],
475
459 ######################## NEEDS INVESTIGATION ########################### 476 ######################## NEEDS INVESTIGATION ###########################
460 477
461 # These test failures are specific to the intl402 suite and need investigation 478 # These test failures are specific to the intl402 suite and need investigation
462 # to be either marked as bugs with issues filed for them or as deliberate 479 # to be either marked as bugs with issues filed for them or as deliberate
463 # incompatibilities if the test cases turn out to be broken or ambiguous. 480 # incompatibilities if the test cases turn out to be broken or ambiguous.
464 # Some of these are related to v8:4361 in being visible side effects from Intl . 481 # Some of these are related to v8:4361 in being visible side effects from Intl .
465 'intl402/6.2.3': [FAIL], 482 'intl402/6.2.3': [FAIL],
466 'intl402/Collator/10.1.2.1_4': [FAIL], 483 'intl402/Collator/10.1.2.1_4': [FAIL],
467 'intl402/Collator/10.1.2_a': [PASS, FAIL], 484 'intl402/Collator/10.1.2_a': [PASS, FAIL],
468 'intl402/Collator/10.2.3_b': [PASS, FAIL], 485 'intl402/Collator/10.2.3_b': [PASS, FAIL],
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 }], # asan == True or msan == True or tsan == True 615 }], # asan == True or msan == True or tsan == True
599 616
600 ['variant == asm_wasm', { 617 ['variant == asm_wasm', {
601 '*': [SKIP], 618 '*': [SKIP],
602 }], # variant == asm_wasm 619 }], # variant == asm_wasm
603 620
604 ['variant == wasm_traps', { 621 ['variant == wasm_traps', {
605 '*': [SKIP], 622 '*': [SKIP],
606 }], # variant == wasm_traps 623 }], # variant == wasm_traps
607 624
608 # Module-related tests
609 # https://bugs.chromium.org/p/v8/issues/detail?id=1569
610
611 ['variant != ignition and variant != ignition_staging and variant != ignition_tu rbofan', {
612 'language/eval-code/direct/export': [SKIP],
613 'language/eval-code/direct/import': [SKIP],
614 'language/eval-code/indirect/export': [SKIP],
615 'language/eval-code/indirect/import': [SKIP],
616 'language/module-code/*': [SKIP],
617 }], # variant != ignition and variant != ignition_staging and variant != igniti on_turbofan
618
619 ['variant == ignition or variant == ignition_staging or variant == ignition_turb ofan', {
620 # v8:5485
621 'language/module-code/comment-multi-line-html*': [FAIL],
622 'language/module-code/comment-single-line-html*': [FAIL],
623
624 # v8:5486
625 'language/module-code/instn-iee-star-cycle': [FAIL],
626 'language/module-code/instn-named-star-cycle': [FAIL],
627 'language/module-code/instn-star-star-cycle': [FAIL],
628
629 # v8:5487
630 'language/module-code/namespace/internals/get-own-property-str-found-uninit': [FAIL],
631
632 # v8:5401
633 'language/module-code/namespace/internals/set': [FAIL],
634 'language/module-code/namespace/internals/define-own-property': [FAIL],
635 }], # variant == ignition or variant == ignition_staging or variant == ignition _turbofan
636
637 ] 625 ]
OLDNEW
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698