Commit 9c66461c by Jonah Ryan-Davis Committed by Commit Bot

Suppress VUID-VkImageViewCreateInfo-pNext-01585 temporarily

Vulkan validation failures are happening on ComputeShaderTest on Linux and Windows with AMD. Suppress for now while the issue is investigated Bug: angleproject:5912 Change-Id: If89f7c85bb311a68d6cab85e397112b4178e34d7 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2860044Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent df657c96
......@@ -180,6 +180,8 @@ constexpr const char *kSkippedMessages[] = {
"VUID-vkCmdDrawIndirectCount-None-04584",
"VUID-vkCmdDrawIndexedIndirect-None-04584",
"VUID-vkCmdDrawIndexedIndirectCount-None-04584",
// https://anglebug.com/5912
"VUID-VkImageViewCreateInfo-pNext-01585",
};
// Suppress validation errors that are known
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment