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

Issue 2452313003: Creating webkit_layout_tests target. (Closed)

Created:
4 years, 1 month ago by mithro
Modified:
4 years, 1 month ago
CC:
chromium-reviews, jeffcarp
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Creating webkit_layout_tests target. This provides a webkit_layout_tests target which can be isolated and run on swarming. Doing this however is currently unusably slow. Use with the following; ```bash gn gen out/Release gn args out/Release # Put "is_debug = false" into the editor ninja -C out/Release webkit_layout_tests python tools/mb/mb.py isolate //out/Release webkit_layout_tests # Obsolete Python tool # python tools/swarming_client/isolate.py archive \ # -s out/Release/webkit_layout_tests.isolated \ # -I isolateserver.appspot.com # Current supported Go tool tools/luci-go/linux64/isolate archive \ -isolate=out/Release/webkit_layout_tests.isolate \ -isolated=out/Release/webkit_layout_tests.isolated \ -isolate-server=isolateserver.appspot.com python tools/swarming_client/swarming.py run \ -v \ -d pool Chrome \ -d os Ubuntu-14.04 \ -d gpu none \ -S https://chromium-swarm.appspot.com \ -I https://isolateserver.appspot.com \ out/Release/webkit_layout_tests.isolated \ -- \ --isolated-script-test-output "\${ISOLATED_OUTDIR}/out.json" ``` BUG=524758 Committed: https://crrev.com/88df4259334db0710fdd3a096b38af7405e87c1c Cr-Commit-Position: refs/heads/master@{#432140}

Patch Set 1 : Removing crap. #

Patch Set 2 : Updating for telemetry change. #

Total comments: 6

Patch Set 3 : Small changes. #

Patch Set 4 : More updates. #

Patch Set 5 : Rebase onto master. #

Patch Set 6 : Rebase onto master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -9 lines) Patch
M BUILD.gn View 1 2 3 2 chunks +28 lines, -9 lines 0 comments Download
M testing/buildbot/gn_isolate_map.pyl View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M testing/buildbot/manage.py View 1 2 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 35 (23 generated)
mithro
Hi Dirk, This change should enable us to start attempting to upload layout tests to ...
4 years, 1 month ago (2016-11-01 06:26:42 UTC) #6
M-A Ruel
lgtm, webkit_layout_tests is a good idea.
4 years, 1 month ago (2016-11-01 13:37:22 UTC) #7
Dirk Pranke
https://codereview.chromium.org/2452313003/diff/60001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/2452313003/diff/60001/BUILD.gn#newcode922 BUILD.gn:922: "//chrome/test:telemetry_gtest_wrapper", This should not depend on anything in //chrome. ...
4 years, 1 month ago (2016-11-01 16:51:00 UTC) #8
mithro
https://codereview.chromium.org/2452313003/diff/60001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/2452313003/diff/60001/BUILD.gn#newcode922 BUILD.gn:922: "//chrome/test:telemetry_gtest_wrapper", On 2016/11/01 16:51:00, Dirk Pranke wrote: > This ...
4 years, 1 month ago (2016-11-03 04:19:52 UTC) #9
Dirk Pranke
lgtm, thanks.
4 years, 1 month ago (2016-11-03 18:41:11 UTC) #12
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/2452313003/100001
4 years, 1 month ago (2016-11-03 18:56:14 UTC) #15
M-A Ruel
On 2016/11/03 18:56:14, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
4 years, 1 month ago (2016-11-03 19:00:41 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/296186)
4 years, 1 month ago (2016-11-03 19:06:46 UTC) #18
mithro
I'm going to land this patch now. With mine and djd's changes (to go isolate) ...
4 years, 1 month ago (2016-11-14 02:45:59 UTC) #28
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/2452313003/140001
4 years, 1 month ago (2016-11-15 05:01:39 UTC) #31
commit-bot: I haz the power
Committed patchset #6 (id:140001)
4 years, 1 month ago (2016-11-15 07:23:26 UTC) #33
commit-bot: I haz the power
4 years, 1 month ago (2016-11-15 07:25:37 UTC) #35
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/88df4259334db0710fdd3a096b38af7405e87c1c
Cr-Commit-Position: refs/heads/master@{#432140}

Powered by Google App Engine
This is Rietveld 408576698