| 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 'debug-scopes': [PASS, SLOW], | 186 'debug-scopes': [PASS, SLOW], |
| 187 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], | 187 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], |
| 188 'readonly': [PASS, SLOW], | 188 'readonly': [PASS, SLOW], |
| 189 'regress/regress-1200351': [PASS, SLOW], | 189 'regress/regress-1200351': [PASS, SLOW], |
| 190 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], | 190 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], |
| 191 'es6/tail-call-megatest*': [PASS, SLOW, FAST_VARIANTS, ['tsan', SKIP]], | 191 'es6/tail-call-megatest*': [PASS, SLOW, FAST_VARIANTS, ['tsan', SKIP]], |
| 192 | 192 |
| 193 # TODO(titzer): ASM->WASM tests on these platforms | 193 # TODO(titzer): ASM->WASM tests on these platforms |
| 194 'wasm/asm-wasm': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el]
', SKIP]], | 194 'wasm/asm-wasm': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el]
', SKIP]], |
| 195 # TODO(branelson): Figure out why ignition + asm-wasm-stdlib fails. | 195 # TODO(branelson): Figure out why ignition + asm-wasm-stdlib fails. |
| 196 'wasm/asm-wasm-stdlib': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mi
ps64el] or ignition == True', SKIP]], | 196 # TODO(branelson): The old status entry was misconfigured as it added |
| 197 'wasm/asm-wasm-literals': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64,
mips64el] or ignition == True', SKIP]], | 197 # "or ignition == True". This was deprecated at some point and was never |
| 198 # true. Essentially the next lines skip the tests for a bunch of |
| 199 # architectures. |
| 200 'wasm/asm-wasm-stdlib': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mi
ps64el]', SKIP]], |
| 201 'wasm/asm-wasm-literals': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64,
mips64el]', SKIP]], |
| 198 'wasm/asm-wasm-copy': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips
64el]', SKIP]], | 202 'wasm/asm-wasm-copy': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips
64el]', SKIP]], |
| 199 'wasm/asm-wasm-deopt': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mip
s64el]', SKIP]], | 203 'wasm/asm-wasm-deopt': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mip
s64el]', SKIP]], |
| 200 'wasm/asm-wasm-switch': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mi
ps64el]', SKIP]], | 204 'wasm/asm-wasm-switch': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mi
ps64el]', SKIP]], |
| 201 | 205 |
| 202 # TODO(branelson): Figure out why ignition + asm->wasm fails embenchen. | |
| 203 'wasm/embenchen/*': [PASS, ['ignition == True', SKIP]], | |
| 204 | |
| 205 # case-insensitive unicode regexp relies on case mapping provided by ICU. | 206 # case-insensitive unicode regexp relies on case mapping provided by ICU. |
| 206 'es6/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], | 207 'es6/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], |
| 207 'es6/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]], | 208 'es6/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]], |
| 208 'regress/regress-5036': [PASS, ['no_i18n == True', FAIL]], | 209 'regress/regress-5036': [PASS, ['no_i18n == True', FAIL]], |
| 209 # desugaring regexp property class relies on ICU. | 210 # desugaring regexp property class relies on ICU. |
| 210 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], | 211 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], |
| 211 | 212 |
| 212 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m). | 213 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m). |
| 213 'unicodelctest': [PASS, NO_VARIANTS], | 214 'unicodelctest': [PASS, NO_VARIANTS], |
| 214 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], | 215 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], |
| (...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 687 }], # 'arch == ppc and simulator_run == True' | 688 }], # 'arch == ppc and simulator_run == True' |
| 688 | 689 |
| 689 ############################################################################## | 690 ############################################################################## |
| 690 ['arch == ppc64', { | 691 ['arch == ppc64', { |
| 691 | 692 |
| 692 # stack overflow | 693 # stack overflow |
| 693 'big-array-literal': [SKIP], | 694 'big-array-literal': [SKIP], |
| 694 }], # 'arch == ppc64' | 695 }], # 'arch == ppc64' |
| 695 | 696 |
| 696 ############################################################################## | 697 ############################################################################## |
| 697 ['ignition or ignition_turbofan', { | 698 ['ignition_turbofan', { |
| 698 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. | 699 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. |
| 699 'array-literal-feedback': [FAIL], | 700 'array-literal-feedback': [FAIL], |
| 700 'regress/regress-4121': [FAIL], | 701 'regress/regress-4121': [FAIL], |
| 701 'array-constructor-feedback': [FAIL], | 702 'array-constructor-feedback': [FAIL], |
| 702 'array-feedback': [FAIL], | 703 'array-feedback': [FAIL], |
| 703 'allocation-site-info': [FAIL], | 704 'allocation-site-info': [FAIL], |
| 704 | 705 |
| 705 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], | 706 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], |
| 706 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], | 707 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], |
| 707 | 708 |
| 708 # TODO(rmcilroy,titzer): Times out after | 709 # TODO(rmcilroy,titzer): Times out after |
| 709 # https://codereview.chromium.org/1951013002 . | 710 # https://codereview.chromium.org/1951013002 . |
| 710 'regress/regress-599717': [PASS, ['tsan', SKIP]], | 711 'regress/regress-599717': [PASS, ['tsan', SKIP]], |
| 711 | 712 |
| 712 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on | 713 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on |
| 713 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled. | 714 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled. |
| 714 'harmony/generators-turbo': [PASS, FAST_VARIANTS], | 715 'harmony/generators-turbo': [PASS, FAST_VARIANTS], |
| 715 'regress/regress-crbug-352058': [SKIP], | 716 'regress/regress-crbug-352058': [SKIP], |
| 716 | 717 |
| 717 # TODO(jarin): No truncations on CheckFloat64Hole. | 718 # TODO(jarin): No truncations on CheckFloat64Hole. |
| 718 'getters-on-elements': [SKIP], | 719 'getters-on-elements': [SKIP], |
| 719 | 720 |
| 720 # TODO(rmcilroy): Flaky OOM. | 721 # TODO(rmcilroy): Flaky OOM. |
| 721 'unicodelctest-no-optimization': [SKIP], | 722 'unicodelctest-no-optimization': [SKIP], |
| 722 }], # ignition or ignition_turbofan | 723 }], # ignition_turbofan |
| 723 | 724 |
| 724 ['(ignition or ignition_turbofan) and arch == arm64', { | 725 ['ignition_turbofan and arch == arm64', { |
| 725 # TODO(rmcilroy,4680): Arm64 specific timeouts. | 726 # TODO(rmcilroy,4680): Arm64 specific timeouts. |
| 726 'asm/construct-double': [SKIP], | 727 'asm/construct-double': [SKIP], |
| 727 'compiler/osr-one': [SKIP], | 728 'compiler/osr-one': [SKIP], |
| 728 'compiler/osr-two': [SKIP], | 729 'compiler/osr-two': [SKIP], |
| 729 'wasm/asm-wasm-i32': [SKIP], | 730 'wasm/asm-wasm-i32': [SKIP], |
| 730 'wasm/asm-wasm-u32': [SKIP], | 731 'wasm/asm-wasm-u32': [SKIP], |
| 731 }], # (ignition or ignition_turbofan) and arch == arm64 | 732 }], # ignition_turbofan and arch == arm64 |
| 732 | 733 |
| 733 ['(ignition or ignition_turbofan) and arch == arm', { | 734 ['ignition_turbofan and arch == arm', { |
| 734 # TODO(rmcilroy,4680): Arm specific timeouts. | 735 # TODO(rmcilroy,4680): Arm specific timeouts. |
| 735 'compiler/osr-one': [SKIP], | 736 'compiler/osr-one': [SKIP], |
| 736 'compiler/osr-two': [SKIP], | 737 'compiler/osr-two': [SKIP], |
| 737 'regress/regress-1257': [SKIP], | 738 'regress/regress-1257': [SKIP], |
| 738 }], # (ignition or ignition_turbofan) and arch == arm | 739 }], # ignition_turbofan and arch == arm |
| 739 | 740 |
| 740 ['(ignition or ignition_turbofan) and msan', { | 741 ['ignition_turbofan and msan', { |
| 741 # TODO(mythria,4680): All of these tests have large loops and hence slow | 742 # TODO(mythria,4680): All of these tests have large loops and hence slow |
| 742 # and timeout. | 743 # and timeout. |
| 743 'compiler/osr-big': [SKIP], | 744 'compiler/osr-big': [SKIP], |
| 744 'compiler/osr-nested': [SKIP], | 745 'compiler/osr-nested': [SKIP], |
| 745 'regress/regress-298269': [SKIP], | 746 'regress/regress-298269': [SKIP], |
| 746 'regress/regress-crbug-319860': [SKIP], | 747 'regress/regress-crbug-319860': [SKIP], |
| 747 'regress/regress-deep-proto': [SKIP], | 748 'regress/regress-deep-proto': [SKIP], |
| 748 'try': [SKIP], | 749 'try': [SKIP], |
| 749 # Too slow for interpreter and msan. | 750 # Too slow for interpreter and msan. |
| 750 'es6/tail-call-megatest*': [SKIP], | 751 'es6/tail-call-megatest*': [SKIP], |
| 751 }], # (ignition or ignition_turbofan) and msan | 752 }], # ignition_turbofan and msan |
| 752 | 753 |
| 753 ############################################################################## | 754 ############################################################################## |
| 754 ['gcov_coverage', { | 755 ['gcov_coverage', { |
| 755 # Tests taking too long. | 756 # Tests taking too long. |
| 756 'array-functions-prototype-misc': [SKIP], | 757 'array-functions-prototype-misc': [SKIP], |
| 757 | 758 |
| 758 # Stack overflow. | 759 # Stack overflow. |
| 759 'big-array-literal': [SKIP], | 760 'big-array-literal': [SKIP], |
| 760 }], # 'gcov_coverage' | 761 }], # 'gcov_coverage' |
| 761 | 762 |
| 762 ] | 763 ] |
| OLD | NEW |