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

Issue 1873463002: Add SkFUZZF to help whitelist imagefilter fuzz failures (Closed)

Created:
4 years, 8 months ago by robertphillips
Modified:
4 years, 8 months ago
Reviewers:
kjlubick, reed1
CC:
kjlubick, reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Add SkFUZZF to help whitelist imagefilter fuzz failures The current use case for this is whitelisting MergeImageFilter failures when the number of inputs is too big. Presumably there will be other whitelisting use cases as we progress. GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1873463002 Committed: https://skia.googlesource.com/skia/+/ff3681156ced7718a73eca1e170824866d9e5776

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add SkFuzzLogging.h #

Patch Set 3 : Clean up #

Patch Set 4 : Fix header #

Total comments: 4

Patch Set 5 : Address code review issues #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -0 lines) Patch
M gyp/core.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
A src/core/SkFuzzLogging.h View 1 2 3 4 1 chunk +23 lines, -0 lines 0 comments Download
M src/core/SkImageFilter.cpp View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (9 generated)
robertphillips
4 years, 8 months ago (2016-04-07 15:59:25 UTC) #4
kjlubick
https://codereview.chromium.org/1873463002/diff/1/include/core/SkTypes.h File include/core/SkTypes.h (right): https://codereview.chromium.org/1873463002/diff/1/include/core/SkTypes.h#newcode156 include/core/SkTypes.h:156: #define SkFUZZF(args) SkDebugf("SkFUZZ: "); SkDebugf args This makes it ...
4 years, 8 months ago (2016-04-07 16:47:09 UTC) #6
reed1
more context for this?
4 years, 8 months ago (2016-04-07 16:48:22 UTC) #7
kjlubick
On 2016/04/07 at 16:48:22, reed wrote: > more context for this? The idea is to ...
4 years, 8 months ago (2016-04-07 16:55:41 UTC) #8
robertphillips
Kevin has added an image filter fuzzer that has started turning up some bugs. One ...
4 years, 8 months ago (2016-04-07 16:56:38 UTC) #9
robertphillips
PTAL I have move the SkFUZZF macro to src
4 years, 8 months ago (2016-04-07 18:36:55 UTC) #10
robertphillips
ping - Mike
4 years, 8 months ago (2016-04-08 17:19:52 UTC) #11
reed1
lgtm w/ naming/comment nits https://codereview.chromium.org/1873463002/diff/50001/src/core/SkFuzzLogging.h File src/core/SkFuzzLogging.h (right): https://codereview.chromium.org/1873463002/diff/50001/src/core/SkFuzzLogging.h#newcode13 src/core/SkFuzzLogging.h:13: #ifdef SK_FUZZ nit: SK_FUZZ_LOGGING https://codereview.chromium.org/1873463002/diff/50001/src/core/SkFuzzLogging.h#newcode13 ...
4 years, 8 months ago (2016-04-08 19:45:50 UTC) #12
robertphillips
https://codereview.chromium.org/1873463002/diff/50001/src/core/SkFuzzLogging.h File src/core/SkFuzzLogging.h (right): https://codereview.chromium.org/1873463002/diff/50001/src/core/SkFuzzLogging.h#newcode13 src/core/SkFuzzLogging.h:13: #ifdef SK_FUZZ On 2016/04/08 19:45:49, reed1 wrote: > nit: ...
4 years, 8 months ago (2016-04-08 20:30:09 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1873463002/70001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1873463002/70001
4 years, 8 months ago (2016-04-08 20:30:26 UTC) #15
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-08 20:40:41 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1873463002/70001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1873463002/70001
4 years, 8 months ago (2016-04-08 21:02:11 UTC) #20
commit-bot: I haz the power
4 years, 8 months ago (2016-04-08 21:03:09 UTC) #22
Message was sent while issue was closed.
Committed patchset #5 (id:70001) as
https://skia.googlesource.com/skia/+/ff3681156ced7718a73eca1e170824866d9e5776

Powered by Google App Engine
This is Rietveld 408576698