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 606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
617 'built-ins/Object/prototype/valueOf/S15.2.4.4_A15': [SKIP], | 617 'built-ins/Object/prototype/valueOf/S15.2.4.4_A15': [SKIP], |
618 'built-ins/Promise/all/ctx-ctor': [SKIP], | 618 'built-ins/Promise/all/ctx-ctor': [SKIP], |
619 'built-ins/Promise/race/ctx-ctor': [SKIP], | 619 'built-ins/Promise/race/ctx-ctor': [SKIP], |
620 'built-ins/Promise/reject/ctx-ctor': [SKIP], | 620 'built-ins/Promise/reject/ctx-ctor': [SKIP], |
621 'built-ins/Promise/resolve/ctx-ctor': [SKIP], | 621 'built-ins/Promise/resolve/ctx-ctor': [SKIP], |
622 'built-ins/Promise/reject/S25.4.4.4_A3.1_T1': [SKIP], | 622 'built-ins/Promise/reject/S25.4.4.4_A3.1_T1': [SKIP], |
623 'built-ins/String/prototype/codePointAt/this-is-undefined-throws': [SKIP], | 623 'built-ins/String/prototype/codePointAt/this-is-undefined-throws': [SKIP], |
624 'built-ins/String/prototype/concat/S15.5.4.6_A2': [SKIP], | 624 'built-ins/String/prototype/concat/S15.5.4.6_A2': [SKIP], |
625 'built-ins/String/prototype/endsWith/this-is-undefined-throws': [SKIP], | 625 'built-ins/String/prototype/endsWith/this-is-undefined-throws': [SKIP], |
626 'built-ins/String/prototype/includes/this-is-undefined-throws': [SKIP], | 626 'built-ins/String/prototype/includes/this-is-undefined-throws': [SKIP], |
| 627 'built-ins/String/prototype/match/invoke-builtin-match': [SKIP], |
627 'built-ins/String/prototype/repeat/this-is-undefined-throws': [SKIP], | 628 'built-ins/String/prototype/repeat/this-is-undefined-throws': [SKIP], |
628 'built-ins/String/prototype/startsWith/this-is-undefined-throws': [SKIP], | 629 'built-ins/String/prototype/startsWith/this-is-undefined-throws': [SKIP], |
629 'built-ins/String/prototype/trim/15.5.4.20-1-1': [SKIP], | 630 'built-ins/String/prototype/trim/15.5.4.20-1-1': [SKIP], |
630 'built-ins/String/S15.5.5.1_A4_T1': [SKIP], | 631 'built-ins/String/S15.5.5.1_A4_T1': [SKIP], |
631 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa
rameter-value-1': [SKIP], | 632 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa
rameter-value-1': [SKIP], |
632 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa
rameter-value-2': [SKIP], | 633 'language/block-scope/leave/nested-block-let-declaration-only-shadows-outer-pa
rameter-value-2': [SKIP], |
633 'language/block-scope/leave/verify-context-in-labelled-block': [SKIP], | 634 'language/block-scope/leave/verify-context-in-labelled-block': [SKIP], |
634 'language/block-scope/leave/x-after-break-to-label': [SKIP], | 635 'language/block-scope/leave/x-after-break-to-label': [SKIP], |
635 'language/computed-property-names/object/accessor/getter-super': [SKIP], | 636 'language/computed-property-names/object/accessor/getter-super': [SKIP], |
636 'language/computed-property-names/object/accessor/setter-super': [SKIP], | 637 'language/computed-property-names/object/accessor/setter-super': [SKIP], |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
701 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], | 702 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], |
702 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], | 703 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], |
703 'intl402/9.2.2': [SKIP], | 704 'intl402/9.2.2': [SKIP], |
704 'language/statements/let/fn-name-arrow': [SKIP], | 705 'language/statements/let/fn-name-arrow': [SKIP], |
705 'language/statements/let/fn-name-cover': [SKIP], | 706 'language/statements/let/fn-name-cover': [SKIP], |
706 'language/statements/let/fn-name-fn': [SKIP], | 707 'language/statements/let/fn-name-fn': [SKIP], |
707 'language/statements/let/fn-name-gen': [SKIP], | 708 'language/statements/let/fn-name-gen': [SKIP], |
708 }], # ignition == True and (arch == arm or arch == arm64) | 709 }], # ignition == True and (arch == arm or arch == arm64) |
709 | 710 |
710 ] | 711 ] |
OLD | NEW |