Reviewers: Jakob,
Message:
big-array-literal.js failed when "make x64.debug.check" on Mac OS X 10.7.5.
gcc -v:
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
Description:
Adjust the stack-size value for big-array-literal.js
Please review this at https://codereview.chromium.org/12114002/
SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/
Affected files:
M test/mjsunit/big-array-literal.js
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
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.