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 877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
888 | 888 |
889 ['ignition == True and arch == arm64', { | 889 ['ignition == True and arch == arm64', { |
890 # TODO(rmcilroy,4680): Arm64 specific timeouts. | 890 # TODO(rmcilroy,4680): Arm64 specific timeouts. |
891 'asm/construct-double': [SKIP], | 891 'asm/construct-double': [SKIP], |
892 'compiler/osr-one': [SKIP], | 892 'compiler/osr-one': [SKIP], |
893 'compiler/osr-two': [SKIP], | 893 'compiler/osr-two': [SKIP], |
894 }], # ignition == True and arch == arm64 | 894 }], # ignition == True and arch == arm64 |
895 | 895 |
896 ['ignition == True and arch == arm', { | 896 ['ignition == True and arch == arm', { |
897 # TODO(rmcilroy,4680): Arm specific timeouts. | 897 # TODO(rmcilroy,4680): Arm specific timeouts. |
898 'compiler/osr-one': [PASS, ['mode == debug', SKIP]], | 898 'compiler/osr-one': [SKIP], |
899 'compiler/osr-two': [PASS, ['mode == debug', SKIP]], | 899 'compiler/osr-two': [SKIP], |
900 'regress/regress-1257': [SKIP], | 900 'regress/regress-1257': [SKIP], |
901 }], # ignition == True and (arch == arm or arch == arm64) | 901 }], # ignition == True and (arch == arm or arch == arm64) |
902 | 902 |
903 ############################################################################## | 903 ############################################################################## |
904 ['gcov_coverage', { | 904 ['gcov_coverage', { |
905 # Tests taking too long. | 905 # Tests taking too long. |
906 'array-functions-prototype-misc': [SKIP], | 906 'array-functions-prototype-misc': [SKIP], |
907 'strong/implicit-conversions': [SKIP], | 907 'strong/implicit-conversions': [SKIP], |
908 'strong/load-element-mutate-backing-store': [SKIP], | 908 'strong/load-element-mutate-backing-store': [SKIP], |
909 | 909 |
910 # Stack overflow. | 910 # Stack overflow. |
911 'big-array-literal': [SKIP], | 911 'big-array-literal': [SKIP], |
912 }], # 'gcov_coverage' | 912 }], # 'gcov_coverage' |
913 | 913 |
914 ] | 914 ] |
OLD | NEW |