aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/TessellatingPathRendererTests.cpp
diff options
context:
space:
mode:
authorGravatar Stephen White <senorblanco@chromium.org>2017-06-09 10:06:26 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-06-09 17:24:04 +0000
commit019f6c0bcf611fec93913315708eba1633857efa (patch)
treeba95b30b5e3b7aafe6fba6a701a12d2874c71ecb /tests/TessellatingPathRendererTests.cpp
parentd0dbee6559341247fadc8c828cde82bfa737cc04 (diff)
GrTessellator: fix logging; fix test comment.
Change-Id: Iaded9025a1518d8c69dbe366deb1035e0bd4295b Reviewed-on: https://skia-review.googlesource.com/19289 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Stephen White <senorblanco@chromium.org>
Diffstat (limited to 'tests/TessellatingPathRendererTests.cpp')
-rw-r--r--tests/TessellatingPathRendererTests.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/TessellatingPathRendererTests.cpp b/tests/TessellatingPathRendererTests.cpp
index dd3b07ad99..e2fca2eb82 100644
--- a/tests/TessellatingPathRendererTests.cpp
+++ b/tests/TessellatingPathRendererTests.cpp
@@ -314,9 +314,8 @@ static SkPath create_path_19() {
return path;
}
-// From clusterfuzz-testcase-minimized-6735316361936896
-// FIXME: [add description here]
-
+// An intersection above the first vertex in the mesh.
+// Reduction from http://crbug.com/730687
static SkPath create_path_20() {
SkPath path;
path.moveTo( 2822128.5, 235.026336669921875);