disable 32A->565 + alpha for now, until it handles src-alpha==0 as a noop
git-svn-id: http://skia.googlecode.com/svn/trunk@525 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/BlitRowTest.cpp b/tests/BlitRowTest.cpp
index e191912..3442b6b 100644
--- a/tests/BlitRowTest.cpp
+++ b/tests/BlitRowTest.cpp
@@ -100,7 +100,7 @@
static const SkBitmap::Config gDstConfig[] = {
SkBitmap::kARGB_8888_Config,
SkBitmap::kRGB_565_Config,
- SkBitmap::kARGB_4444_Config,
+// SkBitmap::kARGB_4444_Config,
// SkBitmap::kA8_Config,
};
@@ -140,7 +140,7 @@
if (gSrcRec[j].fSrc != 0 && blend) {
// can't make a numerical promise about blending anything
// but 0
- continue;
+ // continue;
}
paint.setDither(dither);
paint.setAlpha(blend ? 0x80 : 0xFF);