v8/tools/testrunner/objects
balazs.kilvady fbcfce69aa Conditional flags for tests - set JS stack size for simulators.
There are separated JS and C stacks on simulators so for some stack
extensive tests (like mozilla/js1_5/extensions/regress-355497) might
cause a C stack overflow and that overflow is not caught by V8. It is
not an issue on real HW. Increasing the C stack also solves the problem
but we have already FLAG_sim_stack_size flag to control the JS stack
size.

This patch makes it possible to add flags to tests conditionally in
.status files.

TEST=mozilla/js1_5/extensions/regress-355497
BUG=v8:3152
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#25434}
2014-11-20 09:47:00 +00:00
..
__init__.py First commit of new tools/run-tests.py 2012-09-24 09:38:46 +00:00
context.py Add predictable mode to test driver. 2014-07-08 15:59:23 +00:00
output.py Only compare allocation output in predictable mode. 2014-07-10 09:48:31 +00:00
peer.py First commit of new tools/run-tests.py 2012-09-24 09:38:46 +00:00
testcase.py Conditional flags for tests - set JS stack size for simulators. 2014-11-20 09:47:00 +00:00
workpacket.py First commit of new tools/run-tests.py 2012-09-24 09:38:46 +00:00