| Index: test/mjsunit/harmony/proxies.js
|
| diff --git a/test/mjsunit/harmony/proxies.js b/test/mjsunit/harmony/proxies.js
|
| index f68e3bd157c697a35189c2da751006ff6961948c..d26ce1d149a496992588852fbe86115248a49e4f 100644
|
| --- a/test/mjsunit/harmony/proxies.js
|
| +++ b/test/mjsunit/harmony/proxies.js
|
| @@ -25,7 +25,11 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -// Flags: --harmony-proxies
|
| +// We change the stack size for the A64 simulator because at one point this test
|
| +// enters an infinite recursion which goes through the runtime and we overflow
|
| +// the system stack before the simulator stack.
|
| +
|
| +// Flags: --harmony-proxies --sim-stack-size=500
|
|
|
|
|
| // Helper.
|
|
|