radeonsi/ci: update failures for gfx103

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25941>
This commit is contained in:
Marek Olšák 2023-11-09 23:41:29 -05:00
parent 09c513a31a
commit aff7df717d

View File

@ -21,6 +21,8 @@ spec@!opengl 1.0@gl-1.0-user-clip-all-planes,Fail
spec@!opengl 1.0@rasterpos,Fail
spec@!opengl 1.0@rasterpos@glsl_vs_gs_linked,Fail
spec@!opengl 1.0@rasterpos@glsl_vs_tes_linked,Fail
spec@!opengl 1.1@line-smooth-stipple,Fail
spec@!opengl es 3.0@gles-3.0-transform-feedback-uniform-buffer-object,Fail
spec@arb_bindless_texture@compiler@samplers@arith-bound-sampler-texture2d.frag,Crash
spec@arb_gpu_shader_fp64@execution@conversion@frag-conversion-explicit-dmat2-mat2,Fail
spec@arb_gpu_shader_fp64@execution@conversion@frag-conversion-explicit-dmat2x3-mat2x3,Fail
@ -122,8 +124,10 @@ spec@khr_texture_compression_astc@sliced-3d-miptree-gles srgb-fp@sRGB decode ful
spec@oes_shader_io_blocks@compiler@layout-location-aliasing.vert,Fail
# glcts failures
## Test issue - https://github.com/KhronosGroup/VK-GL-CTS/issues/251
KHR-GL46.shader_ballot_tests.ShaderBallotFunctionRead,Fail
GTF-GL46.gtf21.GL3Tests.texture_lod_bias.texture_lod_bias_all,Fail
GTF-GL46.gtf21.GLCoverage.CoverageGL21,Crash
GTF-GL46.gtf30.GL3Tests.fragment_coord_conventions.fragment_coord_conventions_multisample,Fail
GTF-GL46.gtf32.GL3Tests.fragment_coord_conventions.fragment_coord_conventions_32_multisample,Fail
## Fail because GFX10+ removed MS texture support (see si_get_sparse_texture_virtual_page_size)
KHR-GL46.sparse_texture2_tests.SparseTexture2Allocation,Fail
KHR-GL46.sparse_texture2_tests.SparseTexture2Commitment,Fail
@ -134,3 +138,7 @@ KHR-GL46.sparse_texture_clamp_tests.SparseTextureClampLookupColor,Fail
KHR-GL46.sparse_texture_clamp_tests.SparseTextureClampLookupResidency,Fail
KHR-GL46.shader_image_load_store.basic-allTargets-atomic,Fail
KHR-Single-GL46.enhanced_layouts.xfb_capture_inactive_output_component,Fail
# escts failures
KHR-GLES31.core.shader_image_load_store.basic-allTargets-loadStoreCS,Fail
KHR-GLES31.core.shader_image_load_store.basic-allTargets-loadStoreVS,Fail

1 # LLVM 16.0.0
21 spec@!opengl 1.0@rasterpos@glsl_vs_gs_linked,Fail
22 spec@!opengl 1.0@rasterpos@glsl_vs_tes_linked,Fail
23 spec@arb_bindless_texture@compiler@samplers@arith-bound-sampler-texture2d.frag,Crash spec@!opengl 1.1@line-smooth-stipple,Fail
24 spec@!opengl es 3.0@gles-3.0-transform-feedback-uniform-buffer-object,Fail
25 spec@arb_bindless_texture@compiler@samplers@arith-bound-sampler-texture2d.frag,Crash
26 spec@arb_gpu_shader_fp64@execution@conversion@frag-conversion-explicit-dmat2-mat2,Fail
27 spec@arb_gpu_shader_fp64@execution@conversion@frag-conversion-explicit-dmat2x3-mat2x3,Fail
28 spec@arb_gpu_shader_fp64@execution@conversion@frag-conversion-explicit-dmat2x4-mat2x4,Fail
124 # glcts failures
125 ## Test issue - https://github.com/KhronosGroup/VK-GL-CTS/issues/251 GTF-GL46.gtf21.GL3Tests.texture_lod_bias.texture_lod_bias_all,Fail
126 KHR-GL46.shader_ballot_tests.ShaderBallotFunctionRead,Fail GTF-GL46.gtf21.GLCoverage.CoverageGL21,Crash
127 ## Fail because GFX10+ removed MS texture support (see si_get_sparse_texture_virtual_page_size) GTF-GL46.gtf30.GL3Tests.fragment_coord_conventions.fragment_coord_conventions_multisample,Fail
128 KHR-GL46.sparse_texture2_tests.SparseTexture2Allocation,Fail GTF-GL46.gtf32.GL3Tests.fragment_coord_conventions.fragment_coord_conventions_32_multisample,Fail
129 ## Fail because GFX10+ removed MS texture support (see si_get_sparse_texture_virtual_page_size)
130 KHR-GL46.sparse_texture2_tests.SparseTexture2Allocation,Fail
131 KHR-GL46.sparse_texture2_tests.SparseTexture2Commitment,Fail
132 ## https://gitlab.freedesktop.org/mesa/mesa/-/issues/636
133 KHR-GL46.sparse_texture2_tests.StandardPageSizesTestCase,Fail
138 KHR-Single-GL46.enhanced_layouts.xfb_capture_inactive_output_component,Fail
139 # escts failures
140 KHR-GLES31.core.shader_image_load_store.basic-allTargets-loadStoreCS,Fail
141 KHR-GLES31.core.shader_image_load_store.basic-allTargets-loadStoreVS,Fail
142
143
144