| Index: test/mjsunit/big-array-literal.js
|
| diff --git a/test/mjsunit/big-array-literal.js b/test/mjsunit/big-array-literal.js
|
| index a0fad7c2ee87165c68d473fa68b0f9b02bd706e3..8e0ff87277e83bb843b25ad0e34e396813a7156d 100644
|
| --- a/test/mjsunit/big-array-literal.js
|
| +++ b/test/mjsunit/big-array-literal.js
|
| @@ -25,6 +25,9 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| +// On MacOS, this test needs a stack size of at least 538 kBytes.
|
| +// Flags: --stack-size=600
|
| +
|
| // Test that we can make large object literals that work.
|
| // Also test that we can attempt to make even larger object literals without
|
| // crashing.
|
|
|