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 646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
657 'language/statements/for-of/yield-star-from-try': [SKIP], | 657 'language/statements/for-of/yield-star-from-try': [SKIP], |
658 'language/identifier-resolution/S10.2.2_A1_T5': [SKIP], | 658 'language/identifier-resolution/S10.2.2_A1_T5': [SKIP], |
659 'language/identifier-resolution/S10.2.2_A1_T6': [SKIP], | 659 'language/identifier-resolution/S10.2.2_A1_T6': [SKIP], |
660 'language/identifier-resolution/S10.2.2_A1_T7': [SKIP], | 660 'language/identifier-resolution/S10.2.2_A1_T7': [SKIP], |
661 'language/identifier-resolution/S10.2.2_A1_T8': [SKIP], | 661 'language/identifier-resolution/S10.2.2_A1_T8': [SKIP], |
662 'language/identifier-resolution/S10.2.2_A1_T9': [SKIP], | 662 'language/identifier-resolution/S10.2.2_A1_T9': [SKIP], |
663 'language/object-literal/concise-generator': [SKIP], | 663 'language/object-literal/concise-generator': [SKIP], |
664 'language/object-literal/getter': [SKIP], | 664 'language/object-literal/getter': [SKIP], |
665 'language/object-literal/method': [SKIP], | 665 'language/object-literal/method': [SKIP], |
666 'language/object-literal/setter': [SKIP], | 666 'language/object-literal/setter': [SKIP], |
667 'language/rest-parameters/arrow-function': [SKIP], | |
668 'language/rest-parameters/expected-argument-count': [SKIP], | |
669 'language/rest-parameters/no-alias-arguments': [SKIP], | |
670 'language/rest-parameters/rest-index': [SKIP], | |
671 'language/rest-parameters/rest-parameters-apply': [SKIP], | |
672 'language/rest-parameters/rest-parameters-call': [SKIP], | |
673 'language/rest-parameters/rest-parameters-produce-an-array': [SKIP], | |
674 'language/rest-parameters/with-new-target': [SKIP], | 667 'language/rest-parameters/with-new-target': [SKIP], |
675 'language/statements/do-while/S12.6.1_A4_T5': [SKIP], | 668 'language/statements/do-while/S12.6.1_A4_T5': [SKIP], |
676 'language/statements/function/S13.2.2_A18_T2': [SKIP], | 669 'language/statements/function/S13.2.2_A18_T2': [SKIP], |
677 'language/statements/function/S13.2.2_A19_T1': [SKIP], | 670 'language/statements/function/S13.2.2_A19_T1': [SKIP], |
678 'language/statements/function/S13.2.2_A19_T2': [SKIP], | 671 'language/statements/function/S13.2.2_A19_T2': [SKIP], |
679 'language/statements/function/S13.2.2_A19_T3': [SKIP], | 672 'language/statements/function/S13.2.2_A19_T3': [SKIP], |
680 'language/statements/function/S13.2.2_A19_T4': [SKIP], | 673 'language/statements/function/S13.2.2_A19_T4': [SKIP], |
681 'language/statements/function/S13.2.2_A19_T5': [SKIP], | 674 'language/statements/function/S13.2.2_A19_T5': [SKIP], |
682 'language/statements/function/S13.2.2_A19_T6': [SKIP], | 675 'language/statements/function/S13.2.2_A19_T6': [SKIP], |
683 'language/statements/function/S13.2.2_A19_T7': [SKIP], | 676 'language/statements/function/S13.2.2_A19_T7': [SKIP], |
(...skipping 25 matching lines...) Expand all Loading... |
709 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], | 702 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], |
710 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], | 703 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], |
711 'intl402/9.2.2': [SKIP], | 704 'intl402/9.2.2': [SKIP], |
712 'language/statements/let/fn-name-arrow': [SKIP], | 705 'language/statements/let/fn-name-arrow': [SKIP], |
713 'language/statements/let/fn-name-cover': [SKIP], | 706 'language/statements/let/fn-name-cover': [SKIP], |
714 'language/statements/let/fn-name-fn': [SKIP], | 707 'language/statements/let/fn-name-fn': [SKIP], |
715 'language/statements/let/fn-name-gen': [SKIP], | 708 'language/statements/let/fn-name-gen': [SKIP], |
716 }], # ignition == True and (arch == arm or arch == arm64) | 709 }], # ignition == True and (arch == arm or arch == arm64) |
717 | 710 |
718 ] | 711 ] |
OLD | NEW |