From 65b427cff9cd34a06ff060d65d00cc3615d8fd94 Mon Sep 17 00:00:00 2001 From: caryclark Date: Thu, 18 Sep 2014 10:32:57 -0700 Subject: fix battlefield website by disallowing very small coordinates also add and remove comments to document other attempts to fix this that had drawbacks R=fmalita@chromium.org BUG=414409 Author: caryclark@google.com Review URL: https://codereview.chromium.org/575553003 --- tests/PathOpsExtendedTest.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/PathOpsExtendedTest.cpp') diff --git a/tests/PathOpsExtendedTest.cpp b/tests/PathOpsExtendedTest.cpp index f90b9fec69..d808ed7ec4 100644 --- a/tests/PathOpsExtendedTest.cpp +++ b/tests/PathOpsExtendedTest.cpp @@ -23,6 +23,8 @@ __SK_FORCE_IMAGE_DECODER_LINKING; +DEFINE_bool2(runFail, f, false, "run tests known to fail."); + static const char marker[] = "\n" "\n" -- cgit v1.2.3