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

Issue 2011853002: [gn] Add unittests (Closed)

Created:
4 years, 7 months ago by Michael Achenbach
Modified:
4 years, 6 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[gn] Add unittests BUG=chromium:474921 NOTRY=true Committed: https://crrev.com/67e549ec5b34ad02506abb2720c6a0851ae31f5e Cr-Commit-Position: refs/heads/master@{#36510} Committed: https://crrev.com/143b3d167d7014525d049d3ab53c73cf2592243c Cr-Commit-Position: refs/heads/master@{#36582} Committed: https://crrev.com/378a26c03efc74bda401daa5accda223cb266177 Cr-Commit-Position: refs/heads/master@{#36606} Committed: https://crrev.com/d87fb10fe78a8b28e17486a8d4287a441b2d8440 Cr-Commit-Position: refs/heads/master@{#36642}

Patch Set 1 #

Total comments: 9

Patch Set 2 : Review #

Patch Set 3 : Fixing v8_shell dependency #

Total comments: 3

Patch Set 4 : Ran gn format to sort everything. #

Patch Set 5 : Fixes #

Patch Set 6 : Clean up #

Total comments: 2

Patch Set 7 : Fix #

Patch Set 8 : Fix and rebase #

Patch Set 9 : Rebase gyp changes + comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+227 lines, -16 lines) Patch
M BUILD.gn View 1 2 3 4 5 6 7 7 chunks +42 lines, -16 lines 0 comments Download
A build_overrides/gtest.gni View 1 chunk +15 lines, -0 lines 0 comments Download
A test/unittests/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +168 lines, -0 lines 0 comments Download
M test/unittests/unittests.gyp View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 53 (21 generated)
Michael Achenbach
PTAL https://codereview.chromium.org/2011853002/diff/1/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/2011853002/diff/1/BUILD.gn#newcode2024 BUILD.gn:2024: group("gn_all") { This ports parts of https://code.google.com/p/chromium/codesearch#chromium/src/v8/gypfiles/all.gyp Calling ...
4 years, 7 months ago (2016-05-25 09:12:53 UTC) #3
vogelheim
lgtm https://codereview.chromium.org/2011853002/diff/1/test/unittests/BUILD.gn File test/unittests/BUILD.gn (right): https://codereview.chromium.org/2011853002/diff/1/test/unittests/BUILD.gn#newcode95 test/unittests/BUILD.gn:95: "heap/bitmap-unittest.cc", This looks like mostly-alphabetically sorted, in which ...
4 years, 7 months ago (2016-05-25 09:30:58 UTC) #4
Michael Achenbach
Will also look into the test failure. https://codereview.chromium.org/2011853002/diff/1/test/unittests/BUILD.gn File test/unittests/BUILD.gn (right): https://codereview.chromium.org/2011853002/diff/1/test/unittests/BUILD.gn#newcode95 test/unittests/BUILD.gn:95: "heap/bitmap-unittest.cc", On ...
4 years, 7 months ago (2016-05-25 09:55:37 UTC) #5
Michael Achenbach
PTAL at patch 3. Attempt to fix the cross-compile trybot by conditionally depending on v8_shell ...
4 years, 7 months ago (2016-05-25 10:02:24 UTC) #6
vogelheim
lgtm https://codereview.chromium.org/2011853002/diff/40001/test/unittests/BUILD.gn File test/unittests/BUILD.gn (right): https://codereview.chromium.org/2011853002/diff/40001/test/unittests/BUILD.gn#newcode85 test/unittests/BUILD.gn:85: "heap/heap-unittest.cc", nitpick: more non-standard alphabet use... (heap < ...
4 years, 7 months ago (2016-05-25 10:37:38 UTC) #7
Michael Achenbach
https://codereview.chromium.org/2011853002/diff/40001/test/unittests/BUILD.gn File test/unittests/BUILD.gn (right): https://codereview.chromium.org/2011853002/diff/40001/test/unittests/BUILD.gn#newcode85 test/unittests/BUILD.gn:85: "heap/heap-unittest.cc", On 2016/05/25 10:37:38, vogelheim wrote: > nitpick: more ...
4 years, 7 months ago (2016-05-25 10:41:57 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2011853002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2011853002/60001
4 years, 7 months ago (2016-05-25 10:50:15 UTC) #11
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 7 months ago (2016-05-25 10:52:00 UTC) #13
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/67e549ec5b34ad02506abb2720c6a0851ae31f5e Cr-Commit-Position: refs/heads/master@{#36510}
4 years, 7 months ago (2016-05-25 10:52:56 UTC) #15
Michael Hablich
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/2004373005/ by hablich@chromium.org. ...
4 years, 7 months ago (2016-05-25 15:15:55 UTC) #16
Michael Achenbach
PTAL. Patches 5 and 6 fix the component build problem.
4 years, 6 months ago (2016-05-30 08:57:34 UTC) #19
Michael Achenbach
On 2016/05/30 08:57:34, Michael Achenbach (slow) wrote: > PTAL. Patches 5 and 6 fix the ...
4 years, 6 months ago (2016-05-30 08:58:41 UTC) #20
vogelheim
lgtm (Please have a look at that comment. I'm not particularly sure about the issue, ...
4 years, 6 months ago (2016-05-30 11:11:35 UTC) #21
Michael Achenbach
https://codereview.chromium.org/2011853002/diff/100001/test/unittests/BUILD.gn File test/unittests/BUILD.gn (right): https://codereview.chromium.org/2011853002/diff/100001/test/unittests/BUILD.gn#newcode162 test/unittests/BUILD.gn:162: deps += [ "../..:v8_maybe_snapshot" ] On 2016/05/30 11:11:34, vogelheim ...
4 years, 6 months ago (2016-05-30 11:31:37 UTC) #22
Michael Achenbach
On 2016/05/30 11:31:37, Michael Achenbach (slow) wrote: > https://codereview.chromium.org/2011853002/diff/100001/test/unittests/BUILD.gn > File test/unittests/BUILD.gn (right): > > ...
4 years, 6 months ago (2016-05-30 11:32:21 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2011853002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2011853002/100001
4 years, 6 months ago (2016-05-30 11:32:58 UTC) #25
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 6 months ago (2016-05-30 11:34:38 UTC) #27
vogelheim
On 2016/05/30 11:31:37, Michael Achenbach (slow) wrote: > https://codereview.chromium.org/2011853002/diff/100001/test/unittests/BUILD.gn > File test/unittests/BUILD.gn (right): > > ...
4 years, 6 months ago (2016-05-30 11:34:55 UTC) #28
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/143b3d167d7014525d049d3ab53c73cf2592243c Cr-Commit-Position: refs/heads/master@{#36582}
4 years, 6 months ago (2016-05-30 11:36:33 UTC) #30
Michael Achenbach
On 2016/05/30 11:34:55, vogelheim wrote: > On 2016/05/30 11:31:37, Michael Achenbach (slow) wrote: > > ...
4 years, 6 months ago (2016-05-30 11:41:03 UTC) #31
Michael Achenbach
A revert of this CL (patchset #6 id:100001) has been created in https://codereview.chromium.org/2022893002/ by machenbach@chromium.org. ...
4 years, 6 months ago (2016-05-31 06:23:23 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2011853002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2011853002/120001
4 years, 6 months ago (2016-05-31 07:10:37 UTC) #36
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 6 months ago (2016-05-31 07:12:44 UTC) #38
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/378a26c03efc74bda401daa5accda223cb266177 Cr-Commit-Position: refs/heads/master@{#36606}
4 years, 6 months ago (2016-05-31 07:14:47 UTC) #40
Michael Achenbach
A revert of this CL (patchset #7 id:120001) has been created in https://codereview.chromium.org/2026713002/ by machenbach@chromium.org. ...
4 years, 6 months ago (2016-05-31 14:30:33 UTC) #41
Michael Achenbach
Awesome. After https://codereview.chromium.org/2022093002/ landed we can check the remaining problem on the chromium android trybots. ...
4 years, 6 months ago (2016-06-01 07:59:17 UTC) #43
Michael Achenbach
PTAL at patch 8. Passes now on all relevant bots.
4 years, 6 months ago (2016-06-01 09:43:20 UTC) #44
vogelheim
lgtm
4 years, 6 months ago (2016-06-01 11:02:15 UTC) #45
Michael Achenbach
On 2016/06/01 11:02:15, vogelheim wrote: > lgtm Rebased also latest gyp changes and added a ...
4 years, 6 months ago (2016-06-01 12:27:06 UTC) #46
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2011853002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2011853002/160001
4 years, 6 months ago (2016-06-01 12:27:24 UTC) #49
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 6 months ago (2016-06-01 12:29:07 UTC) #51
commit-bot: I haz the power
4 years, 6 months ago (2016-06-01 12:29:55 UTC) #53
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/d87fb10fe78a8b28e17486a8d4287a441b2d8440
Cr-Commit-Position: refs/heads/master@{#36642}

Powered by Google App Engine
This is Rietveld 408576698