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 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
582 'language/expressions/generators/*': [SKIP], | 582 'language/expressions/generators/*': [SKIP], |
583 'language/expressions/object/method-definition/yield*': [SKIP], | 583 'language/expressions/object/method-definition/yield*': [SKIP], |
584 'language/expressions/object/method-definition/generator*': [SKIP], | 584 'language/expressions/object/method-definition/generator*': [SKIP], |
585 'language/expressions/object/prop-def-id-eval-error-2': [SKIP], | 585 'language/expressions/object/prop-def-id-eval-error-2': [SKIP], |
586 'language/expressions/yield/*': [SKIP], | 586 'language/expressions/yield/*': [SKIP], |
587 'language/statements/class/*': [SKIP], | 587 'language/statements/class/*': [SKIP], |
588 'language/statements/const/*': [SKIP], | 588 'language/statements/const/*': [SKIP], |
589 'language/statements/generators/*': [SKIP], | 589 'language/statements/generators/*': [SKIP], |
590 'language/statements/with/*': [SKIP], | 590 'language/statements/with/*': [SKIP], |
591 | 591 |
592 # TODO(mstarzinger,4674): Beginning of two "try" statements can overlap. | |
593 'language/statements/try/*': [SKIP], | |
594 'built-ins/Object/defineProperties/15.2.3.7-2-18': [SKIP], | |
595 'built-ins/Promise/S25.4.3.1_A2.3_T1': [SKIP], | |
596 'built-ins/Promise/S25.4.3.1_A2.4_T1': [SKIP], | |
597 'built-ins/Promise/S25.4.3.1_A4.1_T1': [SKIP], | |
598 'built-ins/Promise/exception-after-resolve-in-executor': [SKIP], | |
599 'built-ins/Promise/prototype/catch/S25.4.5.1_A3.1_T2': [SKIP], | |
600 'built-ins/Promise/prototype/then/S25.4.2.1_A2.1_T1': [SKIP], | |
601 'built-ins/Promise/prototype/then/S25.4.5.3_A4.1_T2': [SKIP], | |
602 'built-ins/Promise/prototype/then/S25.4.5.3_A4.2_T2': [SKIP], | |
603 'built-ins/Promise/prototype/then/on-fulfilled-throw': [SKIP], | |
604 'language/block-scope/leave/finally-block-let-declaration-only-shadows-outer-p
arameter-value-2': [SKIP], | |
605 'language/block-scope/leave/verify-context-in-finally-block': [SKIP], | |
606 | |
607 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [SKIP], | 592 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [SKIP], |
608 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [SKIP], | 593 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [SKIP], |
609 'built-ins/Object/prototype/hasOwnProperty/S15.2.4.5_A12': [SKIP], | 594 'built-ins/Object/prototype/hasOwnProperty/S15.2.4.5_A12': [SKIP], |
610 'built-ins/Object/prototype/isPrototypeOf/S15.2.4.6_A12': [SKIP], | 595 'built-ins/Object/prototype/isPrototypeOf/S15.2.4.6_A12': [SKIP], |
611 'built-ins/Object/prototype/propertyIsEnumerable/S15.2.4.7_A12': [SKIP], | 596 'built-ins/Object/prototype/propertyIsEnumerable/S15.2.4.7_A12': [SKIP], |
612 'built-ins/Object/prototype/toLocaleString/S15.2.4.3_A12': [SKIP], | 597 'built-ins/Object/prototype/toLocaleString/S15.2.4.3_A12': [SKIP], |
613 'built-ins/Object/prototype/toString/15.2.4.2-1-1': [SKIP], | 598 'built-ins/Object/prototype/toString/15.2.4.2-1-1': [SKIP], |
614 'built-ins/Object/prototype/toString/15.2.4.2-1-2': [SKIP], | 599 'built-ins/Object/prototype/toString/15.2.4.2-1-2': [SKIP], |
615 'built-ins/Object/prototype/toString/S15.2.4.2_A12': [SKIP], | 600 'built-ins/Object/prototype/toString/S15.2.4.2_A12': [SKIP], |
616 'built-ins/Object/prototype/valueOf/S15.2.4.4_A12': [SKIP], | 601 'built-ins/Object/prototype/valueOf/S15.2.4.4_A12': [SKIP], |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
725 'language/statements/let/block-local-use-before-initialization-in-declaration-
statement': [SKIP], | 710 'language/statements/let/block-local-use-before-initialization-in-declaration-
statement': [SKIP], |
726 'language/statements/let/block-local-use-before-initialization-in-prior-statem
ent': [SKIP], | 711 'language/statements/let/block-local-use-before-initialization-in-prior-statem
ent': [SKIP], |
727 'language/statements/let/function-local-closure-get-before-initialization': [S
KIP], | 712 'language/statements/let/function-local-closure-get-before-initialization': [S
KIP], |
728 'language/statements/let/function-local-closure-set-before-initialization': [S
KIP], | 713 'language/statements/let/function-local-closure-set-before-initialization': [S
KIP], |
729 'language/statements/let/function-local-use-before-initialization-in-declarati
on-statement': [SKIP], | 714 'language/statements/let/function-local-use-before-initialization-in-declarati
on-statement': [SKIP], |
730 'language/statements/let/function-local-use-before-initialization-in-prior-sta
tement': [SKIP], | 715 'language/statements/let/function-local-use-before-initialization-in-prior-sta
tement': [SKIP], |
731 'language/statements/let/global-closure-get-before-initialization': [SKIP], | 716 'language/statements/let/global-closure-get-before-initialization': [SKIP], |
732 'language/statements/let/global-closure-set-before-initialization': [SKIP], | 717 'language/statements/let/global-closure-set-before-initialization': [SKIP], |
733 'language/statements/let/global-use-before-initialization-in-declaration-state
ment': [SKIP], | 718 'language/statements/let/global-use-before-initialization-in-declaration-state
ment': [SKIP], |
734 'language/statements/let/global-use-before-initialization-in-prior-statement':
[SKIP], | 719 'language/statements/let/global-use-before-initialization-in-prior-statement':
[SKIP], |
| 720 'language/statements/try/S12.14_A14': [SKIP], |
735 'language/statements/while/S12.6.2_A4_T5': [SKIP], | 721 'language/statements/while/S12.6.2_A4_T5': [SKIP], |
736 | 722 |
737 }], # ignition == True | 723 }], # ignition == True |
738 | 724 |
739 ['ignition == True and (arch == arm or arch == arm64)', { | 725 ['ignition == True and (arch == arm or arch == arm64)', { |
740 'built-ins/decodeURI/S15.1.3.1_A1.12_T3': [SKIP], | 726 'built-ins/decodeURI/S15.1.3.1_A1.12_T3': [SKIP], |
741 'built-ins/decodeURIComponent/S15.1.3.2_A1.10_T1': [SKIP], | 727 'built-ins/decodeURIComponent/S15.1.3.2_A1.10_T1': [SKIP], |
742 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T2': [SKIP], | 728 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T2': [SKIP], |
743 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], | 729 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], |
744 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], | 730 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], |
745 'intl402/9.2.2': [SKIP], | 731 'intl402/9.2.2': [SKIP], |
746 'language/statements/let/fn-name-arrow': [SKIP], | 732 'language/statements/let/fn-name-arrow': [SKIP], |
747 'language/statements/let/fn-name-cover': [SKIP], | 733 'language/statements/let/fn-name-cover': [SKIP], |
748 'language/statements/let/fn-name-fn': [SKIP], | 734 'language/statements/let/fn-name-fn': [SKIP], |
749 'language/statements/let/fn-name-gen': [SKIP], | 735 'language/statements/let/fn-name-gen': [SKIP], |
750 }], # ignition == True and (arch == arm or arch == arm64) | 736 }], # ignition == True and (arch == arm or arch == arm64) |
751 | 737 |
752 ] | 738 ] |
OLD | NEW |