aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GpuDrawPathTest.cpp
diff options
context:
space:
mode:
authorGravatar caryclark <caryclark@google.com>2015-11-17 04:28:15 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-17 04:28:15 -0800
commit1970358b6d354b54f8724c6a69e30dc4f978651f (patch)
tree11e6840f5531ddea041e131f2e8d55f4d5a5711f /tests/GpuDrawPathTest.cpp
parentd6346290c2ef59abee453a72f3e91b4e7b62f4fa (diff)
Revert of Enable temporarily disabled GpuDrawPathTest (patchset #1 id:1 of https://codereview.chromium.org/1447973002/ )
Reason for revert: broke windows builds Original issue's description: > Enable temporarily disabled GpuDrawPathTest > > Enable temporarily disabled GpuDrawPathTest. > > BUG=skia: > > Committed: https://skia.googlesource.com/skia/+/d6346290c2ef59abee453a72f3e91b4e7b62f4fa TBR=jvanverth@google.com,kkinnunen@nvidia.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/1456463003
Diffstat (limited to 'tests/GpuDrawPathTest.cpp')
-rw-r--r--tests/GpuDrawPathTest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/GpuDrawPathTest.cpp b/tests/GpuDrawPathTest.cpp
index 4c61c4ac20..f23f5ef8dc 100644
--- a/tests/GpuDrawPathTest.cpp
+++ b/tests/GpuDrawPathTest.cpp
@@ -44,6 +44,8 @@ static void test_drawPathEmpty(skiatest::Reporter*, SkCanvas* canvas) {
DEF_GPUTEST(GpuDrawPath, reporter, factory) {
+ return;
+
for (int type = 0; type < GrContextFactory::kLastGLContextType; ++type) {
GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);