| 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 644 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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. | 659 # Fails because concurrent compilation is not triggered on bytecode. |
| 660 # Check in Runtime_OptimizeFunctionOnNextCall. | 660 # Check in Runtime_OptimizeFunctionOnNextCall. |
| 661 'compiler/manual-concurrent-recompile': [FAIL], | 661 'compiler/manual-concurrent-recompile': [FAIL], |
| 662 'regress/regress-embedded-cons-string': [FAIL], | 662 'regress/regress-embedded-cons-string': [FAIL], |
| 663 'regress/regress-prepare-break-while-recompile': [FAIL], | 663 'regress/regress-prepare-break-while-recompile': [FAIL], |
| 664 | 664 |
| 665 # Modules for which execution must fail (e.g. because of unresolved imports). | |
| 666 # Eventually we should test for the precise error message, but for now we only | |
| 667 # ensure that there is an error. | |
| 668 'modules-fail*': [FAIL], | |
| 669 | |
| 670 # Modules which are only meant to be imported from by other tests, not to be | |
| 671 # tested standalone. | |
| 672 'modules-skip*': [SKIP], | |
| 673 | |
| 674 # BUG(v8:5451): Flaky crashes. | 665 # BUG(v8:5451): Flaky crashes. |
| 675 'wasm/asm-wasm': [PASS, ['gc_stress', SKIP]], | 666 'wasm/asm-wasm': [PASS, ['gc_stress', SKIP]], |
| 676 }], # variant == ignition | 667 }], # variant == ignition |
| 677 | 668 |
| 678 ['variant == ignition and arch == arm64', { | 669 ['variant == ignition and arch == arm64', { |
| 679 # TODO(rmcilroy,4680): Arm64 specific timeouts. | 670 # TODO(rmcilroy,4680): Arm64 specific timeouts. |
| 680 'asm/construct-double': [SKIP], | 671 'asm/construct-double': [SKIP], |
| 681 'compiler/osr-one': [SKIP], | 672 'compiler/osr-one': [SKIP], |
| 682 'compiler/osr-two': [SKIP], | 673 'compiler/osr-two': [SKIP], |
| 683 'wasm/asm-wasm-i32': [SKIP], | 674 'wasm/asm-wasm-i32': [SKIP], |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 777 'compiler/osr-big': [SKIP], | 768 'compiler/osr-big': [SKIP], |
| 778 'compiler/osr-nested': [SKIP], | 769 'compiler/osr-nested': [SKIP], |
| 779 'regress/regress-298269': [SKIP], | 770 'regress/regress-298269': [SKIP], |
| 780 'regress/regress-crbug-319860': [SKIP], | 771 'regress/regress-crbug-319860': [SKIP], |
| 781 'regress/regress-deep-proto': [SKIP], | 772 'regress/regress-deep-proto': [SKIP], |
| 782 'try': [SKIP], | 773 'try': [SKIP], |
| 783 # Too slow for interpreter and msan. | 774 # Too slow for interpreter and msan. |
| 784 'es6/tail-call-megatest*': [SKIP], | 775 'es6/tail-call-megatest*': [SKIP], |
| 785 }], # variant == ignition_turbofan and msan | 776 }], # variant == ignition_turbofan and msan |
| 786 | 777 |
| 787 ['variant != ignition', { | 778 ############################################################################## |
| 779 ['variant == ignition or variant == ignition_staging or variant == ignition_turb
ofan', { |
| 780 # Modules for which execution must fail (e.g. because of unresolved imports). |
| 781 # Eventually we should test for the precise error message, but for now we only |
| 782 # ensure that there is an error. |
| 783 'modules-fail*': [FAIL], |
| 784 |
| 785 # Modules which are only meant to be imported from by other tests, not to be |
| 786 # tested standalone. |
| 787 'modules-skip*': [SKIP], |
| 788 }], # variant == ignition or variant == ignition_staging or variant == ignition
_turbofan |
| 789 |
| 790 ['variant != ignition and variant != ignition_staging and variant != ignition_tu
rbofan', { |
| 788 # Ongoing implementation of modules. | 791 # Ongoing implementation of modules. |
| 789 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 | 792 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 |
| 790 'modules-*': [SKIP], | 793 'modules-*': [SKIP], |
| 791 }], # variants != ignition | 794 }], # variant != ignition and variant != ignition_staging and variant != igniti
on_turbofan |
| 792 | 795 |
| 793 ############################################################################## | 796 ############################################################################## |
| 794 ['gcov_coverage', { | 797 ['gcov_coverage', { |
| 795 # Tests taking too long. | 798 # Tests taking too long. |
| 796 'array-functions-prototype-misc': [SKIP], | 799 'array-functions-prototype-misc': [SKIP], |
| 797 | 800 |
| 798 # Stack overflow. | 801 # Stack overflow. |
| 799 'big-array-literal': [SKIP], | 802 'big-array-literal': [SKIP], |
| 800 }], # 'gcov_coverage' | 803 }], # 'gcov_coverage' |
| 801 | 804 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 812 'lithium/*': [SKIP], | 815 'lithium/*': [SKIP], |
| 813 'third_party/*': [SKIP], | 816 'third_party/*': [SKIP], |
| 814 'tools/*': [SKIP], | 817 'tools/*': [SKIP], |
| 815 'apply': [SKIP], | 818 'apply': [SKIP], |
| 816 'math-*': [SKIP], | 819 'math-*': [SKIP], |
| 817 'unicode-test': [SKIP], | 820 'unicode-test': [SKIP], |
| 818 'whitespaces': [SKIP], | 821 'whitespaces': [SKIP], |
| 819 }], # variant == asm_wasm | 822 }], # variant == asm_wasm |
| 820 | 823 |
| 821 ] | 824 ] |
| OLD | NEW |