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

Issue 1710183002: Do an in-place replacement of SkRandom with Fuzz for FilterFuzz (Closed)

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

Description

Do an in-place replacement of SkRandom with Fuzz for FilterFuzz This feels rather clunky, because we aren't using the full potential of the fuzzer, but it works, it seems. BUG=skia:4969 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1710183002 Committed: https://skia.googlesource.com/skia/+/4319593988db5796023d9f5f34a8ed285c2097dd

Patch Set 1 #

Patch Set 2 : rebasing #

Patch Set 3 : rebasing again #

Patch Set 4 : Minor import fix #

Total comments: 2

Patch Set 5 : add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -64 lines) Patch
A + fuzz/FilterFuzz.cpp View 1 2 3 4 chunks +12 lines, -62 lines 0 comments Download
M fuzz/Fuzz.h View 1 chunk +2 lines, -0 lines 0 comments Download
M fuzz/fuzz.cpp View 1 2 3 4 2 chunks +8 lines, -2 lines 0 comments Download

Messages

Total messages: 16 (7 generated)
kjlubick
This is a naive approach to hooking our new fuzzer up to this code. A ...
4 years, 10 months ago (2016-02-18 20:52:58 UTC) #3
kjlubick
On 2016/02/18 at 20:52:58, kjlubick wrote: > This is a naive approach to hooking our ...
4 years, 10 months ago (2016-02-19 13:57:03 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1710183002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1710183002/60001
4 years, 8 months ago (2016-04-05 19:15:14 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-05 19:30:45 UTC) #9
jcgregorio
https://codereview.chromium.org/1710183002/diff/60001/fuzz/fuzz.cpp File fuzz/fuzz.cpp (right): https://codereview.chromium.org/1710183002/diff/60001/fuzz/fuzz.cpp#newcode402 fuzz/fuzz.cpp:402: unsigned int floatint = 0x3f800000 | (this->nextU() >> 9); ...
4 years, 8 months ago (2016-04-05 19:31:14 UTC) #10
kjlubick
https://codereview.chromium.org/1710183002/diff/60001/fuzz/fuzz.cpp File fuzz/fuzz.cpp (right): https://codereview.chromium.org/1710183002/diff/60001/fuzz/fuzz.cpp#newcode402 fuzz/fuzz.cpp:402: unsigned int floatint = 0x3f800000 | (this->nextU() >> 9); ...
4 years, 8 months ago (2016-04-05 19:34:49 UTC) #11
jcgregorio
lgtm
4 years, 8 months ago (2016-04-05 19:37:44 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1710183002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1710183002/80001
4 years, 8 months ago (2016-04-05 19:38:26 UTC) #14
commit-bot: I haz the power
4 years, 8 months ago (2016-04-05 19:48:51 UTC) #16
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://skia.googlesource.com/skia/+/4319593988db5796023d9f5f34a8ed285c2097dd

Powered by Google App Engine
This is Rietveld 408576698