| 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 619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 630 }], # variant == turbofan_opt | 630 }], # variant == turbofan_opt |
| 631 | 631 |
| 632 ############################################################################## | 632 ############################################################################## |
| 633 ['variant == ignition', { | 633 ['variant == ignition', { |
| 634 'debug-liveedit-double-call': [FAIL], | 634 'debug-liveedit-double-call': [FAIL], |
| 635 'regress-sync-optimized-lists': [FAIL], | 635 'regress-sync-optimized-lists': [FAIL], |
| 636 | 636 |
| 637 # Might trigger stack overflow. | 637 # Might trigger stack overflow. |
| 638 'unicode-test': [SKIP], | 638 'unicode-test': [SKIP], |
| 639 | 639 |
| 640 # TODO(mythria, 4780): Related to lack of allocation site feedback for calls | |
| 641 # in interpreter. | |
| 642 'array-feedback': [FAIL], | |
| 643 'regress/regress-4121': [FAIL], | |
| 644 | |
| 645 # TODO(mythria, 4780): In interpreter we disable mementos when creating array | 640 # TODO(mythria, 4780): In interpreter we disable mementos when creating array |
| 646 # literals. | 641 # literals. |
| 647 'array-literal-feedback': [FAIL], | 642 'array-literal-feedback': [FAIL], |
| 643 'regress/regress-4121': [FAIL], |
| 648 | 644 |
| 649 # TODO(4680): Test doesn't know about three tier compiler pipeline. | 645 # TODO(4680): Test doesn't know about three tier compiler pipeline. |
| 650 'assert-opt-and-deopt': [SKIP], | 646 'assert-opt-and-deopt': [SKIP], |
| 651 | 647 |
| 652 # BUG(rmcilroy,4989): Function is optimized without type feedback and so | 648 # BUG(rmcilroy,4989): Function is optimized without type feedback and so |
| 653 # immediately deopts again, causing check failure in the test. | 649 # immediately deopts again, causing check failure in the test. |
| 654 'compiler/deopt-inlined-from-call': [FAIL], | 650 'compiler/deopt-inlined-from-call': [FAIL], |
| 655 'compiler/increment-typefeedback': [FAIL], | 651 'compiler/increment-typefeedback': [FAIL], |
| 656 'compiler/manual-concurrent-recompile': [FAIL], | 652 'compiler/manual-concurrent-recompile': [FAIL], |
| 657 'constant-folding-2': [FAIL], | 653 'constant-folding-2': [FAIL], |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 709 'regress/regress-crbug-319860': [SKIP], | 705 'regress/regress-crbug-319860': [SKIP], |
| 710 'regress/regress-deep-proto': [SKIP], | 706 'regress/regress-deep-proto': [SKIP], |
| 711 'try': [SKIP], | 707 'try': [SKIP], |
| 712 # Too slow for interpreter and msan. | 708 # Too slow for interpreter and msan. |
| 713 'es6/tail-call-megatest*': [SKIP], | 709 'es6/tail-call-megatest*': [SKIP], |
| 714 }], # variant == ignition and msan | 710 }], # variant == ignition and msan |
| 715 | 711 |
| 716 ############################################################################## | 712 ############################################################################## |
| 717 ['variant == ignition_staging', { | 713 ['variant == ignition_staging', { |
| 718 'allocation-site-info': [FAIL], | 714 'allocation-site-info': [FAIL], |
| 719 'array-feedback': [FAIL], | |
| 720 'array-literal-feedback': [FAIL], | 715 'array-literal-feedback': [FAIL], |
| 721 'assert-opt-and-deopt': [SKIP], | 716 'assert-opt-and-deopt': [SKIP], |
| 722 'compiler/deopt-inlined-from-call': [FAIL], | 717 'compiler/deopt-inlined-from-call': [FAIL], |
| 723 'compiler/increment-typefeedback': [FAIL], | 718 'compiler/increment-typefeedback': [FAIL], |
| 724 'compiler/manual-concurrent-recompile': [FAIL], | 719 'compiler/manual-concurrent-recompile': [FAIL], |
| 725 'constant-folding-2': [FAIL], | 720 'constant-folding-2': [FAIL], |
| 726 'debug-is-active': [FAIL], | 721 'debug-is-active': [FAIL], |
| 727 'debug-liveedit-double-call': [FAIL], | 722 'debug-liveedit-double-call': [FAIL], |
| 728 'deopt-with-fp-regs': [FAIL], | 723 'deopt-with-fp-regs': [FAIL], |
| 729 'deserialize-optimize-inner': [FAIL], | 724 'deserialize-optimize-inner': [FAIL], |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 763 | 758 |
| 764 }], # variant == ignition_staging | 759 }], # variant == ignition_staging |
| 765 | 760 |
| 766 ############################################################################## | 761 ############################################################################## |
| 767 ['variant == ignition_turbofan', { | 762 ['variant == ignition_turbofan', { |
| 768 'debug-liveedit-double-call': [FAIL], | 763 'debug-liveedit-double-call': [FAIL], |
| 769 | 764 |
| 770 # Might trigger stack overflow. | 765 # Might trigger stack overflow. |
| 771 'unicode-test': [SKIP], | 766 'unicode-test': [SKIP], |
| 772 | 767 |
| 773 # TODO(mythria, 4780): Related to lack of allocation site feedback for calls | |
| 774 # in interpreter. | |
| 775 'regress/regress-4121': [FAIL], | |
| 776 'array-feedback': [FAIL], | |
| 777 | |
| 778 # TODO(mythria, 4780): In interpreter we disable mementos when creating array | 768 # TODO(mythria, 4780): In interpreter we disable mementos when creating array |
| 779 # literals. | 769 # literals. |
| 780 'array-literal-feedback': [FAIL], | 770 'array-literal-feedback': [FAIL], |
| 781 'allocation-site-info': [FAIL], | 771 'allocation-site-info': [FAIL], |
| 772 'regress/regress-4121': [FAIL], |
| 782 | 773 |
| 783 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], | 774 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], |
| 784 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], | 775 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], |
| 785 | 776 |
| 786 # TODO(rmcilroy,titzer): Times out after | 777 # TODO(rmcilroy,titzer): Times out after |
| 787 # https://codereview.chromium.org/1951013002 . | 778 # https://codereview.chromium.org/1951013002 . |
| 788 'regress/regress-599717': [PASS, ['tsan', SKIP]], | 779 'regress/regress-599717': [PASS, ['tsan', SKIP]], |
| 789 | 780 |
| 790 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on | 781 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on |
| 791 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled. | 782 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled. |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 831 ############################################################################## | 822 ############################################################################## |
| 832 ['gcov_coverage', { | 823 ['gcov_coverage', { |
| 833 # Tests taking too long. | 824 # Tests taking too long. |
| 834 'array-functions-prototype-misc': [SKIP], | 825 'array-functions-prototype-misc': [SKIP], |
| 835 | 826 |
| 836 # Stack overflow. | 827 # Stack overflow. |
| 837 'big-array-literal': [SKIP], | 828 'big-array-literal': [SKIP], |
| 838 }], # 'gcov_coverage' | 829 }], # 'gcov_coverage' |
| 839 | 830 |
| 840 ] | 831 ] |
| OLD | NEW |