OLD | NEW |
1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 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 793 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
804 # TODO(mythria, 4764): lack of osr support. | 804 # TODO(mythria, 4764): lack of osr support. |
805 'regress/regress-2618': [FAIL], | 805 'regress/regress-2618': [FAIL], |
806 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop | 806 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop |
807 # till it is optimized. So test timeouts. | 807 # till it is optimized. So test timeouts. |
808 'array-literal-transitions': [SKIP], | 808 'array-literal-transitions': [SKIP], |
809 | 809 |
810 # TODO(mythria, 4680): Relate to GC and ignition holding references to | 810 # TODO(mythria, 4680): Relate to GC and ignition holding references to |
811 # objects. | 811 # objects. |
812 'es6/mirror-collections': [FAIL], | 812 'es6/mirror-collections': [FAIL], |
813 | 813 |
814 # TODO(mythria, 4680): line numbers in eval test. Coloumn number is | |
815 # incorrect. | |
816 'regress/regress-crbug-109362': [FAIL], | |
817 | |
818 # TODO(mythria, 4680): possibly problem with line numbers. | 814 # TODO(mythria, 4680): possibly problem with line numbers. |
819 'es6/regress/regress-468661': [FAIL], | 815 'es6/regress/regress-468661': [FAIL], |
820 | 816 |
821 }], # ignition == True | 817 }], # ignition == True |
822 | 818 |
823 ['ignition == True and arch == arm64', { | 819 ['ignition == True and arch == arm64', { |
824 # TODO(rmcilroy,4680): Arm64 specific timeouts. | 820 # TODO(rmcilroy,4680): Arm64 specific timeouts. |
825 'asm/construct-double': [SKIP], | 821 'asm/construct-double': [SKIP], |
826 'compiler/osr-one': [SKIP], | 822 'compiler/osr-one': [SKIP], |
827 'compiler/osr-two': [SKIP], | 823 'compiler/osr-two': [SKIP], |
828 }], # ignition == True and arch == arm64 | 824 }], # ignition == True and arch == arm64 |
829 | 825 |
830 ['ignition == True and arch == arm', { | 826 ['ignition == True and arch == arm', { |
831 # TODO(rmcilroy,4680): Arm specific timeouts. | 827 # TODO(rmcilroy,4680): Arm specific timeouts. |
832 'compiler/osr-one': [SKIP], | 828 'compiler/osr-one': [SKIP], |
833 'compiler/osr-two': [SKIP], | 829 'compiler/osr-two': [SKIP], |
834 'regress/regress-1257': [SKIP], | 830 'regress/regress-1257': [SKIP], |
835 }], # ignition == True and arch == arm | 831 }], # ignition == True and arch == arm |
836 | 832 |
837 ############################################################################## | 833 ############################################################################## |
838 ['gcov_coverage', { | 834 ['gcov_coverage', { |
839 # Tests taking too long. | 835 # Tests taking too long. |
840 'array-functions-prototype-misc': [SKIP], | 836 'array-functions-prototype-misc': [SKIP], |
841 | 837 |
842 # Stack overflow. | 838 # Stack overflow. |
843 'big-array-literal': [SKIP], | 839 'big-array-literal': [SKIP], |
844 }], # 'gcov_coverage' | 840 }], # 'gcov_coverage' |
845 | 841 |
846 ] | 842 ] |
OLD | NEW |