Chromium Code Reviews| 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 594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 605 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 605 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
| 606 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 606 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
| 607 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 607 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
| 608 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 608 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
| 609 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 609 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
| 610 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 610 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
| 611 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 611 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
| 612 | 612 |
| 613 ['ignition == True', { | 613 ['ignition == True', { |
| 614 'annexB/B.2.3.*': [SKIP], | 614 'annexB/B.2.3.*': [SKIP], |
| 615 'built-ins/Array/prototype/reduce/*': [SKIP], | 615 'built-ins/Array/prototype/reduce/*': [SKIP], |
|
Michael Achenbach
2015/12/23 12:32:42
There are a few failing tests missing. The main UI
| |
| 616 'built-ins/Array/prototype/reduceRight/*': [SKIP], | 616 'built-ins/Array/prototype/reduceRight/*': [SKIP], |
| 617 'built-ins/decodeURI/S15.1.3.1_A1.12_T3': [SKIP], | |
| 618 'built-ins/decodeURI/S15.1.3.1_A1.13_T1': [SKIP], | |
| 619 'built-ins/decodeURI/S15.1.3.1_A1.2_T1': [SKIP], | |
| 620 'built-ins/decodeURI/S15.1.3.1_A1.2_T2': [SKIP], | |
| 621 'built-ins/decodeURI/S15.1.3.2_A1.10_T1': [SKIP], | |
| 622 'built-ins/decodeURI/S15.1.3.2_A1.12_T2': [SKIP], | |
| 623 'built-ins/decodeURI/S15.1.3.2_A1.12_T3': [SKIP], | |
| 624 'built-ins/decodeURI/S15.1.3.2_A1.13_T1': [SKIP], | |
| 625 'built-ins/decodeURI/S15.1.3.2_A1.2_T1': [SKIP], | |
| 626 'built-ins/decodeURI/S15.1.3.2_A1.2_T2': [SKIP], | |
| 617 'built-ins/GeneratorFunction/*': [SKIP], | 627 'built-ins/GeneratorFunction/*': [SKIP], |
| 618 'built-ins/GeneratorPrototype/*': [SKIP], | 628 'built-ins/GeneratorPrototype/*': [SKIP], |
| 619 'built-ins/Map/*': [SKIP], | 629 'built-ins/Map/*': [SKIP], |
| 620 'built-ins/MapIteratorPrototype/*': [SKIP], | 630 'built-ins/MapIteratorPrototype/*': [SKIP], |
| 621 'built-ins/Proxy/has/*': [SKIP], | 631 'built-ins/Proxy/has/*': [SKIP], |
| 622 'built-ins/Reflect/enumerate/*': [SKIP], | 632 'built-ins/Reflect/enumerate/*': [SKIP], |
| 623 'built-ins/Set/*': [SKIP], | 633 'built-ins/Set/*': [SKIP], |
| 624 'built-ins/SetIteratorPrototype/*': [SKIP], | 634 'built-ins/SetIteratorPrototype/*': [SKIP], |
| 625 'built-ins/WeakMap/*': [SKIP], | 635 'built-ins/WeakMap/*': [SKIP], |
| 626 'built-ins/WeakSet/*': [SKIP], | 636 'built-ins/WeakSet/*': [SKIP], |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 723 'language/statements/function/S13.2.2_A17_T2': [SKIP], | 733 'language/statements/function/S13.2.2_A17_T2': [SKIP], |
| 724 'language/statements/function/S13.2.2_A17_T3': [SKIP], | 734 'language/statements/function/S13.2.2_A17_T3': [SKIP], |
| 725 }], # ignition == True | 735 }], # ignition == True |
| 726 | 736 |
| 727 ['ignition == True and (arch == arm or arch == arm64)', { | 737 ['ignition == True and (arch == arm or arch == arm64)', { |
| 728 'built-ins/encodeURI*': [SKIP], | 738 'built-ins/encodeURI*': [SKIP], |
| 729 'intl402/9.2.2': [SKIP], | 739 'intl402/9.2.2': [SKIP], |
| 730 }], # ignition == True and (arch == arm or arch == arm64) | 740 }], # ignition == True and (arch == arm or arch == arm64) |
| 731 | 741 |
| 732 ] | 742 ] |
| OLD | NEW |