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

Issue 1611293002: Demo fuzz for Herb (Closed)

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

Description

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -0 lines) Patch
A fuzz/FuzzScaleToSides.cpp View 1 chunk +45 lines, -0 lines 3 comments Download
M gyp/fuzz.gyp View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (6 generated)
mtklein_C
4 years, 11 months ago (2016-01-21 17:10:23 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1611293002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1611293002/1
4 years, 11 months ago (2016-01-21 17:10:27 UTC) #5
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
4 years, 11 months ago (2016-01-21 17:10:28 UTC) #6
mtklein_C
+kjlubick, FYI we have a customer
4 years, 11 months ago (2016-01-21 17:13:19 UTC) #7
herb_g
lgtm
4 years, 11 months ago (2016-01-21 17:15:27 UTC) #8
kjlubick
https://codereview.chromium.org/1611293002/diff/1/fuzz/FuzzScaleToSides.cpp File fuzz/FuzzScaleToSides.cpp (right): https://codereview.chromium.org/1611293002/diff/1/fuzz/FuzzScaleToSides.cpp#newcode24 fuzz/FuzzScaleToSides.cpp:24: if (!std::isfinite(radius1) || Why not std::isnormal(), which accounts for ...
4 years, 11 months ago (2016-01-21 17:17:52 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://skia.googlesource.com/skia/+/26379ca002f243efe2d799eeaab715b31137e62a
4 years, 11 months ago (2016-01-21 17:25:35 UTC) #12
mtklein
https://codereview.chromium.org/1611293002/diff/1/fuzz/FuzzScaleToSides.cpp File fuzz/FuzzScaleToSides.cpp (right): https://codereview.chromium.org/1611293002/diff/1/fuzz/FuzzScaleToSides.cpp#newcode24 fuzz/FuzzScaleToSides.cpp:24: if (!std::isfinite(radius1) || On 2016/01/21 17:17:52, kjlubick wrote: > ...
4 years, 11 months ago (2016-01-21 17:37:47 UTC) #14
herb_g
4 years, 11 months ago (2016-01-21 17:38:20 UTC) #15
Message was sent while issue was closed.
https://codereview.chromium.org/1611293002/diff/1/fuzz/FuzzScaleToSides.cpp
File fuzz/FuzzScaleToSides.cpp (right):

https://codereview.chromium.org/1611293002/diff/1/fuzz/FuzzScaleToSides.cpp#n...
fuzz/FuzzScaleToSides.cpp:24: if (!std::isfinite(radius1) ||
On 2016/01/21 17:37:46, mtklein wrote:
> On 2016/01/21 17:17:52, kjlubick wrote:
> > Why not std::isnormal(), which accounts for infinite, NaN and zero?
> 
> Zeros and subnormals should work for some of these.

What he said.

Powered by Google App Engine
This is Rietveld 408576698