| 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 | |
| 644 # TODO(4680): Test doesn't know about three tier compiler pipeline. | 640 # TODO(4680): Test doesn't know about three tier compiler pipeline. |
| 645 'assert-opt-and-deopt': [SKIP], | 641 'assert-opt-and-deopt': [SKIP], |
| 646 | 642 |
| 647 # BUG(rmcilroy,4989): Function is optimized without type feedback and so | 643 # BUG(rmcilroy,4989): Function is optimized without type feedback and so |
| 648 # immediately deopts again, causing check failure in the test. | 644 # immediately deopts again, causing check failure in the test. |
| 649 'compiler/deopt-inlined-from-call': [FAIL], | 645 'compiler/deopt-inlined-from-call': [FAIL], |
| 650 'compiler/increment-typefeedback': [FAIL], | 646 'compiler/increment-typefeedback': [FAIL], |
| 651 'compiler/manual-concurrent-recompile': [FAIL], | 647 'compiler/manual-concurrent-recompile': [FAIL], |
| 652 'constant-folding-2': [FAIL], | 648 'constant-folding-2': [FAIL], |
| 653 'debug-is-active': [FAIL], | 649 'debug-is-active': [FAIL], |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 702 'regress/regress-298269': [SKIP], | 698 'regress/regress-298269': [SKIP], |
| 703 'regress/regress-crbug-319860': [SKIP], | 699 'regress/regress-crbug-319860': [SKIP], |
| 704 'regress/regress-deep-proto': [SKIP], | 700 'regress/regress-deep-proto': [SKIP], |
| 705 'try': [SKIP], | 701 'try': [SKIP], |
| 706 # Too slow for interpreter and msan. | 702 # Too slow for interpreter and msan. |
| 707 'es6/tail-call-megatest*': [SKIP], | 703 'es6/tail-call-megatest*': [SKIP], |
| 708 }], # variant == ignition and msan | 704 }], # variant == ignition and msan |
| 709 | 705 |
| 710 ############################################################################## | 706 ############################################################################## |
| 711 ['variant == ignition_staging', { | 707 ['variant == ignition_staging', { |
| 712 'array-feedback': [FAIL], | |
| 713 'assert-opt-and-deopt': [SKIP], | 708 'assert-opt-and-deopt': [SKIP], |
| 714 'compiler/deopt-inlined-from-call': [FAIL], | 709 'compiler/deopt-inlined-from-call': [FAIL], |
| 715 'compiler/increment-typefeedback': [FAIL], | 710 'compiler/increment-typefeedback': [FAIL], |
| 716 'compiler/manual-concurrent-recompile': [FAIL], | 711 'compiler/manual-concurrent-recompile': [FAIL], |
| 717 'constant-folding-2': [FAIL], | 712 'constant-folding-2': [FAIL], |
| 718 'debug-is-active': [FAIL], | 713 'debug-is-active': [FAIL], |
| 719 'debug-liveedit-double-call': [FAIL], | 714 'debug-liveedit-double-call': [FAIL], |
| 720 'deopt-with-fp-regs': [FAIL], | 715 'deopt-with-fp-regs': [FAIL], |
| 721 'deserialize-optimize-inner': [FAIL], | 716 'deserialize-optimize-inner': [FAIL], |
| 722 'div-mul-minus-one': [FAIL], | 717 'div-mul-minus-one': [FAIL], |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 754 | 749 |
| 755 }], # variant == ignition_staging | 750 }], # variant == ignition_staging |
| 756 | 751 |
| 757 ############################################################################## | 752 ############################################################################## |
| 758 ['variant == ignition_turbofan', { | 753 ['variant == ignition_turbofan', { |
| 759 'debug-liveedit-double-call': [FAIL], | 754 'debug-liveedit-double-call': [FAIL], |
| 760 | 755 |
| 761 # Might trigger stack overflow. | 756 # Might trigger stack overflow. |
| 762 'unicode-test': [SKIP], | 757 'unicode-test': [SKIP], |
| 763 | 758 |
| 764 # TODO(mythria, 4780): Related to lack of allocation site feedback for calls | |
| 765 # in interpreter. | |
| 766 'array-feedback': [FAIL], | |
| 767 | |
| 768 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], | 759 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], |
| 769 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], | 760 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], |
| 770 | 761 |
| 771 # TODO(rmcilroy,titzer): Times out after | 762 # TODO(rmcilroy,titzer): Times out after |
| 772 # https://codereview.chromium.org/1951013002 . | 763 # https://codereview.chromium.org/1951013002 . |
| 773 'regress/regress-599717': [PASS, ['tsan', SKIP]], | 764 'regress/regress-599717': [PASS, ['tsan', SKIP]], |
| 774 | 765 |
| 775 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on | 766 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on |
| 776 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled. | 767 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled. |
| 777 'harmony/generators-turbo': [PASS, FAST_VARIANTS], | 768 'harmony/generators-turbo': [PASS, FAST_VARIANTS], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 816 ############################################################################## | 807 ############################################################################## |
| 817 ['gcov_coverage', { | 808 ['gcov_coverage', { |
| 818 # Tests taking too long. | 809 # Tests taking too long. |
| 819 'array-functions-prototype-misc': [SKIP], | 810 'array-functions-prototype-misc': [SKIP], |
| 820 | 811 |
| 821 # Stack overflow. | 812 # Stack overflow. |
| 822 'big-array-literal': [SKIP], | 813 'big-array-literal': [SKIP], |
| 823 }], # 'gcov_coverage' | 814 }], # 'gcov_coverage' |
| 824 | 815 |
| 825 ] | 816 ] |
| OLD | NEW |