Module: Mesa
Branch: main
Commit: 30a9bbe8f641a1616fcef99fb6963986adf4085d
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=30a9bbe8f641a1616fcef99fb6963986adf4085d

Author: Emma Anholt <[email protected]>
Date:   Mon Sep 20 11:35:09 2021 -0700

ci/vc4,i915g: Add links to VK-GL-CTS issues for some of our xfails.

Reviewed-by: Juan A. Suarez <[email protected]>
Reviewed-by: Tapani Pälli <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12962>

---

 src/broadcom/ci/deqp-vc4-rpi3-fails.txt             |  6 ++++++
 src/gallium/drivers/i915/ci/deqp-i915-g33-fails.txt | 18 ++----------------
 2 files changed, 8 insertions(+), 16 deletions(-)

diff --git a/src/broadcom/ci/deqp-vc4-rpi3-fails.txt 
b/src/broadcom/ci/deqp-vc4-rpi3-fails.txt
index 9845fd31c3c..4bc5a8fe3b6 100644
--- a/src/broadcom/ci/deqp-vc4-rpi3-fails.txt
+++ b/src/broadcom/ci/deqp-vc4-rpi3-fails.txt
@@ -1,8 +1,11 @@
 
KHR-GLES2.core.internalformat.texture2d.depth_component_unsigned_int_depth_component16,Fail
 
KHR-GLES2.core.internalformat.texture2d.depth_component_unsigned_int_depth_component24,Fail
 
KHR-GLES2.core.internalformat.texture2d.depth_component_unsigned_short_depth_component16,Fail
+
+# https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/3133
 KHR-GLES2.texture_3d.copy_sub_image.negative,Fail
 KHR-GLES2.texture_3d.copy_sub_image.rgba,Fail
+
 
KHR-GLES2.texture_3d.filtering.combinations.linear_linear_clamp_clamp_clamp,Fail
 
KHR-GLES2.texture_3d.filtering.combinations.linear_linear_clamp_clamp_mirror,Fail
 
KHR-GLES2.texture_3d.filtering.combinations.linear_linear_clamp_clamp_repeat,Fail
@@ -327,7 +330,10 @@ 
KHR-GLES2.texture_3d.filtering.combinations.nearest_nearest_repeat_mirror_repeat
 
KHR-GLES2.texture_3d.filtering.combinations.nearest_nearest_repeat_repeat_clamp,Fail
 
KHR-GLES2.texture_3d.filtering.combinations.nearest_nearest_repeat_repeat_mirror,Fail
 
KHR-GLES2.texture_3d.filtering.combinations.nearest_nearest_repeat_repeat_repeat,Fail
+
+# https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/3134
 KHR-GLES2.texture_3d.filtering.combinations.negative,Fail
+
 KHR-GLES2.texture_3d.filtering.formats.rgba8_linear,Fail
 KHR-GLES2.texture_3d.filtering.formats.rgba8_linear_mipmap_linear,Fail
 KHR-GLES2.texture_3d.filtering.formats.rgba8_linear_mipmap_nearest,Fail
diff --git a/src/gallium/drivers/i915/ci/deqp-i915-g33-fails.txt 
b/src/gallium/drivers/i915/ci/deqp-i915-g33-fails.txt
index fd2c7b712ab..895701ef8ac 100644
--- a/src/gallium/drivers/i915/ci/deqp-i915-g33-fails.txt
+++ b/src/gallium/drivers/i915/ci/deqp-i915-g33-fails.txt
@@ -159,23 +159,9 @@ 
KHR-GLES2.core.internalformat.texture2d.depth_component_unsigned_short_depth_com
 KHR-GLES2.shaders.aggressive_optimizations.sin_vec2_frag,Fail
 KHR-GLES2.shaders.aggressive_optimizations.sin_vec3_frag,Fail
 
-# "GL_INVALID_FRAMEBUFFER_OPERATION was expected but got GL_INVALID_ENUM. 
GL_INVALID_FRAMEBUFFER_OPERATION is generated if the currently bound 
framebuffer is not framebuffer complete."
-# The invalid enums generated during the test are:
-# Mesa: User error: GL_INVALID_ENUM in glCopyTexSubImage3D(invalid target 
GL_NONE)
-# Mesa: User error: GL_INVALID_ENUM in glCheckFramebufferStatus(invalid target 
GL_READ_FRAMEBUFFER)
-# This appears to be a testcase bug, because GL_READ_FRAMEBUFFER is not a 
valid enum in GLES2.
+# https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/3133
 KHR-GLES2.texture_3d.copy_sub_image.negative,Fail
-
-# Mesa: User error: GL_INVALID_ENUM in glFramebufferTexture2D(invalid target 
GL_DRAW_FRAMEBUFFER)
-#  Fail (Could not attach texture object to draw framebuffer color 
attachment.: glGetError() returned GL_INVALID_ENUM at 
es2cTexture3DTests.cpp:840)
-# This appears to be a testcase bug, because GL_DRAW_FRAMEBUFFER is not a 
valid enum in GLES2.
 KHR-GLES2.texture_3d.copy_sub_image.rgba,Fail
 
-# "GL_INVALID_OPERATION was expected but got GL_INVALID_ENUM. 
GL_INVALID_OPERATION is generated if the combination of internalFormat, format 
and type is invalid."
-# The invalid enums generated during the test are:
-# Mesa: User error: GL_INVALID_ENUM in glTexImage3D(target=GL_NONE)
-# Mesa: User error: GL_INVALID_ENUM in glTexImage3D(target=GL_TEXTURE_2D)
-# Mesa: User error: GL_INVALID_ENUM in glTexImage3D(incompatible format = 
GL_RGBA, type = GL_NONE)
-# Mesa: User error: GL_INVALID_ENUM in glTexImage3D(incompatible format = 
GL_NONE, type = GL_UNSIGNED_BYTE)
-# Mesa: User error: GL_INVALID_ENUM in glTexImage3D(incompatible format = 
GL_RGBA_INTEGER, type = GL_INT)
+# https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/3134
 KHR-GLES2.texture_3d.filtering.combinations.negative,Fail

Reply via email to