| 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 787 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 798 # TODO(mythria, 4764): lack of osr support. | 798 # TODO(mythria, 4764): lack of osr support. |
| 799 'regress/regress-2618': [FAIL], | 799 'regress/regress-2618': [FAIL], |
| 800 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop | 800 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop |
| 801 # till it is optimized. So test timeouts. | 801 # till it is optimized. So test timeouts. |
| 802 'array-literal-transitions': [SKIP], | 802 'array-literal-transitions': [SKIP], |
| 803 | 803 |
| 804 # TODO(mythria, 4680): Relate to GC and ignition holding references to | 804 # TODO(mythria, 4680): Relate to GC and ignition holding references to |
| 805 # objects. | 805 # objects. |
| 806 'es6/mirror-collections': [FAIL], | 806 'es6/mirror-collections': [FAIL], |
| 807 | 807 |
| 808 # TODO(mythria, 4680): Fails with context_register_count_ > 0 (0 vs. 0) when | 808 # TODO(mythria, 4904): Parser bug. It creates incorrectly nested scopes |
| 809 # trying to get a context register in BytecodeGenerator. | 809 # for do expressions in arrow functions. |
| 810 'harmony/regress/regress-4658': [FAIL, ['mode == release and dcheck_always_on
== False', PASS],], | 810 'harmony/regress/regress-4658': [FAIL, ['mode == release and dcheck_always_on
== False', PASS],], |
| 811 | 811 |
| 812 # TODO(rmcilroy, 4680): Script throws RangeError as expected, but does so duri
ng | 812 # TODO(rmcilroy, 4680): Script throws RangeError as expected, but does so duri
ng |
| 813 # eager compile of the whole script instead of during lazy compile of the func
tion | 813 # eager compile of the whole script instead of during lazy compile of the func
tion |
| 814 # f(), so we can't catch the exception in the try/catch. Skip because on some | 814 # f(), so we can't catch the exception in the try/catch. Skip because on some |
| 815 # platforms the stack limit is different and the exception doesn't fire. | 815 # platforms the stack limit is different and the exception doesn't fire. |
| 816 'regress/regress-crbug-589472': [SKIP], | 816 'regress/regress-crbug-589472': [SKIP], |
| 817 | 817 |
| 818 # Debugger test cases that pass with ignition, but not full-codegen. | 818 # Debugger test cases that pass with ignition, but not full-codegen. |
| 819 # These differences between full-codegen and ignition are deliberate. | 819 # These differences between full-codegen and ignition are deliberate. |
| 820 'ignition/elided-instruction-no-ignition': [FAIL], | 820 'ignition/elided-instruction-no-ignition': [FAIL], |
| 821 | 821 |
| 822 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], | 822 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], |
| 823 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], | 823 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], |
| 824 }], # ignition == True | 824 }], # ignition == True |
| 825 | 825 |
| 826 ['ignition == True and system == windows', { | |
| 827 # TODO(rmcilroy,4680): Crash on windows nosnap shared. | |
| 828 'regress/regress-crbug-352058': [PASS, ['no_snap == True', SKIP]], | |
| 829 | |
| 830 # TODO(rmcilroy,4680): Fails on win32 debug. | |
| 831 'div-mod': [PASS, ['arch == ia32', SKIP]], | |
| 832 }], # ignition == True and system == windows | |
| 833 | |
| 834 ['ignition == True and arch == arm64', { | 826 ['ignition == True and arch == arm64', { |
| 835 # TODO(rmcilroy,4680): Arm64 specific timeouts. | 827 # TODO(rmcilroy,4680): Arm64 specific timeouts. |
| 836 'asm/construct-double': [SKIP], | 828 'asm/construct-double': [SKIP], |
| 837 'compiler/osr-one': [SKIP], | 829 'compiler/osr-one': [SKIP], |
| 838 'compiler/osr-two': [SKIP], | 830 'compiler/osr-two': [SKIP], |
| 839 'wasm/asm-wasm-i32': [SKIP], | 831 'wasm/asm-wasm-i32': [SKIP], |
| 840 'wasm/asm-wasm-u32': [SKIP], | 832 'wasm/asm-wasm-u32': [SKIP], |
| 841 }], # ignition == True and arch == arm64 | 833 }], # ignition == True and arch == arm64 |
| 842 | 834 |
| 843 ['ignition == True and arch == arm', { | 835 ['ignition == True and arch == arm', { |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 877 ############################################################################## | 869 ############################################################################## |
| 878 ['gcov_coverage', { | 870 ['gcov_coverage', { |
| 879 # Tests taking too long. | 871 # Tests taking too long. |
| 880 'array-functions-prototype-misc': [SKIP], | 872 'array-functions-prototype-misc': [SKIP], |
| 881 | 873 |
| 882 # Stack overflow. | 874 # Stack overflow. |
| 883 'big-array-literal': [SKIP], | 875 'big-array-literal': [SKIP], |
| 884 }], # 'gcov_coverage' | 876 }], # 'gcov_coverage' |
| 885 | 877 |
| 886 ] | 878 ] |
| OLD | NEW |