Commit 769b5eac by Corentin Wallez Committed by Commit Bot

Suppress dEQP GLES3 attribute aliasing on Vulkan

Newly added spirv-val validation is triggered by these test cases. Suppress failing tests to let the roll go through and investigate later. TBR=jmadill@chromium.org Bug: angleproject:4790 Change-Id: I3cbb2fb13889e83caea9ff69272b615cec47041f Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2270019Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
parent c9f311e4
......@@ -536,6 +536,10 @@
// Flat shading:
3430 VULKAN : dEQP-GLES3.functional.rasterization.flatshading.* = FAIL
// Vertex attribute aliasing generates invalid SPIRV
4790 VULKAN : dEQP-GLES3.functional.attribute_location.bind_aliasing.cond* = FAIL
4790 VULKAN : dEQP-GLES3.functional.attribute_location.bind_aliasing.max_cond* = FAIL
// Misc unimplemented:
// Failures on newer NVIDIA drivers (411.95) and passes on older drivers (388.16). Passes on 418.12 on Linux.
......
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