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

Issue 1010743005: Add regression test for Map compaction issue. (Closed)

Created:
5 years, 9 months ago by koda
Modified:
5 years, 9 months ago
Reviewers:
kustermann
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add regression test for Map compaction issue. Original fix for the issue: https://code.google.com/p/dart/source/detail?r=44671 R=kustermann@google.com Committed: https://code.google.com/p/dart/source/detail?r=44702

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -0 lines) Patch
A tests/standalone/map_literal_oom_test.dart View 1 chunk +14 lines, -0 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
koda
5 years, 9 months ago (2015-03-25 00:42:37 UTC) #1
kustermann
LGTM https://codereview.chromium.org/1010743005/diff/1/tests/standalone/map_literal_oom_test.dart File tests/standalone/map_literal_oom_test.dart (right): https://codereview.chromium.org/1010743005/diff/1/tests/standalone/map_literal_oom_test.dart#newcode10 tests/standalone/map_literal_oom_test.dart:10: for (int i = 0; i < 1000000000; ...
5 years, 9 months ago (2015-03-25 09:19:27 UTC) #2
koda
Committed patchset #1 (id:1) manually as r44702 (presubmit successful).
5 years, 9 months ago (2015-03-25 22:26:16 UTC) #3
koda
5 years, 9 months ago (2015-03-25 22:26:35 UTC) #4
Message was sent while issue was closed.
https://codereview.chromium.org/1010743005/diff/1/tests/standalone/map_litera...
File tests/standalone/map_literal_oom_test.dart (right):

https://codereview.chromium.org/1010743005/diff/1/tests/standalone/map_litera...
tests/standalone/map_literal_oom_test.dart:10: for (int i = 0; i < 1000000000;
i++) {
On 2015/03/25 09:19:26, kustermann wrote:
> You could remove two '0's, since the test might time out on some architectures
> otherwise (mips/arm simulator/hardware are pretty slow I think).
> 

Done.

Powered by Google App Engine
This is Rietveld 408576698