Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a8ec101 authored by Chris Craik's avatar Chris Craik Committed by android-build-merger
Browse files

Merge "Disable crashing drop shadow tests" into oc-dev am: 9d67b503

am: 9c66ae77

Change-Id: I2bc2fdd8c6921dda826b35244fe880e8301b11a2
parents 7441c000 9c66ae77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
+1 −1
Original line number Diff line number Diff line
@@ -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);