Chromium Code Reviews| 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 802 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 813 | 813 |
| 814 # TODO(rmcilroy, 4680): Script throws RangeError as expected, but does so duri ng | 814 # TODO(rmcilroy, 4680): Script throws RangeError as expected, but does so duri ng |
| 815 # eager compile of the whole script instead of during lazy compile of the func tion | 815 # eager compile of the whole script instead of during lazy compile of the func tion |
| 816 # f(), so we can't catch the exception in the try/catch. Skip because on some | 816 # f(), so we can't catch the exception in the try/catch. Skip because on some |
| 817 # platforms the stack limit is different and the exception doesn't fire. | 817 # platforms the stack limit is different and the exception doesn't fire. |
| 818 'regress/regress-crbug-589472': [SKIP], | 818 'regress/regress-crbug-589472': [SKIP], |
| 819 | 819 |
| 820 # Debugger test cases that pass with ignition, but not full-codegen. | 820 # Debugger test cases that pass with ignition, but not full-codegen. |
| 821 # These differences between full-codegen and ignition are deliberate. | 821 # These differences between full-codegen and ignition are deliberate. |
| 822 'ignition/elided-instruction-no-ignition': [FAIL], | 822 'ignition/elided-instruction-no-ignition': [FAIL], |
| 823 | |
| 824 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], | |
| 825 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], | |
| 823 }], # ignition == True | 826 }], # ignition == True |
| 824 | 827 |
| 825 ['ignition == True and system == windows', { | 828 ['ignition == True and system == windows', { |
| 826 # TODO(rmcilroy,4680): Crash on windows nosnap shared. | 829 # TODO(rmcilroy,4680): Crash on windows nosnap shared. |
| 827 'regress/regress-crbug-352058': [PASS, ['no_snap == True', SKIP]], | 830 'regress/regress-crbug-352058': [PASS, ['no_snap == True', SKIP]], |
| 828 | 831 |
| 829 # TODO(rmcilroy,4680): Fails on win32 debug. | 832 # TODO(rmcilroy,4680): Fails on win32 debug. |
| 830 'div-mod': [PASS, ['arch == ia32', SKIP]], | 833 'div-mod': [PASS, ['arch == ia32', SKIP]], |
| 831 }], # ignition == True and system == windows | 834 }], # ignition == True and system == windows |
| 832 | 835 |
| 833 ['ignition == True and arch == arm64', { | 836 ['ignition == True and arch == arm64', { |
| 834 # TODO(rmcilroy,4680): Arm64 specific timeouts. | 837 # TODO(rmcilroy,4680): Arm64 specific timeouts. |
| 835 'asm/construct-double': [SKIP], | 838 'asm/construct-double': [SKIP], |
| 836 'compiler/osr-one': [SKIP], | 839 'compiler/osr-one': [SKIP], |
| 837 'compiler/osr-two': [SKIP], | 840 'compiler/osr-two': [SKIP], |
| 838 }], # ignition == True and arch == arm64 | 841 }], # ignition == True and arch == arm64 |
| 839 | 842 |
| 840 ['ignition == True and arch == arm', { | 843 ['ignition == True and arch == arm', { |
| 841 # TODO(rmcilroy,4680): Arm specific timeouts. | 844 # TODO(rmcilroy,4680): Arm specific timeouts. |
| 842 'compiler/osr-one': [SKIP], | 845 'compiler/osr-one': [SKIP], |
| 843 'compiler/osr-two': [SKIP], | 846 'compiler/osr-two': [SKIP], |
| 844 'regress/regress-1257': [SKIP], | 847 'regress/regress-1257': [SKIP], |
| 845 }], # ignition == True and arch == arm | 848 }], # ignition == True and arch == arm |
| 846 | 849 |
| 847 ['ignition == True and msan', { | 850 ['ignition == True and msan', { |
|
Michael Achenbach
2016/03/30 12:50:20
Ignition + msan would have been more accurate.
| |
| 848 # TODO(mythria,4680): All of these tests have large loops and hence slow | 851 # TODO(mythria,4680): All of these tests have large loops and hence slow |
| 849 # and timeout. | 852 # and timeout. |
| 850 'compiler/osr-big': [SKIP], | 853 'compiler/osr-big': [SKIP], |
| 851 'compiler/osr-nested': [SKIP], | 854 'compiler/osr-nested': [SKIP], |
| 852 'regress/regress-298269': [SKIP], | 855 'regress/regress-298269': [SKIP], |
| 853 'regress/regress-crbug-319860': [SKIP], | 856 'regress/regress-crbug-319860': [SKIP], |
| 854 'regress/regress-deep-proto': [SKIP], | 857 'regress/regress-deep-proto': [SKIP], |
| 855 'try': [SKIP], | 858 'try': [SKIP], |
| 856 # Too slow for interpreter and msan. | 859 # Too slow for interpreter and msan. |
| 857 'es6/tail-call-megatest*': [SKIP], | 860 'es6/tail-call-megatest*': [SKIP], |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 908 ############################################################################## | 911 ############################################################################## |
| 909 ['gcov_coverage', { | 912 ['gcov_coverage', { |
| 910 # Tests taking too long. | 913 # Tests taking too long. |
| 911 'array-functions-prototype-misc': [SKIP], | 914 'array-functions-prototype-misc': [SKIP], |
| 912 | 915 |
| 913 # Stack overflow. | 916 # Stack overflow. |
| 914 'big-array-literal': [SKIP], | 917 'big-array-literal': [SKIP], |
| 915 }], # 'gcov_coverage' | 918 }], # 'gcov_coverage' |
| 916 | 919 |
| 917 ] | 920 ] |
| OLD | NEW |