From 363bc334854c5c2c78afd0e4f18c8c95bda5629a Mon Sep 17 00:00:00 2001 From: bsalomon Date: Wed, 15 Jun 2016 14:15:30 -0700 Subject: [PATCH] Disable SkImage_drawAbandonedGpuImage on Vulkan. It crashes issuing a clear batch. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2060263005 TBR=brianosman@google.com Review-Url: https://codereview.chromium.org/2060263005 --- tests/ImageTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ImageTest.cpp b/tests/ImageTest.cpp index 5e714eb9a4..e681b1a702 100644 --- a/tests/ImageTest.cpp +++ b/tests/ImageTest.cpp @@ -475,7 +475,7 @@ DEF_GPUTEST_FOR_RENDERING_CONTEXTS(SkImage_newTextureImage, reporter, contextInf } } -DEF_GPUTEST_FOR_RENDERING_CONTEXTS(SkImage_drawAbandonedGpuImage, reporter, contextInfo) { +DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS(SkImage_drawAbandonedGpuImage, reporter, contextInfo) { auto context = contextInfo.grContext(); auto image = create_gpu_image(context); auto info = SkImageInfo::MakeN32(20, 20, kOpaque_SkAlphaType);