| Index: test/mjsunit/big-array-literal.js
|
| ===================================================================
|
| --- test/mjsunit/big-array-literal.js (revision 13543)
|
| +++ test/mjsunit/big-array-literal.js (working copy)
|
| @@ -25,8 +25,8 @@
|
| // (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
|
| +// On MacOS X 10.7.5, this test needs a stack size of at least 788 kBytes.
|
| +// Flags: --stack-size=800
|
|
|
| // Test that we can make large object literals that work.
|
| // Also test that we can attempt to make even larger object literals without
|
|
|