[wasm][test] Increase stack size for return-calls test
The test started failing on win64 ASan after a DEPS roll. Increase the stack size to mitigate this. Also, add a comment so say why we are restricting the stack size in the first place. R=thibaudm@chromium.org CC=ahaas@chromium.org Bug: v8:11120 Cq-Include-Trybots: luci.v8.try:v8_win64_asan_rel_ng Change-Id: If0c084653687aef95acee8caa6712a1c872d2bca Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2523203 Reviewed-by: Thibaud Michaud <thibaudm@chromium.org> Commit-Queue: Clemens Backes <clemensb@chromium.org> Cr-Commit-Position: refs/heads/master@{#71016}
This commit is contained in:
parent
3a888a8593
commit
d90b2c0cda
@ -2,7 +2,10 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
// Flags: --expose-wasm --experimental-wasm-return-call --stack-size=64
|
||||
// Flags: --expose-wasm --experimental-wasm-return-call
|
||||
// Reduce the stack size to test that we are indeed doing return calls (instead
|
||||
// of standard calls which consume stack space).
|
||||
// Flags: --stack-size=128
|
||||
|
||||
load("test/mjsunit/wasm/wasm-module-builder.js");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user