Commit e51e86f4 authored by ulan's avatar ulan Committed by Commit bot

Skip slow webkit/array-iterate-backwards in arm64.debug/gc-stress mode.

BUG=
TBR=hpayer@chromium.org

Review URL: https://codereview.chromium.org/795633002

Cr-Commit-Position: refs/heads/master@{#25755}
parent 4de4f74c
......@@ -70,8 +70,8 @@
}], # 'gc_stress == True'
['gc_stress == True and mode == debug', {
# Skip tests that timout with turbofan.
'array-iterate-backwards': [PASS, NO_VARIANTS]
# Skip tests that timeout.
'array-iterate-backwards': [SKIP]
}], # 'gc_stress == True and mode == debug'
##############################################################################
......
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