History log of /external/skia/tests/PathOpsOpCircleThreadedTest.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
38a017bf44aa1ad25291ad0cbb4ccbe8bd31ab0b 13-May-2015 caryclark <caryclark@google.com> clean up tests

Confirm that no path ops tests are flaky, and clean up errors around
that. The test framework was incorrectly checking for >= MAX_ERRORS for
failure and <= MAX_ERRORS for success.

TBR=reed@google.com

Review URL: https://codereview.chromium.org/1140563003
/external/skia/tests/PathOpsOpCircleThreadedTest.cpp
1049f1246e7be4ccb68001361efceb8933e6f81c 20-Apr-2015 caryclark <caryclark@google.com> Now, path ops natively intersect conics, quads, and cubics in any combination. There are still a class of cubic tests that fail and a handful of undiagnosed failures from skps and fuzz tests, but things are much better overall.

Extended tests (150M+) run to completion in release in about 6 minutes; the standard test suite exceeds 100K and finishes in a few seconds on desktops.

TBR=reed
BUG=skia:3588

Review URL: https://codereview.chromium.org/1037953004
/external/skia/tests/PathOpsOpCircleThreadedTest.cpp