| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index 5fbc0377fbd0252c13662f72c3e0839fb3173b9b..d3c0e31b8a0a11b35f4c4bde0f0ec59a1da27080 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -262,6 +262,34 @@
|
| # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on
|
| # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled.
|
| 'harmony/generators-turbo': [PASS, FAST_VARIANTS],
|
| +
|
| + ############################################################################
|
| + # Ignition-staging + turbofan
|
| +
|
| + # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
|
| + 'virtual/ignition_turbofan/array-literal-feedback': [FAIL],
|
| + 'virtual/ignition_turbofan/regress/regress-4121': [FAIL],
|
| + 'virtual/ignition_turbofan/array-constructor-feedback': [FAIL],
|
| + 'virtual/ignition_turbofan/array-feedback': [FAIL],
|
| + 'virtual/ignition_turbofan/allocation-site-info': [FAIL],
|
| +
|
| + 'virtual/ignition_turbofan/wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]],
|
| + 'virtual/ignition_turbofan/wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]],
|
| +
|
| + # TODO(rmcilroy,titzer): Times out after
|
| + # https://codereview.chromium.org/1951013002 .
|
| + 'virtual/ignition_turbofan/regress/regress-599717': [PASS, ['tsan', SKIP]],
|
| +
|
| + # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on
|
| + # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled.
|
| + 'virtual/ignition_turbofan/harmony/generators-turbo': [PASS, FAST_VARIANTS],
|
| + 'virtual/ignition_turbofan/regress/regress-crbug-352058': [SKIP],
|
| +
|
| + # TODO(jarin): No truncations on CheckFloat64Hole.
|
| + 'virtual/ignition_turbofan/getters-on-elements': [SKIP],
|
| +
|
| + # TODO(rmcilroy): Flaky OOM.
|
| + 'virtual/ignition_turbofan/unicodelctest-no-optimization': [SKIP],
|
| }], # ALWAYS
|
|
|
| ['novfp3 == True', {
|
| @@ -430,6 +458,13 @@
|
| 'compiler/osr-two': [PASS, NO_IGNITION],
|
| 'wasm/asm-wasm-i32': [PASS, NO_IGNITION],
|
| 'wasm/asm-wasm-u32': [PASS, NO_IGNITION],
|
| +
|
| + # TODO(rmcilroy,4680): Arm64 specific timeouts.
|
| + 'virtual/ignition_turbofan/asm/construct-double': [SKIP],
|
| + 'virtual/ignition_turbofan/compiler/osr-one': [SKIP],
|
| + 'virtual/ignition_turbofan/compiler/osr-two': [SKIP],
|
| + 'virtual/ignition_turbofan/wasm/asm-wasm-i32': [SKIP],
|
| + 'virtual/ignition_turbofan/wasm/asm-wasm-u32': [SKIP],
|
| }], # 'arch == arm64'
|
|
|
| ['arch == arm64 and mode == debug and simulator_run == True', {
|
| @@ -482,6 +517,17 @@
|
| # Too slow for interpreter and msan.
|
| 'es6/tail-call-megatest*': [PASS, NO_IGNITION],
|
|
|
| + # TODO(mythria,4680): All of these tests have large loops and hence slow
|
| + # and timeout.
|
| + 'virtual/ignition_turbofan/compiler/osr-big': [SKIP],
|
| + 'virtual/ignition_turbofan/compiler/osr-nested': [SKIP],
|
| + 'virtual/ignition_turbofan/regress/regress-298269': [SKIP],
|
| + 'virtual/ignition_turbofan/regress/regress-crbug-319860': [SKIP],
|
| + 'virtual/ignition_turbofan/regress/regress-deep-proto': [SKIP],
|
| + 'virtual/ignition_turbofan/try': [SKIP],
|
| + # Too slow for interpreter and msan.
|
| + 'virtual/ignition_turbofan/es6/tail-call-megatest*': [SKIP],
|
| +
|
| # Too slow.
|
| 'harmony/regexp-property-lu-ui': [SKIP],
|
| }], # 'msan == True'
|
| @@ -533,6 +579,11 @@
|
| 'compiler/osr-one': [PASS, NO_IGNITION],
|
| 'compiler/osr-two': [PASS, NO_IGNITION],
|
| 'regress/regress-1257': [PASS, NO_IGNITION],
|
| +
|
| + # TODO(rmcilroy,4680): Arm specific timeouts.
|
| + 'virtual/ignition_turbofan/compiler/osr-one': [SKIP],
|
| + 'virtual/ignition_turbofan/compiler/osr-two': [SKIP],
|
| + 'virtual/ignition_turbofan/regress/regress-1257': [SKIP],
|
| }], # 'arch == arm or arch == android_arm'
|
|
|
| ##############################################################################
|
| @@ -695,63 +746,6 @@
|
| }], # 'arch == ppc64'
|
|
|
| ##############################################################################
|
| -['ignition_turbofan', {
|
| - # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
|
| - 'array-literal-feedback': [FAIL],
|
| - 'regress/regress-4121': [FAIL],
|
| - 'array-constructor-feedback': [FAIL],
|
| - 'array-feedback': [FAIL],
|
| - 'allocation-site-info': [FAIL],
|
| -
|
| - 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]],
|
| - 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]],
|
| -
|
| - # TODO(rmcilroy,titzer): Times out after
|
| - # https://codereview.chromium.org/1951013002 .
|
| - 'regress/regress-599717': [PASS, ['tsan', SKIP]],
|
| -
|
| - # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on
|
| - # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled.
|
| - 'harmony/generators-turbo': [PASS, FAST_VARIANTS],
|
| - 'regress/regress-crbug-352058': [SKIP],
|
| -
|
| - # TODO(jarin): No truncations on CheckFloat64Hole.
|
| - 'getters-on-elements': [SKIP],
|
| -
|
| - # TODO(rmcilroy): Flaky OOM.
|
| - 'unicodelctest-no-optimization': [SKIP],
|
| -}], # ignition_turbofan
|
| -
|
| -['ignition_turbofan and arch == arm64', {
|
| - # TODO(rmcilroy,4680): Arm64 specific timeouts.
|
| - 'asm/construct-double': [SKIP],
|
| - 'compiler/osr-one': [SKIP],
|
| - 'compiler/osr-two': [SKIP],
|
| - 'wasm/asm-wasm-i32': [SKIP],
|
| - 'wasm/asm-wasm-u32': [SKIP],
|
| -}], # ignition_turbofan and arch == arm64
|
| -
|
| -['ignition_turbofan and arch == arm', {
|
| - # TODO(rmcilroy,4680): Arm specific timeouts.
|
| - 'compiler/osr-one': [SKIP],
|
| - 'compiler/osr-two': [SKIP],
|
| - 'regress/regress-1257': [SKIP],
|
| -}], # ignition_turbofan and arch == arm
|
| -
|
| -['ignition_turbofan and msan', {
|
| - # TODO(mythria,4680): All of these tests have large loops and hence slow
|
| - # and timeout.
|
| - 'compiler/osr-big': [SKIP],
|
| - 'compiler/osr-nested': [SKIP],
|
| - 'regress/regress-298269': [SKIP],
|
| - 'regress/regress-crbug-319860': [SKIP],
|
| - 'regress/regress-deep-proto': [SKIP],
|
| - 'try': [SKIP],
|
| - # Too slow for interpreter and msan.
|
| - 'es6/tail-call-megatest*': [SKIP],
|
| -}], # ignition_turbofan and msan
|
| -
|
| -##############################################################################
|
| ['gcov_coverage', {
|
| # Tests taking too long.
|
| 'array-functions-prototype-misc': [SKIP],
|
|
|