DescriptionConditional 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
Committed: https://chromium.googlesource.com/v8/v8/+/e100acb3a76f1c9118b82626c0503af28b25894e
Patch Set 1 #
Total comments: 8
Patch Set 2 : Fix nits #
Total comments: 1
Messages
Total messages: 13 (3 generated)
|