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

Issue 2393863002: [inspector] Add swarming support to inspector tests (Closed)

Created:
4 years, 2 months ago by Michael Achenbach
Modified:
4 years, 2 months ago
Reviewers:
kozy, dgozman, Yang
CC:
v8-reviews_googlegroups.com, devtools-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[inspector] Add swarming support to inspector tests BUG=chromium:635948 Committed: https://crrev.com/3195f19e879c37d8f421defa3a2608e5c15f45df Cr-Commit-Position: refs/heads/master@{#40194}

Patch Set 1 #

Patch Set 2 : Missing file + switch inspector off on noi18nbot #

Patch Set 3 : Format + fixed config when inspector is off #

Patch Set 4 : Swarming + format #

Total comments: 2

Patch Set 5 : Fix swarming target when inspector is off #

Patch Set 6 : Fix swarming #

Total comments: 3

Patch Set 7 : Rebase #

Total comments: 2

Patch Set 8 : Format (looking ugly) + remove gyp deps #

Patch Set 9 : Detach from dependent patchset #

Unified diffs Side-by-side diffs Delta from patch set Stats (+143 lines, -32 lines) Patch
M BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M gni/isolate.gni View 1 2 3 4 5 6 7 6 chunks +22 lines, -3 lines 0 comments Download
M gypfiles/isolate.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M infra/mb/mb_config.pyl View 1 2 3 3 chunks +9 lines, -2 lines 0 comments Download
M test/BUILD.gn View 1 2 3 3 chunks +11 lines, -0 lines 0 comments Download
M test/bot_default.isolate View 1 chunk +1 line, -0 lines 0 comments Download
M test/inspector/BUILD.gn View 1 2 3 4 1 chunk +30 lines, -27 lines 0 comments Download
M test/inspector/inspector.gyp View 1 2 3 4 5 1 chunk +19 lines, -0 lines 0 comments Download
A test/inspector/inspector.isolate View 1 1 chunk +31 lines, -0 lines 0 comments Download
M test/optimize_for_size.isolate View 1 chunk +1 line, -0 lines 0 comments Download
M tools/run-tests.py View 5 chunks +9 lines, -0 lines 0 comments Download
M tools/testrunner/testrunner.isolate View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 67 (51 generated)
kozy
https://codereview.chromium.org/2393863002/diff/60001/infra/mb/mb_config.pyl File infra/mb/mb_config.pyl (right): https://codereview.chromium.org/2393863002/diff/60001/infra/mb/mb_config.pyl#newcode387 infra/mb/mb_config.pyl:387: 'gyp', 'release_bot', 'x64', 'swarming'], To fix last linker error ...
4 years, 2 months ago (2016-10-10 17:29:17 UTC) #30
Michael Achenbach
https://codereview.chromium.org/2393863002/diff/60001/infra/mb/mb_config.pyl File infra/mb/mb_config.pyl (right): https://codereview.chromium.org/2393863002/diff/60001/infra/mb/mb_config.pyl#newcode387 infra/mb/mb_config.pyl:387: 'gyp', 'release_bot', 'x64', 'swarming'], On 2016/10/10 17:29:17, kozyatinskiy wrote: ...
4 years, 2 months ago (2016-10-11 09:01:54 UTC) #31
Michael Achenbach
On 2016/10/11 09:01:54, machenbach (slow) wrote: > https://codereview.chromium.org/2393863002/diff/60001/infra/mb/mb_config.pyl > File infra/mb/mb_config.pyl (right): > > https://codereview.chromium.org/2393863002/diff/60001/infra/mb/mb_config.pyl#newcode387 ...
4 years, 2 months ago (2016-10-11 12:00:06 UTC) #41
kozy
Sorry, but then I think that we need to include test/inspector.gyp in all.gyp under v8_inspector_enabled ...
4 years, 2 months ago (2016-10-11 14:46:48 UTC) #42
Michael Achenbach
On 2016/10/11 14:46:48, kozyatinskiy wrote: > Sorry, but then I think that we need to ...
4 years, 2 months ago (2016-10-11 15:09:48 UTC) #43
Michael Achenbach
https://codereview.chromium.org/2393863002/diff/100001/test/inspector/BUILD.gn File test/inspector/BUILD.gn (right): https://codereview.chromium.org/2393863002/diff/100001/test/inspector/BUILD.gn#newcode8 test/inspector/BUILD.gn:8: if (v8_enable_inspector_override) { We should maybe just guard the ...
4 years, 2 months ago (2016-10-11 18:16:23 UTC) #44
Michael Achenbach
PTAL
4 years, 2 months ago (2016-10-11 18:22:54 UTC) #48
Michael Achenbach
On 2016/10/11 18:22:54, machenbach (slow) wrote: > PTAL Forgot to format. And it looks like ...
4 years, 2 months ago (2016-10-11 18:53:59 UTC) #51
kozy
https://codereview.chromium.org/2393863002/diff/100001/test/inspector/BUILD.gn File test/inspector/BUILD.gn (right): https://codereview.chromium.org/2393863002/diff/100001/test/inspector/BUILD.gn#newcode8 test/inspector/BUILD.gn:8: if (v8_enable_inspector_override) { On 2016/10/11 18:16:23, machenbach (slow) wrote: ...
4 years, 2 months ago (2016-10-11 19:05:57 UTC) #52
Michael Achenbach
https://codereview.chromium.org/2393863002/diff/120001/gypfiles/all.gyp File gypfiles/all.gyp (right): https://codereview.chromium.org/2393863002/diff/120001/gypfiles/all.gyp#newcode38 gypfiles/all.gyp:38: '../test/inspector/inspector.gyp:*', On 2016/10/11 19:05:57, kozyatinskiy wrote: > please remove ...
4 years, 2 months ago (2016-10-11 20:54:01 UTC) #53
kozy
thanks! lgtm
4 years, 2 months ago (2016-10-11 21:18:10 UTC) #56
Yang
On 2016/10/11 21:18:10, kozyatinskiy wrote: > thanks! lgtm lgtm
4 years, 2 months ago (2016-10-12 04:55:47 UTC) #59
Michael Achenbach
Landing this now independent of the inspector-on default. It might break again though since we ...
4 years, 2 months ago (2016-10-12 06:45:41 UTC) #60
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/2393863002/160001
4 years, 2 months ago (2016-10-12 06:45:58 UTC) #63
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 2 months ago (2016-10-12 07:31:58 UTC) #65
commit-bot: I haz the power
4 years, 2 months ago (2016-10-12 07:32:15 UTC) #67
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/3195f19e879c37d8f421defa3a2608e5c15f45df
Cr-Commit-Position: refs/heads/master@{#40194}

Powered by Google App Engine
This is Rietveld 408576698