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 823 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
834 | 834 |
835 # TODO(rmcilroy,titzer): Times out after | 835 # TODO(rmcilroy,titzer): Times out after |
836 # https://codereview.chromium.org/1951013002 . | 836 # https://codereview.chromium.org/1951013002 . |
837 'regress/regress-599717': [PASS, ['tsan', SKIP]], | 837 'regress/regress-599717': [PASS, ['tsan', SKIP]], |
838 | 838 |
839 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on | 839 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on |
840 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled. | 840 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled. |
841 'harmony/generators-turbo': [PASS, FAST_VARIANTS], | 841 'harmony/generators-turbo': [PASS, FAST_VARIANTS], |
842 'regress/regress-crbug-352058': [SKIP], | 842 'regress/regress-crbug-352058': [SKIP], |
843 | 843 |
| 844 # TODO(jarin): No truncations on CheckFloat64Hole. |
| 845 'getters-on-elements': [SKIP], |
844 }], # ignition or ignition_turbofan | 846 }], # ignition or ignition_turbofan |
845 | 847 |
846 ['(ignition or ignition_turbofan) and arch == arm64', { | 848 ['(ignition or ignition_turbofan) and arch == arm64', { |
847 # TODO(rmcilroy,4680): Arm64 specific timeouts. | 849 # TODO(rmcilroy,4680): Arm64 specific timeouts. |
848 'asm/construct-double': [SKIP], | 850 'asm/construct-double': [SKIP], |
849 'compiler/osr-one': [SKIP], | 851 'compiler/osr-one': [SKIP], |
850 'compiler/osr-two': [SKIP], | 852 'compiler/osr-two': [SKIP], |
851 'wasm/asm-wasm-i32': [SKIP], | 853 'wasm/asm-wasm-i32': [SKIP], |
852 'wasm/asm-wasm-u32': [SKIP], | 854 'wasm/asm-wasm-u32': [SKIP], |
853 }], # (ignition or ignition_turbofan) and arch == arm64 | 855 }], # (ignition or ignition_turbofan) and arch == arm64 |
(...skipping 21 matching lines...) Expand all Loading... |
875 ############################################################################## | 877 ############################################################################## |
876 ['gcov_coverage', { | 878 ['gcov_coverage', { |
877 # Tests taking too long. | 879 # Tests taking too long. |
878 'array-functions-prototype-misc': [SKIP], | 880 'array-functions-prototype-misc': [SKIP], |
879 | 881 |
880 # Stack overflow. | 882 # Stack overflow. |
881 'big-array-literal': [SKIP], | 883 'big-array-literal': [SKIP], |
882 }], # 'gcov_coverage' | 884 }], # 'gcov_coverage' |
883 | 885 |
884 ] | 886 ] |
OLD | NEW |