aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathOpsExtendedTest.h
diff options
context:
space:
mode:
authorGravatar caryclark <caryclark@google.com>2016-10-24 05:10:14 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-10-24 05:10:14 -0700
commit1326068147ee60de138061a3fc1157fcfd5d017b (patch)
tree050c8bfb9325c5b48782d09fb1246338e2343063 /tests/PathOpsExtendedTest.h
parent826167111f80a4251266812cf720ad712bd29446 (diff)
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
Diffstat (limited to 'tests/PathOpsExtendedTest.h')
-rw-r--r--tests/PathOpsExtendedTest.h4
1 files changed, 0 insertions, 4 deletions
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 {