Commit Graph

5 Commits

Author SHA1 Message Date
Ben Becker 7486343873 SERVER-6448: enable nestedobj1.js 2012-12-28 00:56:03 -08:00
Tad Marshall 8e26b7b551 Reduce object nesting from 700 to 500
Windows debug build was blowing up at 700, succeeds at 500.
2012-07-16 18:03:23 -04:00
Tad Marshall c32b1e7c07 Reduce object nesting level from 1500 to 700
On Windows, creating a nested object 1500 levels deep crashes
the shell with a stack overflow.  This is presumably because of
the default stack size of 1 MB on Windows; the default stack
size on Linux is 8 MB.  So, reduce the nesting level from 1500
to 700 to make the test pass on Windows.

This doesn't address the actual stack overflow problem, which
also exists on Linux but requires a larger number.  Testing with
20000 crashes Linux and Mac OS X with segfaults.
2012-07-16 14:39:53 -04:00
Eliot Horowitz d70bbba4df don't run on v8 2012-07-14 01:43:12 -04:00
Steve Briskin d8a7ced9ca JS tests for SERVER-5127 2012-07-12 14:14:38 -04:00