v8/tools/testrunner/local
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
commands.py Introduce a dynamic process pool for the local test driver 2014-05-14 13:30:57 +00:00
execution.py Only compare allocation output in predictable mode. 2014-07-10 09:48:31 +00:00
junit_output.py Make sure files end with exactly one new line and police this in presubmit. 2013-11-22 13:50:39 +00:00
perfdata.py Run tests sorted by expected runtime. 2014-05-15 12:01:34 +00:00
pool_unittest.py Introduce a dynamic process pool for the local test driver 2014-05-14 13:30:57 +00:00
pool.py Fix keyboard interrupt in test driver. 2014-05-15 15:01:27 +00:00
progress.py Fix test driver json output. 2014-11-11 06:06:42 +00:00
statusfile.py Add fast-variants feature to test driver. 2014-11-05 10:39:15 +00:00
testsuite.py Conditional flags for tests - set JS stack size for simulators. 2014-11-20 09:47:00 +00:00
utils.py Reland "Refactoring: Make gtest testsuite the default." 2014-09-02 09:21:03 +00:00
verbose.py Add flaky test classification feature to test suites. 2013-08-06 14:39:39 +00:00