Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(503)

Issue 2924: The OutOfMemory and OutOfMemoryNested tests set a heap limit that was too low... (Closed)

Created:
12 years, 3 months ago by Erik Corry
Modified:
9 years, 7 months ago
Reviewers:
Kasper Lund
CC:
v8-dev
Visibility:
Public.

Description

The OutOfMemory and OutOfMemoryNested tests set a heap limit that was too low. A change in the way heap was allocated meant that the initial heap size was sometimes not higher than the limit, which mean that the limit started having and effect and prevented V8 from booting up. Fixes http://code.google.com/p/v8/issues/detail?id=25 Committed: http://code.google.com/p/v8/source/detail?r=325

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M test/cctest/test-api.cc View 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Erik Corry
12 years, 3 months ago (2008-09-17 09:49:18 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698