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 725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
736 'built-ins/String/S15.5.5.1_A4_T1': [SKIP], | 736 'built-ins/String/S15.5.5.1_A4_T1': [SKIP], |
737 'language/block-scope/leave/x-after-break-to-label': [SKIP], | 737 'language/block-scope/leave/x-after-break-to-label': [SKIP], |
738 'language/computed-property-names/object/accessor/getter-super': [SKIP], | 738 'language/computed-property-names/object/accessor/getter-super': [SKIP], |
739 'language/computed-property-names/object/accessor/setter-super': [SKIP], | 739 'language/computed-property-names/object/accessor/setter-super': [SKIP], |
740 'language/computed-property-names/object/method/super': [SKIP], | 740 'language/computed-property-names/object/method/super': [SKIP], |
741 'language/default-parameters/class-definitions': [SKIP], | 741 'language/default-parameters/class-definitions': [SKIP], |
742 'language/default-parameters/generators': [SKIP], | 742 'language/default-parameters/generators': [SKIP], |
743 'language/default-parameters/param-ref-uninitialized': [SKIP], | 743 'language/default-parameters/param-ref-uninitialized': [SKIP], |
744 'language/expressions/delete/11.4.1-4.a-5': [SKIP], | 744 'language/expressions/delete/11.4.1-4.a-5': [SKIP], |
745 'language/expressions/delete/11.4.1-4.a-6': [SKIP], | 745 'language/expressions/delete/11.4.1-4.a-6': [SKIP], |
746 'language/expressions/object/method-definition/name-super-param': [SKIP], | 746 'language/expressions/object/method-definition/name-super-prop-param': [SKIP], |
747 'language/expressions/object/method-definition/name-super-prop-body': [SKIP], | 747 'language/expressions/object/method-definition/name-super-prop-body': [SKIP], |
748 'language/expressions/object/prop-def-id-eval-error': [SKIP], | 748 'language/expressions/object/prop-def-id-eval-error': [SKIP], |
749 'language/expressions/tagged-template/call-expression-context-no-strict': [SKI
P], | 749 'language/expressions/tagged-template/call-expression-context-no-strict': [SKI
P], |
750 'language/expressions/tagged-template/call-expression-context-strict': [SKIP], | 750 'language/expressions/tagged-template/call-expression-context-strict': [SKIP], |
751 'language/expressions/template-literal/evaluation-order': [SKIP], | 751 'language/expressions/template-literal/evaluation-order': [SKIP], |
752 'language/expressions/this/11.1.1-1gs': [SKIP], | 752 'language/expressions/this/11.1.1-1gs': [SKIP], |
753 'language/identifier-resolution/S10.2.2_A1_T5': [SKIP], | 753 'language/identifier-resolution/S10.2.2_A1_T5': [SKIP], |
754 'language/identifier-resolution/S10.2.2_A1_T6': [SKIP], | 754 'language/identifier-resolution/S10.2.2_A1_T6': [SKIP], |
755 'language/identifier-resolution/S10.2.2_A1_T7': [SKIP], | 755 'language/identifier-resolution/S10.2.2_A1_T7': [SKIP], |
756 'language/identifier-resolution/S10.2.2_A1_T8': [SKIP], | 756 'language/identifier-resolution/S10.2.2_A1_T8': [SKIP], |
(...skipping 10 matching lines...) Expand all Loading... |
767 'language/statements/function/S13.2.2_A19_T3': [SKIP], | 767 'language/statements/function/S13.2.2_A19_T3': [SKIP], |
768 'language/statements/function/S13.2.2_A19_T4': [SKIP], | 768 'language/statements/function/S13.2.2_A19_T4': [SKIP], |
769 'language/statements/function/S13.2.2_A19_T5': [SKIP], | 769 'language/statements/function/S13.2.2_A19_T5': [SKIP], |
770 'language/statements/function/S13.2.2_A19_T6': [SKIP], | 770 'language/statements/function/S13.2.2_A19_T6': [SKIP], |
771 'language/statements/function/S13.2.2_A19_T7': [SKIP], | 771 'language/statements/function/S13.2.2_A19_T7': [SKIP], |
772 'language/statements/function/S13.2.2_A19_T8': [SKIP], | 772 'language/statements/function/S13.2.2_A19_T8': [SKIP], |
773 'language/statements/while/S12.6.2_A4_T5': [SKIP], | 773 'language/statements/while/S12.6.2_A4_T5': [SKIP], |
774 }], # ignition == True | 774 }], # ignition == True |
775 | 775 |
776 ] | 776 ] |
OLD | NEW |