Commit 4dae43d8 by Tim Van Patten Committed by Commit Bot

Vulkan: Disable vkCreateDevice-physical-device-features-not-retrieved

Disable UNASSIGNED-BestPractices-vkCreateDevice-physical-device-features-not-retrieved while the Khronos issue is investigated. Bug: angleproject:5149 Change-Id: I680cf264d6356cf219826902d7fdf2304e27ebab Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2461475 Commit-Queue: Tim Van Patten <timvp@google.com> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org>
parent a5db7d6e
...@@ -151,7 +151,9 @@ constexpr const char *kSkippedMessages[] = { ...@@ -151,7 +151,9 @@ constexpr const char *kSkippedMessages[] = {
// http://anglebug.com/5027 // http://anglebug.com/5027
"UNASSIGNED-CoreValidation-Shader-PushConstantOutOfRange", "UNASSIGNED-CoreValidation-Shader-PushConstantOutOfRange",
// http://anglebug.com/5148 // http://anglebug.com/5148
"UNASSIGNED-CoreValidation-DevLimit-MissingQueryCount"}; "UNASSIGNED-CoreValidation-DevLimit-MissingQueryCount",
// http://anglebug.com/5149
"UNASSIGNED-BestPractices-vkCreateDevice-physical-device-features-not-retrieved"};
// Suppress validation errors that are known // Suppress validation errors that are known
// return "true" if given code/prefix/message is known, else return "false" // return "true" if given code/prefix/message is known, else return "false"
......
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