aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ImageIsOpaqueTest.cpp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-10-01 09:49:25 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-10-01 09:49:25 -0700
commit4d06ae620de77f5570cff0624203c54b61fc9a34 (patch)
tree23a3d3ffb934001aa213f11f92dab06ef7066f39 /tests/ImageIsOpaqueTest.cpp
parenta1ebeb25e9acfcd801e089e063311d716b83b8a5 (diff)
Enable image is opaque test seems to pass now
Diffstat (limited to 'tests/ImageIsOpaqueTest.cpp')
-rw-r--r--tests/ImageIsOpaqueTest.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/ImageIsOpaqueTest.cpp b/tests/ImageIsOpaqueTest.cpp
index 3718cf16cc..48ac9f94bb 100644
--- a/tests/ImageIsOpaqueTest.cpp
+++ b/tests/ImageIsOpaqueTest.cpp
@@ -87,10 +87,8 @@ DEF_GPUTEST(ImageIsOpaqueTest_GPU, reporter, factory) {
SkImageInfo infoOpaque = SkImageInfo::MakeN32(5, 5, kOpaque_SkAlphaType);
SkAutoTUnref<SkSurface> surfaceOpaque(
SkSurface::NewRenderTarget(context,SkSurface::kNo_Budgeted, infoOpaque));
-#if 0
- // this is failing right now : TODO fix me
+
check_isopaque(reporter, surfaceOpaque, true);
-#endif
}
}