Commit 4f68a4ee by Shahbaz Youssefi Committed by Commit Bot

Remove suppression for fixed CTS tests

CTS bugs are fixed in [1] and [2]. [1]: https://gerrit.khronos.org/c/vk-gl-cts/+/7062 [2]: https://gerrit.khronos.org/c/vk-gl-cts/+/7049 Bug: angleproject:5673 Change-Id: I2d86f53a6a83bab143f89896d4d5dab3cc7b2334 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2808053Reviewed-by: 's avatarCharlie Lao <cclao@google.com> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
parent fb288312
...@@ -22,10 +22,6 @@ ...@@ -22,10 +22,6 @@
//// General Vulkan expectations //// General Vulkan expectations
//// ////
// Test bug with missing glMemoryBarrier call
5673 VULKAN : KHR-GLES31.core.texture_buffer.texture_buffer_operations_transform_feedback = FAIL
5673 VULKAN : KHR-GLES31.core.compute_shader.pipeline-post-xfb = FAIL
// Framebuffer without attachments: // Framebuffer without attachments:
3579 VULKAN : KHR-GLES31.core.framebuffer_no_attachments.api = FAIL 3579 VULKAN : KHR-GLES31.core.framebuffer_no_attachments.api = FAIL
......
...@@ -6,10 +6,6 @@ ...@@ -6,10 +6,6 @@
// For now we only log Vulkan test expectations. More back-ends can follow as we need them. // For now we only log Vulkan test expectations. More back-ends can follow as we need them.
// Test bug with missing glMemoryBarrier call
5673 VULKAN LINUX : KHR-GLES32.core.texture_buffer.texture_buffer_operations_transform_feedback = FAIL
5673 VULKAN WIN : KHR-GLES32.core.texture_buffer.texture_buffer_operations_transform_feedback = FAIL
// Geometry shader support (conditioned to windows as that's our only bot capable of running these // Geometry shader support (conditioned to windows as that's our only bot capable of running these
// tests) // tests)
// Translator's lack of support for redefining gl_PerVertex // Translator's lack of support for redefining gl_PerVertex
......
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