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
This commit is contained in:
caryclark 2015-11-17 04:28:15 -08:00 committed by Commit bot
parent d6346290c2
commit 1970358b6d

View File

@ -44,6 +44,8 @@ static void test_drawPathEmpty(skiatest::Reporter*, SkCanvas* canvas) {
DEF_GPUTEST(GpuDrawPath, reporter, factory) { DEF_GPUTEST(GpuDrawPath, reporter, factory) {
return;
for (int type = 0; type < GrContextFactory::kLastGLContextType; ++type) { for (int type = 0; type < GrContextFactory::kLastGLContextType; ++type) {
GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type); GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type);