Commit 6f2b87b8 authored by Mike Stanton's avatar Mike Stanton Committed by Commit Bot

Fix arm/arm64 simulator test timeouts

Caused by CL:
"[TurboFan] Array.prototype.map wrong ElementsKind for output array."

NOTRY=true
NOPRESUBMIT=true
NOTREECHECKS=true

Change-Id: Ibaedc9f91e3fbac4900eda6277c98a094daf90b0
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1528532
Commit-Queue: Michael Stanton <mvstanton@chromium.org>
Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
Cr-Commit-Position: refs/heads/master@{#60300}
parent 6cb9d5b5
......@@ -78,7 +78,7 @@
'regress/regress-4595': [PASS, NO_VARIANTS, ['mode == debug', SKIP]],
# Too slow in debug mode, due to large allocations.
'regress/regress-crbug-941743': [PASS, ['mode == debug', SKIP]],
'regress/regress-crbug-941743': [PASS, ['mode == debug', SKIP], ['(arch == arm or arch == arm64) and simulator_run == True', SKIP]],
##############################################################################
# Only RegExp stuff tested, no need for extensive optimizing compiler tests.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment