Unreviewed test fix
authorsugoi@google.com <sugoi@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 5 Apr 2013 14:38:08 +0000 (14:38 +0000)
committersugoi@google.com <sugoi@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 5 Apr 2013 14:38:08 +0000 (14:38 +0000)
Just commenting out the test for now, will investigate...

git-svn-id: http://skia.googlecode.com/svn/trunk@8544 2bbb7eff-a529-9590-31e7-b0007b416f81

src/effects/SkPerlinNoiseShader.cpp

index 0ee08169290af3a195ab694a2a886c61e33e3068..8a7708bbdafcc803c73a0c3b96af4f88a46780e8 100644 (file)
@@ -596,7 +596,7 @@ private:
         this->addTextureAccess(&fNoiseAccess);
     }
 
-    GR_DECLARE_EFFECT_TEST;
+//    GR_DECLARE_EFFECT_TEST;
 
     GrTextureAccess                 fPermutationsAccess;
     GrTextureAccess                 fNoiseAccess;
@@ -612,7 +612,7 @@ private:
 };
 
 /////////////////////////////////////////////////////////////////////
-
+#if 0
 GR_DEFINE_EFFECT_TEST(GrPerlinNoiseEffect);
 
 GrEffectRef* GrPerlinNoiseEffect::TestCreate(SkMWCRandom* random,
@@ -641,7 +641,7 @@ GrEffectRef* GrPerlinNoiseEffect::TestCreate(SkMWCRandom* random,
 
     return effect;
 }
-
+#endif
 /////////////////////////////////////////////////////////////////////
 
 void GrGLPerlinNoise::emitCode(GrGLShaderBuilder* builder,