Disable WritePixelsTest on Android
authorborenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 12 Jul 2012 19:48:42 +0000 (19:48 +0000)
committerborenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 12 Jul 2012 19:48:42 +0000 (19:48 +0000)
This fails on Xoom.  Re-enable when #634 is fixed.
Review URL: https://codereview.appspot.com/6354099

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

tests/WritePixelsTest.cpp

index 403ab84a0717c18659a5fa4c2295567016ed7ffb..12b57cadefff5d00877fbf844b6088cb92d0857f 100644 (file)
@@ -415,6 +415,7 @@ void WritePixelsTest(skiatest::Reporter* reporter, GrContext* context) {
 }
 }
 
+#ifndef SK_BUILD_FOR_ANDROID
 #include "TestClassDef.h"
 DEFINE_GPUTESTCLASS("WritePixels", WritePixelsTestClass, WritePixelsTest)
-
+#endif