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

Reviewed-by: Juan A. Suarez <jasuarez@igalia.com>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12962>
This commit is contained in:
Emma Anholt 2021-09-20 11:35:09 -07:00
parent e470d9fae5
commit 30a9bbe8f6
2 changed files with 8 additions and 16 deletions

View file

@ -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

View file

@ -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