From 1326068147ee60de138061a3fc1157fcfd5d017b Mon Sep 17 00:00:00 2001 From: caryclark Date: Mon, 24 Oct 2016 05:10:14 -0700 Subject: formalize host debugging Pathops writes files, anticipating upcoming crashes, and verifies the results against regions. Formalize these debugging methods so that they are more easily triggered by hosts outside of skia unit tests. TBR=reed@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2441763003 Review-Url: https://codereview.chromium.org/2441763003 --- tests/PathOpsExtendedTest.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/PathOpsExtendedTest.h') diff --git a/tests/PathOpsExtendedTest.h b/tests/PathOpsExtendedTest.h index 55a4410ed0..35c14e78d7 100644 --- a/tests/PathOpsExtendedTest.h +++ b/tests/PathOpsExtendedTest.h @@ -8,15 +8,11 @@ #define PathOpsExtendedTest_DEFINED #include "SkBitmap.h" -#include "SkCommandLineFlags.h" #include "SkPath.h" #include "SkPathOpsTypes.h" #include "SkStream.h" #include "Test.h" -DECLARE_bool(runFail); -DECLARE_bool(runBinary); - struct PathOpsThreadState; struct TestDesc { -- cgit v1.2.3