From 19eb3b2f0aa6dce5c0335230a8930e90733e5d5d Mon Sep 17 00:00:00 2001 From: caryclark Date: Fri, 18 Jul 2014 05:08:14 -0700 Subject: update pathops core and tests split out skpclip (the test of 1M pictures) into its own project TBR=reed Author: caryclark@google.com Review URL: https://codereview.chromium.org/400033002 --- tests/PathOpsLineIntersectionTest.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/PathOpsLineIntersectionTest.cpp') diff --git a/tests/PathOpsLineIntersectionTest.cpp b/tests/PathOpsLineIntersectionTest.cpp index 379c2f16f9..0c6aac65d9 100644 --- a/tests/PathOpsLineIntersectionTest.cpp +++ b/tests/PathOpsLineIntersectionTest.cpp @@ -11,6 +11,10 @@ // FIXME: add tests for intersecting, non-intersecting, degenerate, coincident static const SkDLine tests[][2] = { +#if 0 + // these do intersect at a pair of points, but not close enough for check results liking + {{{{365.848175,5081.15186}, {368,5103}}}, {{{367.967712,5102.61084}, {368.278717,5105.71045}}}}, +#endif {{{{30,20}, {30,50}}}, {{{24,30}, {36,30}}}}, {{{{323,193}, {-317,193}}}, {{{0,994}, {0,0}}}}, {{{{90,230}, {160,60}}}, {{{60,120}, {260,120}}}}, -- cgit v1.2.3