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

Issue 10546146: MIPS: Fix failing cctest/test-api/HugeConsStringOutOfMemory test. (Closed)

Created:
8 years, 6 months ago by palfia
Modified:
8 years, 5 months ago
Reviewers:
kisg, Paul Lind, danno
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Fix failing cctest/test-api/HugeConsStringOutOfMemory test. This test is failing on MIPS since r11715 (a7d6f92c), it seems that after the modifications in bootstrapper.cc, this test runs out of old generation space on MIPS. This commit increases the old space size on MIPS arch. TEST=cctest/test-api/HugeConsStringOutOfMemory BUG=

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
palfia
8 years, 6 months ago (2012-06-13 14:46:55 UTC) #1
danno
Is there any reason that you can't make this change for all platforms?
8 years, 6 months ago (2012-06-14 09:56:09 UTC) #2
palfia
8 years, 6 months ago (2012-06-14 13:11:46 UTC) #3
On 2012/06/14 09:56:09, danno wrote:
> Is there any reason that you can't make this change for all platforms?

There's no particular reason, I just didn't want to change it on other
platforms, because it looks like it's a MIPS-only failure, but it can be safely
applied to all platforms and it would be a much cleaner solution.

I've uploaded another version of this CL, which enables this change to all
platform:
https://chromiumcodereview.appspot.com/10533148

Powered by Google App Engine
This is Rietveld 408576698