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

Issue 2182663002: Mark two layout tests as failure for a skia change (Closed)

Created:
4 years, 5 months ago by xidachen
Modified:
4 years, 4 months ago
CC:
chromium-reviews, blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Mark two layout tests as failure for a skia change After this change: https://codereview.chromium.org/2176193002/, canvas drawImage() API call does bleeding, so these two layout tests will fail. This CL mark them as failure, and once skia change is committed, we should update the layout tests. TBR=junov@chromium.org,schenney@chromium.org BUG=355305 Committed: https://crrev.com/b005452374a9c5c59b292c448da7d2edf3e7158d Cr-Commit-Position: refs/heads/master@{#407568}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (4 generated)
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/2182663002/1
4 years, 5 months ago (2016-07-25 18:50:05 UTC) #2
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 5 months ago (2016-07-25 20:43:06 UTC) #5
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/b005452374a9c5c59b292c448da7d2edf3e7158d Cr-Commit-Position: refs/heads/master@{#407568}
4 years, 5 months ago (2016-07-25 20:45:36 UTC) #7
Justin Novosad
On 2016/07/25 20:45:36, commit-bot: I haz the power wrote: > Patchset 1 (id:??) landed as ...
4 years, 4 months ago (2016-07-26 14:15:34 UTC) #8
xidachen
4 years, 4 months ago (2016-07-26 14:20:03 UTC) #9
Message was sent while issue was closed.
On 2016/07/26 14:15:34, Justin Novosad wrote:
> On 2016/07/25 20:45:36, commit-bot: I haz the power wrote:
> > Patchset 1 (id:??) landed as
> > https://crrev.com/b005452374a9c5c59b292c448da7d2edf3e7158d
> > Cr-Commit-Position: refs/heads/master@{#407568}
> 
> This was not the right way to fold-in a change to skia's behavior.
> The way we normally do this is to put a the new skia functionality inside an
> #ifdef that masks the feature by default, then we enable it in blink
> (SkUserConfig.h) at the same time as we fix-up blink to work properly with the
> new functionality (without ever disabling any tests), then we go back to skia
to
> remove the #define and the old functionality.

Oh, I see. Sorry about that. I think I asked jbroman@, and my interpretation was
that we label some test as failure before skia-deps-roll, and change the tests
after skia change is rolled in. Will follow the correct procedure next time.

Powered by Google App Engine
This is Rietveld 408576698