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

Issue 1934533002: Enable Skia patches to also run layout tests (Closed)

Created:
4 years, 7 months ago by rmistry
Modified:
4 years, 7 months ago
CC:
chromium-reviews, infra-reviews+build_chromium.org, kjellander-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/build@master
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

Enable Skia patches to also run layout tests BUG= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=300334

Patch Set 1 : Intial upload #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -8 lines) Patch
M scripts/slave/recipes/chromium_trybot.py View 2 chunks +9 lines, -0 lines 0 comments Download
A + scripts/slave/recipes/chromium_trybot.expected/use_skia_patch_on_blink_trybot.json View 6 chunks +8 lines, -8 lines 2 comments Download

Messages

Total messages: 20 (6 generated)
rmistry
https://codereview.chromium.org/1934533002/diff/1/scripts/slave/recipes/chromium_trybot.expected/use_skia_patch_on_blink_trybot.json File scripts/slave/recipes/chromium_trybot.expected/use_skia_patch_on_blink_trybot.json (right): https://codereview.chromium.org/1934533002/diff/1/scripts/slave/recipes/chromium_trybot.expected/use_skia_patch_on_blink_trybot.json#newcode235 scripts/slave/recipes/chromium_trybot.expected/use_skia_patch_on_blink_trybot.json:235: "cwd": "[SLAVE_BUILD]/src", The diffs in this section are not ...
4 years, 7 months ago (2016-04-29 11:04:03 UTC) #2
tandrii(chromium)
lgtm % I also don't know why it's there. But, i think it's totally find ...
4 years, 7 months ago (2016-04-29 11:07:38 UTC) #3
rmistry
On 2016/04/29 11:07:38, tandrii(chromium) wrote: > lgtm % I also don't know why it's there. ...
4 years, 7 months ago (2016-04-29 11:08:41 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1934533002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1934533002/1
4 years, 7 months ago (2016-04-29 11:08:51 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: Build Presubmit on tryserver.infra (JOB_FAILED, https://build.chromium.org/p/tryserver.infra/builders/Build%20Presubmit/builds/4509)
4 years, 7 months ago (2016-04-29 11:16:50 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1934533002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1934533002/1
4 years, 7 months ago (2016-04-29 11:34:01 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:1) as http://src.chromium.org/viewvc/chrome?view=rev&revision=300334
4 years, 7 months ago (2016-04-29 11:38:38 UTC) #12
Michael Achenbach
https://codereview.chromium.org/1934533002/diff/1/scripts/slave/recipes/chromium_trybot.expected/use_skia_patch_on_blink_trybot.json File scripts/slave/recipes/chromium_trybot.expected/use_skia_patch_on_blink_trybot.json (right): https://codereview.chromium.org/1934533002/diff/1/scripts/slave/recipes/chromium_trybot.expected/use_skia_patch_on_blink_trybot.json#newcode235 scripts/slave/recipes/chromium_trybot.expected/use_skia_patch_on_blink_trybot.json:235: "cwd": "[SLAVE_BUILD]/src", On 2016/04/29 11:04:03, rmistry wrote: > The ...
4 years, 7 months ago (2016-04-29 11:51:41 UTC) #13
Michael Achenbach
FYI: The diff feature was added during this migration: https://chromium.googlesource.com/chromium/tools/build/+/48ead6a51947ac5fc0706402a0aaf4fea69a23de The old blink test case ...
4 years, 7 months ago (2016-04-29 11:56:01 UTC) #14
rmistry
On 2016/04/29 11:56:01, Michael Achenbach wrote: > FYI: The diff feature was added during this ...
4 years, 7 months ago (2016-04-29 11:57:58 UTC) #15
Michael Achenbach
On 2016/04/29 11:57:58, rmistry wrote: > On 2016/04/29 11:56:01, Michael Achenbach wrote: > > FYI: ...
4 years, 7 months ago (2016-04-29 11:59:31 UTC) #16
Michael Achenbach
Unfortunately this method is still used for the diff tool: https://code.google.com/p/chromium/codesearch#chromium/tools/depot_tools/recipe_modules/rietveld/api.py&l=11 And it calculates the ...
4 years, 7 months ago (2016-04-29 12:06:49 UTC) #17
rmistry
On 2016/04/29 12:06:49, Michael Achenbach wrote: > Unfortunately this method is still used for the ...
4 years, 7 months ago (2016-04-29 12:10:25 UTC) #18
tandrii(chromium)
4 years, 7 months ago (2016-04-29 13:03:53 UTC) #19
Message was sent while issue was closed.
On 2016/04/29 12:10:25, rmistry wrote:
> On 2016/04/29 12:06:49, Michael Achenbach wrote:
> > Unfortunately this method is still used for the diff tool:
> >
>
https://code.google.com/p/chromium/codesearch#chromium/tools/depot_tools/reci...
> > 
> > And it calculates the wrong issue root. Gclients new method that tandrii
added
> > should be used instead here:
> >
>
https://code.google.com/p/chromium/codesearch#chromium/tools/depot_tools/reci...
> 
> Thanks for looking into this!
> 
> Andrii, do you mind updating that in depot_tools?

yep, on it. But I can't use gclient's method from inside tryserver due to cyclic
dependency :(

Powered by Google App Engine
This is Rietveld 408576698