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

Issue 2796033002: [heap] Fix CompactionSpace test and move to unittests (Closed)

Created:
3 years, 8 months ago by Michael Lippautz
Modified:
3 years, 8 months ago
Reviewers:
ulan
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[heap] Fix CompactionSpace test and move to unittests BUG=chromium:651354 Review-Url: https://codereview.chromium.org/2796033002 Cr-Commit-Position: refs/heads/master@{#44382} Committed: https://chromium.googlesource.com/v8/v8/+/ce9a2db1e13131245d8adc2757b9d9202ba568e0

Patch Set 1 #

Total comments: 1

Patch Set 2 #

Patch Set 3 : Win compile failures #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -50 lines) Patch
M src/heap/heap.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/heap/spaces.h View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/heap/test-spaces.cc View 1 chunk +0 lines, -47 lines 0 comments Download
M test/unittests/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
A test/unittests/heap/spaces-unittest.cc View 1 chunk +50 lines, -0 lines 0 comments Download
M test/unittests/unittests.gyp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 24 (17 generated)
Michael Lippautz
ptal https://codereview.chromium.org/2796033002/diff/1/test/unittests/heap/spaces-unittest.cc File test/unittests/heap/spaces-unittest.cc (right): https://codereview.chromium.org/2796033002/diff/1/test/unittests/heap/spaces-unittest.cc#newcode27 test/unittests/heap/spaces-unittest.cc:27: const int kNumObjects = 10; Simplified the test: ...
3 years, 8 months ago (2017-04-04 11:46:00 UTC) #4
ulan
lgtm
3 years, 8 months ago (2017-04-04 11:47:47 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2796033002/40001
3 years, 8 months ago (2017-04-04 13:58:43 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/v8/v8/+/ce9a2db1e13131245d8adc2757b9d9202ba568e0
3 years, 8 months ago (2017-04-04 14:28:28 UTC) #21
Michael Lippautz
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/2793033004/ by mlippautz@chromium.org. ...
3 years, 8 months ago (2017-04-04 14:46:49 UTC) #22
Michael Achenbach
On 2017/04/04 14:46:49, Michael Lippautz wrote: > A revert of this CL (patchset #3 id:40001) ...
3 years, 8 months ago (2017-04-04 21:19:13 UTC) #23
Michael Lippautz
3 years, 8 months ago (2017-04-05 07:13:51 UTC) #24
Message was sent while issue was closed.
On 2017/04/04 21:19:13, Michael Achenbach wrote:
> On 2017/04/04 14:46:49, Michael Lippautz wrote:
> > A revert of this CL (patchset #3 id:40001) has been created in
> > https://codereview.chromium.org/2793033004/ by
mailto:mlippautz@chromium.org.
> > 
> > The reason for reverting is: Breaks
> >
>
https://uberchromegw.corp.google.com/i/client.v8/builders/V8%20Linux%20-%20sh....
> 
> FYI: Also failed on tsan:
>
https://build.chromium.org/p/client.v8/builders/V8%20Linux64%20TSAN/builds/14761

Thanks, this should be unrelated though (I promise! :D)

The CL moves the test test-spaces/CompactionSpace to the unittests and changes
it a bit. As always, it could be related in some unexpected ways though :) 

I will watch the bots when re-landing with my compilation fix.

Powered by Google App Engine
This is Rietveld 408576698