| 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 |
| 592 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [SKIP], | 607 'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [SKIP], |
| 593 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [SKIP], | 608 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [SKIP], |
| 594 'built-ins/Object/prototype/hasOwnProperty/S15.2.4.5_A12': [SKIP], | 609 'built-ins/Object/prototype/hasOwnProperty/S15.2.4.5_A12': [SKIP], |
| 595 'built-ins/Object/prototype/isPrototypeOf/S15.2.4.6_A12': [SKIP], | 610 'built-ins/Object/prototype/isPrototypeOf/S15.2.4.6_A12': [SKIP], |
| 596 'built-ins/Object/prototype/propertyIsEnumerable/S15.2.4.7_A12': [SKIP], | 611 'built-ins/Object/prototype/propertyIsEnumerable/S15.2.4.7_A12': [SKIP], |
| 597 'built-ins/Object/prototype/toLocaleString/S15.2.4.3_A12': [SKIP], | 612 'built-ins/Object/prototype/toLocaleString/S15.2.4.3_A12': [SKIP], |
| 598 'built-ins/Object/prototype/toString/15.2.4.2-1-1': [SKIP], | 613 'built-ins/Object/prototype/toString/15.2.4.2-1-1': [SKIP], |
| 599 'built-ins/Object/prototype/toString/15.2.4.2-1-2': [SKIP], | 614 'built-ins/Object/prototype/toString/15.2.4.2-1-2': [SKIP], |
| 600 'built-ins/Object/prototype/toString/S15.2.4.2_A12': [SKIP], | 615 'built-ins/Object/prototype/toString/S15.2.4.2_A12': [SKIP], |
| 601 'built-ins/Object/prototype/valueOf/S15.2.4.4_A12': [SKIP], | 616 'built-ins/Object/prototype/valueOf/S15.2.4.4_A12': [SKIP], |
| 602 'built-ins/Object/prototype/valueOf/S15.2.4.4_A14': [SKIP], | 617 'built-ins/Object/prototype/valueOf/S15.2.4.4_A14': [SKIP], |
| 603 'built-ins/Object/prototype/valueOf/S15.2.4.4_A15': [SKIP], | 618 'built-ins/Object/prototype/valueOf/S15.2.4.4_A15': [SKIP], |
| 604 'built-ins/Promise/all/ctx-ctor': [SKIP], | 619 'built-ins/Promise/all/ctx-ctor': [SKIP], |
| 620 'built-ins/Promise/all/S25.4.4.1_A4.1_T1': [SKIP], |
| 621 'built-ins/Promise/prototype/then/on-rejected-throw': [SKIP], |
| 605 'built-ins/Promise/race/ctx-ctor': [SKIP], | 622 'built-ins/Promise/race/ctx-ctor': [SKIP], |
| 606 'built-ins/Promise/reject/ctx-ctor': [SKIP], | 623 'built-ins/Promise/reject/ctx-ctor': [SKIP], |
| 607 'built-ins/Promise/resolve/ctx-ctor': [SKIP], | 624 'built-ins/Promise/resolve/ctx-ctor': [SKIP], |
| 608 'built-ins/Promise/reject/S25.4.4.4_A3.1_T1': [SKIP], | 625 'built-ins/Promise/reject/S25.4.4.4_A3.1_T1': [SKIP], |
| 609 'built-ins/String/prototype/codePointAt/this-is-undefined-throws': [SKIP], | 626 'built-ins/String/prototype/codePointAt/this-is-undefined-throws': [SKIP], |
| 610 'built-ins/String/prototype/concat/S15.5.4.6_A2': [SKIP], | 627 'built-ins/String/prototype/concat/S15.5.4.6_A2': [SKIP], |
| 611 'built-ins/String/prototype/endsWith/this-is-undefined-throws': [SKIP], | 628 'built-ins/String/prototype/endsWith/this-is-undefined-throws': [SKIP], |
| 612 'built-ins/String/prototype/includes/this-is-undefined-throws': [SKIP], | 629 'built-ins/String/prototype/includes/this-is-undefined-throws': [SKIP], |
| 613 'built-ins/String/prototype/repeat/this-is-undefined-throws': [SKIP], | 630 'built-ins/String/prototype/repeat/this-is-undefined-throws': [SKIP], |
| 614 'built-ins/String/prototype/startsWith/this-is-undefined-throws': [SKIP], | 631 'built-ins/String/prototype/startsWith/this-is-undefined-throws': [SKIP], |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 726 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], | 743 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T2': [SKIP], |
| 727 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], | 744 'built-ins/decodeURIComponent/S15.1.3.2_A1.12_T3': [SKIP], |
| 728 'intl402/9.2.2': [SKIP], | 745 'intl402/9.2.2': [SKIP], |
| 729 'language/statements/let/fn-name-arrow': [SKIP], | 746 'language/statements/let/fn-name-arrow': [SKIP], |
| 730 'language/statements/let/fn-name-cover': [SKIP], | 747 'language/statements/let/fn-name-cover': [SKIP], |
| 731 'language/statements/let/fn-name-fn': [SKIP], | 748 'language/statements/let/fn-name-fn': [SKIP], |
| 732 'language/statements/let/fn-name-gen': [SKIP], | 749 'language/statements/let/fn-name-gen': [SKIP], |
| 733 }], # ignition == True and (arch == arm or arch == arm64) | 750 }], # ignition == True and (arch == arm or arch == arm64) |
| 734 | 751 |
| 735 ] | 752 ] |
| OLD | NEW |