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

Issue 1402953004: [swarming] Isolate webkit and optimize_for_size. (Closed)

Created:
5 years, 2 months ago by Michael Achenbach
Modified:
5 years, 2 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

[swarming] Isolate webkit and optimize_for_size. BUG=chromium:535160 LOG=n Committed: https://crrev.com/e6d45f1a78ce6281c260cbb619682de3a7e367af Cr-Commit-Position: refs/heads/master@{#31267}

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -9 lines) Patch
M build/all.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
A + test/optimize_for_size.gyp View 1 chunk +3 lines, -5 lines 1 comment Download
A + test/optimize_for_size.isolate View 1 chunk +1 line, -3 lines 0 comments Download
A + test/webkit/webkit.gyp View 2 chunks +2 lines, -2 lines 0 comments Download
A + test/webkit/webkit.isolate View 0 chunks +-1 lines, --1 lines 3 comments Download

Messages

Total messages: 15 (4 generated)
Michael Achenbach
PTAL https://codereview.chromium.org/1402953004/diff/1/test/optimize_for_size.gyp File test/optimize_for_size.gyp (right): https://codereview.chromium.org/1402953004/diff/1/test/optimize_for_size.gyp#newcode10 test/optimize_for_size.gyp:10: 'target_name': 'optimize_for_size_run', This is a collection of four ...
5 years, 2 months ago (2015-10-14 14:52:28 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1402953004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1402953004/1
5 years, 2 months ago (2015-10-14 14:52:37 UTC) #4
tandrii(chromium)
lgtm
5 years, 2 months ago (2015-10-14 14:56:42 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1402953004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1402953004/1
5 years, 2 months ago (2015-10-14 15:01:52 UTC) #8
kjellander_chromium
https://codereview.chromium.org/1402953004/diff/1/test/webkit/webkit.isolate File test/webkit/webkit.isolate (right): https://codereview.chromium.org/1402953004/diff/1/test/webkit/webkit.isolate#newcode1 test/webkit/webkit.isolate:1: # Copyright 2015 the V8 project authors. All rights ...
5 years, 2 months ago (2015-10-14 15:06:42 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 2 months ago (2015-10-14 17:35:04 UTC) #10
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/e6d45f1a78ce6281c260cbb619682de3a7e367af Cr-Commit-Position: refs/heads/master@{#31267}
5 years, 2 months ago (2015-10-14 17:35:20 UTC) #11
Michael Achenbach
https://codereview.chromium.org/1402953004/diff/1/test/webkit/webkit.isolate File test/webkit/webkit.isolate (right): https://codereview.chromium.org/1402953004/diff/1/test/webkit/webkit.isolate#newcode1 test/webkit/webkit.isolate:1: # Copyright 2015 the V8 project authors. All rights ...
5 years, 2 months ago (2015-10-15 08:41:25 UTC) #12
kjellander_chromium
https://codereview.chromium.org/1402953004/diff/1/test/webkit/webkit.isolate File test/webkit/webkit.isolate (right): https://codereview.chromium.org/1402953004/diff/1/test/webkit/webkit.isolate#newcode1 test/webkit/webkit.isolate:1: # Copyright 2015 the V8 project authors. All rights ...
5 years, 2 months ago (2015-10-15 10:31:25 UTC) #13
Michael Achenbach
On 2015/10/15 10:31:25, kjellander (chromium) wrote: > https://codereview.chromium.org/1402953004/diff/1/test/webkit/webkit.isolate > File test/webkit/webkit.isolate (right): > > https://codereview.chromium.org/1402953004/diff/1/test/webkit/webkit.isolate#newcode1 ...
5 years, 2 months ago (2015-10-15 11:33:33 UTC) #14
kjellander_chromium
5 years, 2 months ago (2015-10-15 12:04:09 UTC) #15
Message was sent while issue was closed.
On 2015/10/15 11:33:33, Michael Achenbach wrote:
> On 2015/10/15 10:31:25, kjellander (chromium) wrote:
> > https://codereview.chromium.org/1402953004/diff/1/test/webkit/webkit.isolate
> > File test/webkit/webkit.isolate (right):
> > 
> >
>
https://codereview.chromium.org/1402953004/diff/1/test/webkit/webkit.isolate#...
> > test/webkit/webkit.isolate:1: # Copyright 2015 the V8 project authors. All
> > rights reserved.
> > On 2015/10/15 08:41:25, Michael Achenbach wrote:
> > > On 2015/10/14 15:06:42, kjellander (chromium) wrote:
> > > > Hm, I don't quite follow. This is identical to intl.isolate and which
> means
> > > > webkit_run in webkit.gyp is identical to intl_run in intl.gyp.
> > > > 
> > > > What's the difference?
> > > 
> > > The location of the file is the difference. The 'files' variable pointing
to
> > > './' includes a different set of files, dependent on where this isolate
file
> > is
> > > placed. I didn't manage to remove more boilerplate and shrink the files a
> bit
> > > more. Each isolated test suite could in theory be sent to a different
> swarming
> > > bot, where it needs the test files, the executable and our test runner.
> > > 
> > > It might be possible to generate the isolate files per test suite as part
of
> > the
> > > compilation, but I think inventing that logic is more expensive than
copying
> > the
> > > file 8 times.
> > 
> > I thought the files listing was supposed to contain all the files needed to
> run
> > the test (i.e. the test executable and any other files it may load for the
> > test). I recall there's a way to auto-generate it by running the test
wrapped
> in
> > a script. Adding all of a directory seems potentially wasteful (and it's
less
> > clear to read too).
> 
> We need 99% of the contents of this directory. Our isolate files are always at
> the root of each test suite. Our test suites only contain data files, which
are
> all used. The executable (it's the same for all test suites) and the runner
> scripts are referred to as dependencies.

Fair enough, I mostly wanted to check that I hadn't misunderstood this.
lgtm!

Powered by Google App Engine
This is Rietveld 408576698