From: kkinnunen Date: Tue, 17 Nov 2015 06:12:39 +0000 (-0800) Subject: Enable temporarily disabled GpuDrawPathTest X-Git-Tag: submit/tizen/20180928.044319~184^2~693 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d6346290c2ef59abee453a72f3e91b4e7b62f4fa;p=platform%2Fupstream%2FlibSkiaSharp.git Enable temporarily disabled GpuDrawPathTest Enable temporarily disabled GpuDrawPathTest. BUG=skia: Review URL: https://codereview.chromium.org/1447973002 --- diff --git a/tests/GpuDrawPathTest.cpp b/tests/GpuDrawPathTest.cpp index f23f5ef8dc..4c61c4ac20 100644 --- a/tests/GpuDrawPathTest.cpp +++ b/tests/GpuDrawPathTest.cpp @@ -44,8 +44,6 @@ 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(type);