| 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 732 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 743 }], # 'predictable == True' | 743 }], # 'predictable == True' |
| 744 | 744 |
| 745 ############################################################################## | 745 ############################################################################## |
| 746 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 746 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
| 747 | 747 |
| 748 # take too long with the simulator. | 748 # take too long with the simulator. |
| 749 'regress/regress-1132': [SKIP], | 749 'regress/regress-1132': [SKIP], |
| 750 }], # 'arch == ppc and simulator_run == True' | 750 }], # 'arch == ppc and simulator_run == True' |
| 751 | 751 |
| 752 ############################################################################## | 752 ############################################################################## |
| 753 ['ignition == True', { | 753 ['ignition or ignition_turbofan', { |
| 754 # TODO(yangguo,4690): flaky failures on the bots. | 754 # TODO(yangguo,4690): flaky failures on the bots. |
| 755 'debug-stepin-builtin-callback-opt': [SKIP], | 755 'debug-stepin-builtin-callback-opt': [SKIP], |
| 756 | 756 |
| 757 # TODO(rmcilroy,4765): assertion failures in LiveEdit tests. | 757 # TODO(rmcilroy,4765): assertion failures in LiveEdit tests. |
| 758 'debug-liveedit-restart-frame': [FAIL], | 758 'debug-liveedit-restart-frame': [FAIL], |
| 759 'debug-liveedit-literals': [FAIL], | 759 'debug-liveedit-literals': [FAIL], |
| 760 'debug-liveedit-3': [FAIL], | 760 'debug-liveedit-3': [FAIL], |
| 761 'debug-liveedit-1': [FAIL], | 761 'debug-liveedit-1': [FAIL], |
| 762 'debug-liveedit-2': [FAIL], | 762 'debug-liveedit-2': [FAIL], |
| 763 'debug-liveedit-patch-positions-replace': [FAIL], | 763 'debug-liveedit-patch-positions-replace': [FAIL], |
| (...skipping 26 matching lines...) Expand all Loading... |
| 790 # f(), so we can't catch the exception in the try/catch. Skip because on some | 790 # f(), so we can't catch the exception in the try/catch. Skip because on some |
| 791 # platforms the stack limit is different and the exception doesn't fire. | 791 # platforms the stack limit is different and the exception doesn't fire. |
| 792 'regress/regress-crbug-589472': [SKIP], | 792 'regress/regress-crbug-589472': [SKIP], |
| 793 | 793 |
| 794 # Debugger test cases that pass with ignition, but not full-codegen. | 794 # Debugger test cases that pass with ignition, but not full-codegen. |
| 795 # These differences between full-codegen and ignition are deliberate. | 795 # These differences between full-codegen and ignition are deliberate. |
| 796 'ignition/elided-instruction-no-ignition': [FAIL], | 796 'ignition/elided-instruction-no-ignition': [FAIL], |
| 797 | 797 |
| 798 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], | 798 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], |
| 799 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], | 799 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], |
| 800 }], # ignition == True | 800 }], # ignition or ignition_turbofan |
| 801 | 801 |
| 802 ['ignition == True and arch == arm64', { | 802 ['(ignition or ignition_turbofan) and arch == arm64', { |
| 803 # TODO(rmcilroy,4680): Arm64 specific timeouts. | 803 # TODO(rmcilroy,4680): Arm64 specific timeouts. |
| 804 'asm/construct-double': [SKIP], | 804 'asm/construct-double': [SKIP], |
| 805 'compiler/osr-one': [SKIP], | 805 'compiler/osr-one': [SKIP], |
| 806 'compiler/osr-two': [SKIP], | 806 'compiler/osr-two': [SKIP], |
| 807 'wasm/asm-wasm-i32': [SKIP], | 807 'wasm/asm-wasm-i32': [SKIP], |
| 808 'wasm/asm-wasm-u32': [SKIP], | 808 'wasm/asm-wasm-u32': [SKIP], |
| 809 }], # ignition == True and arch == arm64 | 809 }], # (ignition or ignition_turbofan) and arch == arm64 |
| 810 | 810 |
| 811 ['ignition == True and arch == arm', { | 811 ['(ignition or ignition_turbofan) and arch == arm', { |
| 812 # TODO(rmcilroy,4680): Arm specific timeouts. | 812 # TODO(rmcilroy,4680): Arm specific timeouts. |
| 813 'compiler/osr-one': [SKIP], | 813 'compiler/osr-one': [SKIP], |
| 814 'compiler/osr-two': [SKIP], | 814 'compiler/osr-two': [SKIP], |
| 815 'regress/regress-1257': [SKIP], | 815 'regress/regress-1257': [SKIP], |
| 816 }], # ignition == True and arch == arm | 816 }], # (ignition or ignition_turbofan) and arch == arm |
| 817 | 817 |
| 818 ['ignition == True and msan', { | 818 ['(ignition or ignition_turbofan) and msan', { |
| 819 # TODO(mythria,4680): All of these tests have large loops and hence slow | 819 # TODO(mythria,4680): All of these tests have large loops and hence slow |
| 820 # and timeout. | 820 # and timeout. |
| 821 'compiler/osr-big': [SKIP], | 821 'compiler/osr-big': [SKIP], |
| 822 'compiler/osr-nested': [SKIP], | 822 'compiler/osr-nested': [SKIP], |
| 823 'regress/regress-298269': [SKIP], | 823 'regress/regress-298269': [SKIP], |
| 824 'regress/regress-crbug-319860': [SKIP], | 824 'regress/regress-crbug-319860': [SKIP], |
| 825 'regress/regress-deep-proto': [SKIP], | 825 'regress/regress-deep-proto': [SKIP], |
| 826 'try': [SKIP], | 826 'try': [SKIP], |
| 827 # Too slow for interpreter and msan. | 827 # Too slow for interpreter and msan. |
| 828 'es6/tail-call-megatest*': [SKIP], | 828 'es6/tail-call-megatest*': [SKIP], |
| 829 }], # ignition == True and msan | 829 }], # (ignition or ignition_turbofan) and msan |
| 830 | 830 |
| 831 ['ignition == True and gc_stress == True', { | 831 ['(ignition or ignition_turbofan) and gc_stress == True', { |
| 832 # TODO(oth,4680): failures from the bots. | 832 # TODO(oth,4680): failures from the bots. |
| 833 'es6/debug-step-destructuring-bind': [SKIP], | 833 'es6/debug-step-destructuring-bind': [SKIP], |
| 834 'es6/debug-stepin-collections-foreach': [SKIP], | 834 'es6/debug-stepin-collections-foreach': [SKIP], |
| 835 'ignition/elided-instruction': [SKIP], | 835 'ignition/elided-instruction': [SKIP], |
| 836 'regress/regress-269': [SKIP], | 836 'regress/regress-269': [SKIP], |
| 837 }], # ignition == True and gc_stress == True | 837 }], # (ignition or ignition_turbofan) and gc_stress == True |
| 838 | 838 |
| 839 ['ignition == False', { | 839 ['ignition == False and ignition_turbofan == False', { |
| 840 # Debugger test cases that pass with full-codegen, but not ignition. | 840 # Debugger test cases that pass with full-codegen, but not ignition. |
| 841 # These differences between full-codegen and ignition are deliberate. | 841 # These differences between full-codegen and ignition are deliberate. |
| 842 'ignition/elided-instruction': [FAIL], | 842 'ignition/elided-instruction': [FAIL], |
| 843 }], # ignition == False | 843 }], # ignition == False and ignition_turbofan == False |
| 844 | 844 |
| 845 ############################################################################## | 845 ############################################################################## |
| 846 ['gcov_coverage', { | 846 ['gcov_coverage', { |
| 847 # Tests taking too long. | 847 # Tests taking too long. |
| 848 'array-functions-prototype-misc': [SKIP], | 848 'array-functions-prototype-misc': [SKIP], |
| 849 | 849 |
| 850 # Stack overflow. | 850 # Stack overflow. |
| 851 'big-array-literal': [SKIP], | 851 'big-array-literal': [SKIP], |
| 852 }], # 'gcov_coverage' | 852 }], # 'gcov_coverage' |
| 853 | 853 |
| 854 ] | 854 ] |
| OLD | NEW |