radeonsi/ci: update failures and flakes

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25774>
This commit is contained in:
Marek Olšák
2023-10-17 22:13:34 -04:00
committed by Marge Bot
parent e1a1150142
commit 10a2fbd42b
2 changed files with 14 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# LLVM 16.0.0
# LLVM 18.0.0git
# piglit failures
glx@glx-make-current,Fail
@@ -122,8 +122,12 @@ 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
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
GTF-GL46.gtf40.GL3Tests.transform_feedback2.transform_feedback2_two_buffers,Fail
## Test issue - https://github.com/KhronosGroup/VK-GL-CTS/issues/251
KHR-GL46.shader_ballot_tests.ShaderBallotFunctionRead,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,6 +138,10 @@ KHR-GL46.sparse_texture_clamp_tests.SparseTextureClampLookupColor,Fail
KHR-GL46.sparse_texture_clamp_tests.SparseTextureClampLookupResidency,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
# gfx11-only failures
spec@!opengl 1.1@line-smooth-stipple,Fail
1 # LLVM 16.0.0 # LLVM 18.0.0git
2 # piglit failures
3 glx@glx-make-current,Fail
4 glx@glx-multi-window-single-context,Fail
122 # glcts failures
123 ## Test issue - https://github.com/KhronosGroup/VK-GL-CTS/issues/251 GTF-GL46.gtf21.GL3Tests.texture_lod_bias.texture_lod_bias_all,Fail
124 KHR-GL46.shader_ballot_tests.ShaderBallotFunctionRead,Fail GTF-GL46.gtf21.GLCoverage.CoverageGL21,Crash
125 GTF-GL46.gtf30.GL3Tests.fragment_coord_conventions.fragment_coord_conventions_multisample,Fail
126 GTF-GL46.gtf32.GL3Tests.fragment_coord_conventions.fragment_coord_conventions_32_multisample,Fail
127 GTF-GL46.gtf40.GL3Tests.transform_feedback2.transform_feedback2_two_buffers,Fail
128 ## Test issue - https://github.com/KhronosGroup/VK-GL-CTS/issues/251
129 ## Fail because GFX10+ removed MS texture support (see si_get_sparse_texture_virtual_page_size)
130 ## 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.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 # gfx11-only failures # escts failures
139 spec@!opengl 1.1@line-smooth-stipple,Fail KHR-GLES31.core.shader_image_load_store.basic-allTargets-loadStoreCS,Fail
140 KHR-GL46.transform_feedback_overflow_query_ARB.advanced-single-stream-interleaved-attribs,Fail KHR-GLES31.core.shader_image_load_store.basic-allTargets-loadStoreVS,Fail
141 # gfx11-only failures
142 spec@!opengl 1.1@line-smooth-stipple,Fail
143 KHR-GL46.transform_feedback_overflow_query_ARB.advanced-single-stream-interleaved-attribs,Fail
144 KHR-GL46.transform_feedback_overflow_query_ARB.advanced-single-stream-separate-attribs,Fail
145 KHR-GL46.transform_feedback_overflow_query_ARB.advanced-single-stream-separate-attribs,Fail KHR-GL46.transform_feedback_overflow_query_ARB.multiple-streams-multiple-buffers-per-stream,Fail
146 KHR-GL46.transform_feedback_overflow_query_ARB.multiple-streams-multiple-buffers-per-stream,Fail KHR-GL46.transform_feedback_overflow_query_ARB.multiple-streams-one-buffer-per-stream,Fail
147 KHR-GL46.transform_feedback_overflow_query_ARB.multiple-streams-one-buffer-per-stream,Fail # I saw these on Navi31, but not Navi33

View File

@@ -15,6 +15,7 @@ spec@egl 1.4@egl-ext_egl_image_storage
spec@egl_mesa_configless_context@basic
spec@egl_chromium_sync_control@conformance
spec@egl_chromium_sync_control@conformance@eglGetSyncValuesCHROMIUM_msc_and_sbc_test
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-refcount-multithread
# glcts
@@ -23,3 +24,6 @@ KHR-GL46.sparse_texture2_tests.SparseTexture2Lookup
# NGG culling (gfx10-gfx10.3) breaks this statistic. Only reproducible with AMD_DEBUG=mono
# or when asynchronous compilation finishes before the test is finished.
KHR-GL46.pipeline_statistics_query_tests_ARB.functional_primitives_vertices_submitted_and_clipping_input_output_primitives
# escts
KHR-GLES31.core.shader_image_load_store.basic-allFormats-store-fs
1 # piglit
15 spec@egl_chromium_sync_control@conformance@eglGetSyncValuesCHROMIUM_msc_and_sbc_test
16 # glcts spec@ext_image_dma_buf_import@ext_image_dma_buf_import-refcount-multithread
17 KHR-GL46.sparse_texture2_tests.SparseTexture2Lookup # glcts
18 KHR-GL46.sparse_texture2_tests.SparseTexture2Lookup
19 # NGG culling (gfx10-gfx10.3) breaks this statistic. Only reproducible with AMD_DEBUG=mono
20 # or when asynchronous compilation finishes before the test is finished.
21 KHR-GL46.pipeline_statistics_query_tests_ARB.functional_primitives_vertices_submitted_and_clipping_input_output_primitives
24
25
26
27
28
29