Commit 78ae35c0 authored by Benedikt Meurer's avatar Benedikt Meurer

[arm] Fix simulator stack size for mozilla/js1_5/extensions/regress-355497.

TBR=yangguo@chromium.org
BUG=v8:3837
LOG=n

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

Cr-Commit-Position: refs/heads/master@{#26196}
parent 4b31a97d
......@@ -893,6 +893,12 @@
'js1_5/GC/regress-203278-2': [PASS, TIMEOUT, NO_VARIANTS],
}], # 'arch == mips'
['arch == arm and simulator_run == True', {
#BUG(3837): Avoid C stack overflow.
'js1_5/extensions/regress-355497': [FAIL_OK, 'Flags: --sim-stack-size=512'],
}], # 'arch == arm and simulator_run == True'
['arch == arm64 and simulator_run == True', {
'js1_5/GC/regress-203278-2': [SKIP],
......
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