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
This commit is contained in:
parent
746b792a9a
commit
363bc33485
@ -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 context = contextInfo.grContext();
|
||||||
auto image = create_gpu_image(context);
|
auto image = create_gpu_image(context);
|
||||||
auto info = SkImageInfo::MakeN32(20, 20, kOpaque_SkAlphaType);
|
auto info = SkImageInfo::MakeN32(20, 20, kOpaque_SkAlphaType);
|
||||||
|
Loading…
Reference in New Issue
Block a user