Merge "Disable crashing drop shadow tests" into oc-dev

am: 9d67b50308

Change-Id: I4092a41511abcc8652bd4e482ee8c81738c1e009
This commit is contained in:
Chris Craik
2017-04-17 23:16:22 +00:00
committed by android-build-merger
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ static bool isZero(uint8_t* data, int size) {
return true;
}
RENDERTHREAD_OPENGL_PIPELINE_TEST(FontRenderer, renderDropShadow) {
RENDERTHREAD_OPENGL_PIPELINE_TEST(FontRenderer, DISABLED_renderDropShadow) {
SkPaint paint;
paint.setTextSize(10);
paint.setTextEncoding(SkPaint::kGlyphID_TextEncoding);

View File

@@ -26,7 +26,7 @@
using namespace android;
using namespace android::uirenderer;
RENDERTHREAD_OPENGL_PIPELINE_TEST(TextDropShadowCache, addRemove) {
RENDERTHREAD_OPENGL_PIPELINE_TEST(TextDropShadowCache, DISABLED_addRemove) {
SkPaint paint;
paint.setTextSize(20);