| 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 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 649 ['variant == ignition', { | 649 ['variant == ignition', { |
| 650 'debug-liveedit-double-call': [FAIL], | 650 'debug-liveedit-double-call': [FAIL], |
| 651 'regress-sync-optimized-lists': [FAIL], | 651 'regress-sync-optimized-lists': [FAIL], |
| 652 | 652 |
| 653 # Might trigger stack overflow. | 653 # Might trigger stack overflow. |
| 654 'unicode-test': [SKIP], | 654 'unicode-test': [SKIP], |
| 655 | 655 |
| 656 # TODO(4680): Test doesn't know about three tier compiler pipeline. | 656 # TODO(4680): Test doesn't know about three tier compiler pipeline. |
| 657 'assert-opt-and-deopt': [SKIP], | 657 'assert-opt-and-deopt': [SKIP], |
| 658 | 658 |
| 659 # Fails because concurrent compilation is not triggered on bytecode. |
| 660 # Check in Runtime_OptimizeFunctionOnNextCall. |
| 661 'compiler/manual-concurrent-recompile': [FAIL], |
| 662 'regress/regress-embedded-cons-string': [FAIL], |
| 663 'regress/regress-prepare-break-while-recompile': [FAIL], |
| 664 |
| 659 # BUG(rmcilroy,4989): Function is optimized without type feedback and so | 665 # BUG(rmcilroy,4989): Function is optimized without type feedback and so |
| 660 # immediately deopts again, causing check failure in the test. | 666 # immediately deopts again, causing check failure in the test. |
| 661 'compiler/deopt-inlined-from-call': [FAIL], | 667 'compiler/deopt-inlined-from-call': [FAIL], |
| 662 'compiler/increment-typefeedback': [FAIL], | 668 'compiler/increment-typefeedback': [FAIL], |
| 663 'compiler/manual-concurrent-recompile': [FAIL], | |
| 664 'constant-folding-2': [FAIL], | 669 'constant-folding-2': [FAIL], |
| 665 'debug-is-active': [FAIL], | 670 'debug-is-active': [FAIL], |
| 666 'deopt-with-fp-regs': [FAIL], | 671 'deopt-with-fp-regs': [FAIL], |
| 667 'deserialize-optimize-inner': [FAIL], | 672 'deserialize-optimize-inner': [FAIL], |
| 668 'div-mul-minus-one': [FAIL], | 673 'div-mul-minus-one': [FAIL], |
| 669 'double-intrinsics': [FAIL], | 674 'double-intrinsics': [FAIL], |
| 670 'elements-transition-hoisting': [FAIL], | 675 'elements-transition-hoisting': [FAIL], |
| 671 'es6/block-let-crankshaft': [FAIL], | 676 'es6/block-let-crankshaft': [FAIL], |
| 672 'es6/block-let-crankshaft-sloppy': [FAIL], | 677 'es6/block-let-crankshaft-sloppy': [FAIL], |
| 673 'getters-on-elements': [FAIL], | 678 'getters-on-elements': [FAIL], |
| 674 'harmony/do-expressions': [FAIL], | 679 'harmony/do-expressions': [FAIL], |
| 675 'math-floor-of-div-minus-zero': [FAIL], | 680 'math-floor-of-div-minus-zero': [FAIL], |
| 676 'regress/regress-2132': [FAIL], | 681 'regress/regress-2132': [FAIL], |
| 677 'regress/regress-2339': [FAIL], | |
| 678 'regress/regress-3176': [FAIL], | 682 'regress/regress-3176': [FAIL], |
| 679 'regress/regress-3709': [FAIL], | 683 'regress/regress-3709': [FAIL], |
| 680 'regress/regress-385565': [FAIL], | |
| 681 'regress/regress-crbug-594183': [FAIL], | 684 'regress/regress-crbug-594183': [FAIL], |
| 682 'regress/regress-embedded-cons-string': [FAIL], | |
| 683 'regress/regress-map-invalidation-2': [FAIL], | 685 'regress/regress-map-invalidation-2': [FAIL], |
| 684 'regress/regress-param-local-type': [FAIL], | 686 'regress/regress-param-local-type': [FAIL], |
| 685 'regress/regress-prepare-break-while-recompile': [FAIL], | |
| 686 'shift-for-integer-div': [FAIL], | 687 'shift-for-integer-div': [FAIL], |
| 687 'sin-cos': [FAIL], | 688 'sin-cos': [FAIL], |
| 688 'smi-mul-const': [FAIL], | 689 'smi-mul-const': [FAIL], |
| 689 'smi-mul': [FAIL], | 690 'smi-mul': [FAIL], |
| 690 'unary-minus-deopt': [FAIL], | 691 'unary-minus-deopt': [FAIL], |
| 691 }], # variant == ignition | 692 }], # variant == ignition |
| 692 | 693 |
| 693 ['variant == ignition and arch == arm64', { | 694 ['variant == ignition and arch == arm64', { |
| 694 # TODO(rmcilroy,4680): Arm64 specific timeouts. | 695 # TODO(rmcilroy,4680): Arm64 specific timeouts. |
| 695 'asm/construct-double': [SKIP], | 696 'asm/construct-double': [SKIP], |
| (...skipping 21 matching lines...) Expand all Loading... |
| 717 'try': [SKIP], | 718 'try': [SKIP], |
| 718 # Too slow for interpreter and msan. | 719 # Too slow for interpreter and msan. |
| 719 'es6/tail-call-megatest*': [SKIP], | 720 'es6/tail-call-megatest*': [SKIP], |
| 720 }], # variant == ignition and msan | 721 }], # variant == ignition and msan |
| 721 | 722 |
| 722 ############################################################################## | 723 ############################################################################## |
| 723 ['variant == ignition_staging', { | 724 ['variant == ignition_staging', { |
| 724 'assert-opt-and-deopt': [SKIP], | 725 'assert-opt-and-deopt': [SKIP], |
| 725 'compiler/deopt-inlined-from-call': [FAIL], | 726 'compiler/deopt-inlined-from-call': [FAIL], |
| 726 'compiler/increment-typefeedback': [FAIL], | 727 'compiler/increment-typefeedback': [FAIL], |
| 727 'compiler/manual-concurrent-recompile': [FAIL], | |
| 728 'constant-folding-2': [FAIL], | 728 'constant-folding-2': [FAIL], |
| 729 'debug-is-active': [FAIL], | 729 'debug-is-active': [FAIL], |
| 730 'debug-liveedit-double-call': [FAIL], | 730 'debug-liveedit-double-call': [FAIL], |
| 731 'deopt-with-fp-regs': [FAIL], | 731 'deopt-with-fp-regs': [FAIL], |
| 732 'deserialize-optimize-inner': [FAIL], | 732 'deserialize-optimize-inner': [FAIL], |
| 733 'div-mul-minus-one': [FAIL], | 733 'div-mul-minus-one': [FAIL], |
| 734 'elements-transition-hoisting': [FAIL], | 734 'elements-transition-hoisting': [FAIL], |
| 735 'es6/block-let-crankshaft': [FAIL], | 735 'es6/block-let-crankshaft': [FAIL], |
| 736 'es6/block-let-crankshaft-sloppy': [FAIL], | 736 'es6/block-let-crankshaft-sloppy': [FAIL], |
| 737 'getters-on-elements': [FAIL], | 737 'getters-on-elements': [FAIL], |
| 738 'harmony/do-expressions': [FAIL], | 738 'harmony/do-expressions': [FAIL], |
| 739 'math-floor-of-div-minus-zero': [FAIL], | 739 'math-floor-of-div-minus-zero': [FAIL], |
| 740 'regress/regress-2132': [FAIL], | 740 'regress/regress-2132': [FAIL], |
| 741 'regress/regress-2339': [FAIL], | |
| 742 'regress/regress-3176': [FAIL], | 741 'regress/regress-3176': [FAIL], |
| 743 'regress/regress-3709': [FAIL], | 742 'regress/regress-3709': [FAIL], |
| 744 'regress/regress-385565': [FAIL], | |
| 745 'regress/regress-crbug-594183': [FAIL], | 743 'regress/regress-crbug-594183': [FAIL], |
| 746 'regress/regress-embedded-cons-string': [FAIL], | |
| 747 'regress/regress-map-invalidation-2': [FAIL], | 744 'regress/regress-map-invalidation-2': [FAIL], |
| 748 'regress/regress-param-local-type': [FAIL], | 745 'regress/regress-param-local-type': [FAIL], |
| 749 'regress/regress-prepare-break-while-recompile': [FAIL], | |
| 750 'regress-sync-optimized-lists': [FAIL], | 746 'regress-sync-optimized-lists': [FAIL], |
| 751 'shift-for-integer-div': [FAIL], | 747 'shift-for-integer-div': [FAIL], |
| 752 'sin-cos': [FAIL], | 748 'sin-cos': [FAIL], |
| 753 'smi-mul-const': [FAIL], | 749 'smi-mul-const': [FAIL], |
| 754 'smi-mul': [FAIL], | 750 'smi-mul': [FAIL], |
| 755 'unary-minus-deopt': [FAIL], | 751 'unary-minus-deopt': [FAIL], |
| 756 | 752 |
| 753 # Fails because concurrent compilation is not triggered on bytecode. |
| 754 # Check in Runtime_OptimizeFunctionOnNextCall. |
| 755 'compiler/manual-concurrent-recompile': [FAIL], |
| 756 'regress/regress-embedded-cons-string': [FAIL], |
| 757 'regress/regress-prepare-break-while-recompile': [FAIL], |
| 758 |
| 757 # Flaky. | 759 # Flaky. |
| 758 'asm/int32div': [SKIP], | 760 'asm/int32div': [SKIP], |
| 759 'asm/int32mod': [SKIP], | 761 'asm/int32mod': [SKIP], |
| 760 'compiler/uint32': [SKIP], | 762 'compiler/uint32': [SKIP], |
| 761 'regress/regress-454725': [SKIP], | 763 'regress/regress-454725': [SKIP], |
| 762 | 764 |
| 763 # Might trigger stack overflow. | 765 # Might trigger stack overflow. |
| 764 'unicode-test': [SKIP], | 766 'unicode-test': [SKIP], |
| 765 | 767 |
| 766 }], # variant == ignition_staging | 768 }], # variant == ignition_staging |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 848 'lithium/*': [SKIP], | 850 'lithium/*': [SKIP], |
| 849 'third_party/*': [SKIP], | 851 'third_party/*': [SKIP], |
| 850 'tools/*': [SKIP], | 852 'tools/*': [SKIP], |
| 851 'apply': [SKIP], | 853 'apply': [SKIP], |
| 852 'math-*': [SKIP], | 854 'math-*': [SKIP], |
| 853 'unicode-test': [SKIP], | 855 'unicode-test': [SKIP], |
| 854 'whitespaces': [SKIP], | 856 'whitespaces': [SKIP], |
| 855 }], # variant == asm_wasm | 857 }], # variant == asm_wasm |
| 856 | 858 |
| 857 ] | 859 ] |
| OLD | NEW |