From 2f683ba958488f29fdf117a7fab7d04390b4836d Mon Sep 17 00:00:00 2001 From: "jvanverth@google.com" Date: Mon, 5 Aug 2013 14:50:31 +0000 Subject: Temporarily disable GpuTestPath. git-svn-id: http://skia.googlecode.com/svn/trunk@10532 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/GpuDrawPathTest.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/GpuDrawPathTest.cpp') diff --git a/tests/GpuDrawPathTest.cpp b/tests/GpuDrawPathTest.cpp index 3ec87d4777..fa844d05b8 100644 --- a/tests/GpuDrawPathTest.cpp +++ b/tests/GpuDrawPathTest.cpp @@ -44,6 +44,8 @@ static void test_drawPathEmpty(skiatest::Reporter*, SkCanvas* canvas) static void TestGpuDrawPath(skiatest::Reporter* reporter, GrContextFactory* factory) { + return; + for (int type = 0; type < GrContextFactory::kLastGLContextType; ++type) { GrContextFactory::GLContextType glType = static_cast(type); -- cgit v1.2.3