aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Jim Van Verth <jvanverth@google.com>2017-02-16 11:44:52 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-16 17:23:49 +0000
commitc9f4b8c562fe6985919a1585651c32ec21be77f1 (patch)
treec8e14551b6ae6ed31791e286ec26170686278de3 /tests
parent9cee33e631679fc8195e7892b5aa5fdffb0b568e (diff)
Disable DFPathRenderTest for now.
It's unclear what this test should be -- or even if it's valid any more. Change-Id: I62b5d99ad19c9b2813ef5a3c34c9b11991c01c5f Reviewed-on: https://skia-review.googlesource.com/8494 Reviewed-by: Jim Van Verth <jvanverth@google.com> Commit-Queue: Jim Van Verth <jvanverth@google.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/DFPathRendererTest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/DFPathRendererTest.cpp b/tests/DFPathRendererTest.cpp
index e4d87a2049..ced13f3ac5 100644
--- a/tests/DFPathRendererTest.cpp
+++ b/tests/DFPathRendererTest.cpp
@@ -13,6 +13,7 @@
#include "GrContext.h"
#include "ops/GrAADistanceFieldPathRenderer.h"
+#if 0
// This test case including path coords and matrix taken from crbug.com/627443.
// Because of inaccuracies in large floating point values this causes the
// the path renderer to attempt to add a path DF to its atlas that is larger
@@ -81,3 +82,4 @@ DEF_GPUTEST_FOR_ALL_GL_CONTEXTS(AADistanceFieldPathRenderer, reporter, ctxInfo)
ctx->flush();
}
#endif
+#endif