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

Issue 1314163007: Remove unwanted images in Gold (Closed)

Created:
5 years, 3 months ago by msarett
Modified:
5 years, 3 months ago
Reviewers:
scroggo
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@dm-fix
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Remove unwanted images in Gold These extra outputs were caused by recent changes to push_codec_srcs. https://codereview.chromium.org/1327433003/ *** First, I would argue that we do not want to test "native" modes (ex: codec, scanline, etc) to scales that require sampling (ex: 0.1, 0.2, etc). Right now, we are trying to scale jpegs to 0.1, settling for 0.125 as the closest option, and then trying to compare the 0.125 scaled image to the actual 0.1 scaled image in Gold. *** Second, I messed up and caused our test setup to try to decode to kIndex8 and kGray8 "always" instead of only when it is recommended. The bad effect of this happens because we can decode jpegs to kGray8 even if they are color images. Right now in Gold, we have a bunch of untriaged gray versions of color images. The second issue would have been caught if we signaled a fatal failure for invalid conversions. Maybe we should look into this now that 565 is supported everywhere? BUG=skia: Committed: https://skia.googlesource.com/skia/+/36c3796fbf6df5f1253f6ce48fb74a6d72f79bae

Patch Set 1 #

Total comments: 4

Patch Set 2 : Response to comments #

Patch Set 3 : Fix name of codec_subset test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -17 lines) Patch
M dm/DM.cpp View 1 2 2 chunks +52 lines, -17 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
msarett
5 years, 3 months ago (2015-09-02 14:15:24 UTC) #2
scroggo
> The second issue would have been caught if we signaled > a fatal failure ...
5 years, 3 months ago (2015-09-02 15:54:16 UTC) #3
msarett
https://codereview.chromium.org/1314163007/diff/1/dm/DM.cpp File dm/DM.cpp (right): https://codereview.chromium.org/1314163007/diff/1/dm/DM.cpp#newcode269 dm/DM.cpp:269: // SkScaledCodec Scales On 2015/09/02 15:54:16, scroggo wrote: > ...
5 years, 3 months ago (2015-09-02 18:16:16 UTC) #4
scroggo
lgtm
5 years, 3 months ago (2015-09-02 19:47:58 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1314163007/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1314163007/40001
5 years, 3 months ago (2015-09-02 20:15:47 UTC) #7
commit-bot: I haz the power
5 years, 3 months ago (2015-09-02 20:20:55 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/36c3796fbf6df5f1253f6ce48fb74a6d72f79bae

Powered by Google App Engine
This is Rietveld 408576698