mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-09 23:08:18 +02:00
pan/ci: drop needless skips
Skips accumulate over time, but rarely gets reevaluated to see if they're still relevant. To combat this problem, I've dropped all skips, and added back those that actually serve a practical use. The result might be a bit more instability in the short term. But hopefully this pays off in the long term. Acked-by: Eric R. Smith <eric.smith@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40398>
This commit is contained in:
parent
8484fb89d1
commit
6425c6507e
6 changed files with 2 additions and 245 deletions
|
|
@ -20,8 +20,6 @@ spec@arb_shader_texture_lod@execution@tex-miplevel-selection *gradarb 2drectshad
|
|||
spec@arb_shader_texture_lod@execution@tex-miplevel-selection *projgradarb 2drect,Crash
|
||||
spec@arb_shader_texture_lod@execution@tex-miplevel-selection *projgradarb 2drect_projvec4,Crash
|
||||
spec@arb_shader_texture_lod@execution@tex-miplevel-selection *projgradarb 2drectshadow,Crash
|
||||
spec@arb_texture_buffer_object@texture-buffer-size-clamp,Crash
|
||||
spec@arb_texture_float@fbo-alphatest-formats,Crash
|
||||
spec@arb_texture_multisample@arb_texture_multisample-dsa-texelfetch@Texture type: GL_R16I,Fail
|
||||
spec@arb_texture_multisample@arb_texture_multisample-dsa-texelfetch@Texture type: GL_R16_SNORM,Fail
|
||||
spec@arb_texture_multisample@arb_texture_multisample-dsa-texelfetch@Texture type: GL_R32I,Fail
|
||||
|
|
@ -177,7 +175,6 @@ spec@!opengl 1.0@gl-1.0-edgeflag-const,Fail
|
|||
spec@!opengl 1.0@gl-1.0-edgeflag,Fail
|
||||
spec@!opengl 1.0@gl-1.0-edgeflag-quads,Fail
|
||||
spec@!opengl 1.0@gl-1.0-no-op-paths,Fail
|
||||
spec@!opengl 1.0@rasterpos,Crash
|
||||
spec@!opengl 1.1@linestipple@Factor 2x,Fail
|
||||
spec@!opengl 1.1@linestipple@Factor 3x,Fail
|
||||
spec@!opengl 1.1@linestipple,Fail
|
||||
|
|
@ -231,8 +228,6 @@ afbcp-spec@arb_shader_texture_lod@execution@tex-miplevel-selection *gradarb 2dre
|
|||
afbcp-spec@arb_shader_texture_lod@execution@tex-miplevel-selection *projgradarb 2drect,Fail
|
||||
afbcp-spec@arb_shader_texture_lod@execution@tex-miplevel-selection *projgradarb 2drect_projvec4,Fail
|
||||
afbcp-spec@arb_shader_texture_lod@execution@tex-miplevel-selection *projgradarb 2drectshadow,Fail
|
||||
afbcp-spec@arb_texture_buffer_object@texture-buffer-size-clamp,Crash
|
||||
afbcp-spec@arb_texture_float@fbo-alphatest-formats,Crash
|
||||
afbcp-spec@arb_texture_multisample@arb_texture_multisample-dsa-texelfetch@Texture type: GL_R16I,Fail
|
||||
afbcp-spec@arb_texture_multisample@arb_texture_multisample-dsa-texelfetch@Texture type: GL_R16_SNORM,Fail
|
||||
afbcp-spec@arb_texture_multisample@arb_texture_multisample-dsa-texelfetch@Texture type: GL_R32I,Fail
|
||||
|
|
@ -264,13 +259,13 @@ afbcp-spec@arb_texture_multisample@arb_texture_multisample-dsa-texelfetch@Textur
|
|||
afbcp-spec@arb_texture_multisample@arb_texture_multisample-dsa-texelfetch@Texture type: GL_RGBA8,Fail
|
||||
afbcp-spec@arb_texture_multisample@arb_texture_multisample-dsa-texelfetch@Texture type: GL_RGBA8I,Fail
|
||||
afbcp-spec@arb_texture_multisample@arb_texture_multisample-dsa-texelfetch@Texture type: GL_SRGB8_ALPHA8,Fail
|
||||
afbcp-spec@glsl-1.30@execution@tex-miplevel-selection texture() 2drect,Fail
|
||||
afbcp-spec@glsl-1.30@execution@tex-miplevel-selection texture() 2drectshadow,Fail
|
||||
afbcp-spec@arb_texture_rectangle@tex-miplevel-selection gl2:texture() 2drect,Fail
|
||||
afbcp-spec@arb_texture_rectangle@tex-miplevel-selection gl2:texture() 2drectshadow,Fail
|
||||
afbcp-spec@arb_texture_rectangle@tex-miplevel-selection gl2:textureproj 2drect,Crash
|
||||
afbcp-spec@arb_texture_rectangle@tex-miplevel-selection gl2:textureproj 2drect_projvec4,Crash
|
||||
afbcp-spec@arb_texture_rectangle@tex-miplevel-selection gl2:textureproj 2drectshadow,Crash
|
||||
afbcp-spec@glsl-1.30@execution@tex-miplevel-selection texture() 2drect,Fail
|
||||
afbcp-spec@glsl-1.30@execution@tex-miplevel-selection texture() 2drectshadow,Fail
|
||||
afbcp-spec@khr_texture_compression_astc@miptree-gles srgb-fp,Fail
|
||||
afbcp-spec@khr_texture_compression_astc@miptree-gles srgb-fp@sRGB decode full precision,Fail
|
||||
afbcp-spec@khr_texture_compression_astc@miptree-gl srgb-fp,Fail
|
||||
|
|
|
|||
|
|
@ -2,39 +2,14 @@
|
|||
# non-zero-length and not starting with '#', will regex match to
|
||||
# delete lines from the test list. Be careful.
|
||||
|
||||
# Some compute jobs take more 0.5s, the maximum allowed by the
|
||||
# kernel driver
|
||||
dEQP-GLES31.functional.draw_indirect.compute_interop.large.*
|
||||
|
||||
# fail seen here and in others
|
||||
# https://gitlab.freedesktop.org/mesa/mesa/-/jobs/19776551
|
||||
dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.36
|
||||
|
||||
# Huge render, which eventually times out
|
||||
dEQP-GLES31.functional.fbo.no_attachments.maximums.all
|
||||
|
||||
# Seems to timeout occasionally
|
||||
dEQP-VK.api.object_management.max_concurrent.query_pool
|
||||
|
||||
# Causes a GPU timeout
|
||||
spec@!opengl 1.1@longprim
|
||||
|
||||
# OOMs
|
||||
tex3d-maxsize
|
||||
|
||||
# Takes absurdly long, sometimes flaking due to the 60s timeout
|
||||
glx@glx-make-current
|
||||
|
||||
# These Piglits cause crashes, at least when run with PAN_MESA_DEBUG=sync. For
|
||||
# many, the crashes are due to faults. Although Piglits are nominally
|
||||
# process-isolated, faults can leak across processes to subpar recovery, meaning
|
||||
# these crashes are liable to cause robust passing tests to flakes.
|
||||
# So, skip any tests known to crash to make sure the coverage is solid.
|
||||
glx@glx-visuals-depth -pixmap
|
||||
glx@glx-visuals-stencil -pixmap
|
||||
spec@arb_texture_buffer_object@texture-buffer-size-clamp
|
||||
spec@arb_texture_float@fbo-alphatest-formats
|
||||
spec@arb_texture_float@fbo-blending-formats
|
||||
spec@arb_texture_rectangle@tex-miplevel-selection gl2:texture() 2drect
|
||||
spec@arb_texture_rectangle@tex-miplevel-selection gl2:texture() 2drectshadow
|
||||
spec@arb_texture_rectangle@tex-miplevel-selection gl2:textureproj 2drect
|
||||
|
|
@ -62,31 +37,8 @@ spec@glsl-1.30@execution@tex-miplevel-selection textureprojgradoffset 2drectshad
|
|||
spec@glsl-1.30@execution@tex-miplevel-selection textureprojoffset 2drect
|
||||
spec@glsl-1.30@execution@tex-miplevel-selection textureprojoffset 2drect_projvec4
|
||||
spec@glsl-1.30@execution@tex-miplevel-selection textureprojoffset 2drectshadow
|
||||
spec@!opengl 1.0@rasterpos
|
||||
spec@!opengl es 3.0@gles-3.0-transform-feedback-uniform-buffer-object
|
||||
|
||||
# uprev Piglit in Mesa
|
||||
glx@glx_arb_sync_control@swapbuffersmsc-return
|
||||
spec@arb_texture_multisample@arb_texture_multisample-dsa-texelfetch
|
||||
shaders@glsl-bug-110796
|
||||
|
||||
dEQP-VK.dynamic_rendering.primary_cmd_buff.random.seed*
|
||||
|
||||
# VKCTS bug?
|
||||
# Jump to 0x0 (XXX: need more research)
|
||||
dEQP-VK.glsl.shader_expect_assume.*
|
||||
|
||||
# Generate page fault at address 0x0
|
||||
dEQP-VK.memory.pipeline_barrier.host_write_storage_texel_buffer.1024
|
||||
dEQP-VK.memory.pipeline_barrier.transfer_dst_storage_texel_buffer.1024
|
||||
dEQP-VK.memory.pipeline_barrier.host_write_storage_texel_buffer.1048576
|
||||
dEQP-VK.memory.pipeline_barrier.host_write_storage_texel_buffer.65536
|
||||
dEQP-VK.memory.pipeline_barrier.host_write_storage_texel_buffer.8192
|
||||
dEQP-VK.memory.pipeline_barrier.transfer_dst_storage_texel_buffer.1048576
|
||||
dEQP-VK.memory.pipeline_barrier.transfer_dst_storage_texel_buffer.65536
|
||||
dEQP-VK.memory.pipeline_barrier.transfer_dst_storage_texel_buffer.8192
|
||||
dEQP-VK.memory.pipeline_barrier.all.1024_vertex_buffer_stride_2
|
||||
dEQP-VK.memory.pipeline_barrier.all.1024_vertex_buffer_stride_4
|
||||
|
||||
# New with VK_KHR_zero_initialize_workgroup_memory
|
||||
# Generate a INSTR_BARRIER_FAULT
|
||||
|
|
@ -103,28 +55,6 @@ dEQP-VK.compute.pipeline.zero_initialize_workgroup_memory.types.f32mat4x4
|
|||
# Job timeout
|
||||
dEQP-VK.graphicsfuzz.spv-composites
|
||||
|
||||
# Cause OOM when running with alloacation tests
|
||||
dEQP-VK.api.command_buffers.many_indirect_draws_on_secondary
|
||||
|
||||
# Those are failures on G52 but skipped on "G52 r1"
|
||||
dEQP-VK.api.copy_and_blit.dedicated_allocation.resolve_image.whole_copy_before_resolving_no_cab.8_bit
|
||||
dEQP-VK.api.copy_and_blit.dedicated_allocation.resolve_image.copy_with_regions_before_resolving.8_bit
|
||||
dEQP-VK.api.copy_and_blit.core.resolve_image.whole_copy_before_resolving_no_cab.8_bit
|
||||
dEQP-VK.api.copy_and_blit.core.resolve_image.whole_copy_before_resolving_no_cab.8_bit_bind_offset
|
||||
dEQP-VK.api.copy_and_blit.core.resolve_image.copy_with_regions_before_resolving.8_bit
|
||||
dEQP-VK.api.copy_and_blit.core.resolve_image.copy_with_regions_before_resolving.8_bit_bind_offset
|
||||
dEQP-VK.api.copy_and_blit.copy_commands2.resolve_image.whole_copy_before_resolving_no_cab.8_bit
|
||||
dEQP-VK.api.copy_and_blit.copy_commands2.resolve_image.copy_with_regions_before_resolving.8_bit
|
||||
dEQP-VK.rasterization.rasterization_order_attachment_access.depth.samples_8.multi_draw_barriers
|
||||
dEQP-VK.rasterization.rasterization_order_attachment_access.stencil.samples_8.multi_draw_barriers
|
||||
|
||||
# New timeouts with VKCTS 1.4.4.0
|
||||
dEQP-VK.draw.renderpass.instanced.dynamic_state_draw_indirect_vk_primitive_topology_triangle_list_attrib_divisor_2_multiview
|
||||
dEQP-VK.glsl.conversions.vector_combine.vec2_ivec2_to_vec4_vertex
|
||||
dEQP-VK.image.store.without_format.3d.e5b9g9r9_ufloat_pack32_linear
|
||||
dEQP-VK.texture.shadow.cube_array.nearest.less_d16_unorm
|
||||
dEQP-VK.synchronization.op.single_queue.timeline_semaphore.write_image_compute_indirect_read_image_tess_control.image_128x128_r16_uint
|
||||
|
||||
# tests are broken with Vulkan 1.0: https://gerrit.khronos.org/c/vk-gl-cts/+/19823
|
||||
dEQP-VK.wsi.direct_drm.*
|
||||
|
||||
|
|
|
|||
|
|
@ -2,38 +2,6 @@
|
|||
# non-zero-length and not starting with '#', will regex match to
|
||||
# delete lines from the test list. Be careful.
|
||||
|
||||
# Some compute jobs take more 0.5s, the maximum allowed by the
|
||||
# kernel driver
|
||||
dEQP-GLES31.functional.draw_indirect.compute_interop.large.*
|
||||
|
||||
# fail seen here and in others
|
||||
# https://gitlab.freedesktop.org/mesa/mesa/-/jobs/19776551
|
||||
dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.36
|
||||
|
||||
# Causes a GPU timeout
|
||||
spec@!opengl 1.1@longprim
|
||||
|
||||
# OOMs
|
||||
tex3d-maxsize
|
||||
|
||||
# Takes absurdly long, sometimes flaking due to the 60s timeout
|
||||
glx@glx-make-current
|
||||
|
||||
# These Piglits cause crashes, at least when run with PAN_MESA_DEBUG=sync. For
|
||||
# many, the crashes are due to faults. Although Piglits are nominally
|
||||
# process-isolated, faults can leak across processes to subpar recovery, meaning
|
||||
# these crashes are liable to cause robust passing tests to flakes.
|
||||
# So, skip any tests known to crash to make sure the coverage is solid.
|
||||
glx@glx-visuals-depth -pixmap
|
||||
glx@glx-visuals-stencil -pixmap
|
||||
spec@arb_texture_buffer_object@texture-buffer-size-clamp
|
||||
spec@arb_texture_float@fbo-alphatest-formats
|
||||
spec@arb_texture_float@fbo-blending-formats
|
||||
spec@ext_transform_feedback@immediate-reuse-index-buffer
|
||||
spec@ext_transform_feedback@immediate-reuse-uniform-buffer
|
||||
spec@!opengl 1.0@rasterpos
|
||||
spec@!opengl es 3.0@gles-3.0-transform-feedback-uniform-buffer-object
|
||||
|
||||
# May time out
|
||||
glx@glx_arb_sync_control@swapbuffersmsc-return
|
||||
|
||||
|
|
|
|||
|
|
@ -1,135 +1,3 @@
|
|||
# Note: skips lists for CI are just a list of lines that, when
|
||||
# non-zero-length and not starting with '#', will regex match to
|
||||
# delete lines from the test list. Be careful.
|
||||
|
||||
# Slow tests (>= 30s)
|
||||
dEQP-VK.api.external.fence.sync_fd.export_multiple_times_temporary
|
||||
dEQP-VK.api.external.semaphore.sync_fd.export_multiple_times_temporary
|
||||
dEQP-VK.api.object_management.multithreaded_shared_resources.device_group
|
||||
dEQP-VK.ssbo.layout.random.8bit.scalar.78
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.scalar.row_major_mat3x4
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.scalar.row_major_mat3x4_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.scalar.row_major_mat3x4_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.scalar.row_major_mat3x4_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.2_level_array.std140.row_major_mat4
|
||||
dEQP-VK.ssbo.phys.layout.2_level_array.std140.row_major_mat4_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.2_level_array.std140.row_major_mat4_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.2_level_array.std430.row_major_mat4
|
||||
dEQP-VK.ssbo.phys.layout.2_level_array.std430.row_major_mat4_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.2_level_array.std430.row_major_mat4_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.2_level_array.std430.row_major_mat4_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.scalar.row_major_mat4
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.scalar.row_major_mat4x3_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.scalar.row_major_mat4x3_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.scalar.row_major_mat4x3_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.scalar.row_major_mat4_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.scalar.row_major_mat4_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std140.row_major_mat2x4
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std140.row_major_mat3
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std140.row_major_mat3_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std140.row_major_mat3_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std140.row_major_mat3_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std140.row_major_mat3x4
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std140.row_major_mat3x4_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std140.row_major_mat3x4_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std140.row_major_mat3x4_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std140.row_major_mat4
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std140.row_major_mat4_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std140.row_major_mat4_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std140.row_major_mat4_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std140.row_major_mat4x3
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std140.row_major_mat4x3_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std430.row_major_mat2x4_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std430.row_major_mat3
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std430.row_major_mat3_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std430.row_major_mat3_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std430.row_major_mat3_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std430.row_major_mat3x4
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std430.row_major_mat3x4_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std430.row_major_mat3x4_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std430.row_major_mat3x4_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std430.row_major_mat4
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std430.row_major_mat4_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std430.row_major_mat4_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std430.row_major_mat4_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std430.row_major_mat4x3
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std430.row_major_mat4x3_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std430.row_major_mat4x3_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_array.std430.row_major_mat4x3_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.scalar.row_major_mat3x4
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.scalar.row_major_mat3x4_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.scalar.row_major_mat3x4_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.scalar.row_major_mat3x4_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.scalar.row_major_mat4
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.scalar.row_major_mat4_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.scalar.row_major_mat4_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.scalar.row_major_mat4_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.scalar.row_major_mat4x3_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.scalar.row_major_mat4x3_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std140.row_major_mat2x4_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std140.row_major_mat3
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std140.row_major_mat3_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std140.row_major_mat3_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std140.row_major_mat3_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std140.row_major_mat3x4
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std140.row_major_mat3x4_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std140.row_major_mat3x4_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std140.row_major_mat3x4_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std140.row_major_mat4
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std140.row_major_mat4_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std140.row_major_mat4_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std140.row_major_mat4_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std140.row_major_mat4x3_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std140.row_major_mat4x3_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std140.row_major_mat4x3_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std430.column_major_mat4x2_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std430.row_major_mat2x4_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std430.row_major_mat2x4_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std430.row_major_mat2x4_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std430.row_major_mat3
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std430.row_major_mat3_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std430.row_major_mat3_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std430.row_major_mat3_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std430.row_major_mat3x4
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std430.row_major_mat3x4_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std430.row_major_mat3x4_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std430.row_major_mat3x4_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std430.row_major_mat4
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std430.row_major_mat4_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std430.row_major_mat4_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std430.row_major_mat4_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std430.row_major_mat4x3
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std430.row_major_mat4x3_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std430.row_major_mat4x3_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.3_level_unsized_array.std430.row_major_mat4x3_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.basic_unsized_array.scalar.row_major_mat4
|
||||
dEQP-VK.ssbo.phys.layout.basic_unsized_array.scalar.row_major_mat4_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.basic_unsized_array.scalar.row_major_mat4_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.basic_unsized_array.scalar.row_major_mat4_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.basic_unsized_array.std140.row_major_mat3_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.basic_unsized_array.std140.row_major_mat3x4
|
||||
dEQP-VK.ssbo.phys.layout.basic_unsized_array.std140.row_major_mat3x4_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.basic_unsized_array.std140.row_major_mat3x4_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.basic_unsized_array.std140.row_major_mat3x4_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.basic_unsized_array.std140.row_major_mat4
|
||||
dEQP-VK.ssbo.phys.layout.basic_unsized_array.std140.row_major_mat4_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.basic_unsized_array.std140.row_major_mat4_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.basic_unsized_array.std140.row_major_mat4_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.basic_unsized_array.std140.row_major_mat4x3
|
||||
dEQP-VK.ssbo.phys.layout.basic_unsized_array.std430.row_major_mat3_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.basic_unsized_array.std430.row_major_mat3x4
|
||||
dEQP-VK.ssbo.phys.layout.basic_unsized_array.std430.row_major_mat3x4_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.basic_unsized_array.std430.row_major_mat3x4_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.basic_unsized_array.std430.row_major_mat3x4_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.basic_unsized_array.std430.row_major_mat4
|
||||
dEQP-VK.ssbo.phys.layout.basic_unsized_array.std430.row_major_mat4_comp_access
|
||||
dEQP-VK.ssbo.phys.layout.basic_unsized_array.std430.row_major_mat4_comp_access_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.basic_unsized_array.std430.row_major_mat4_store_cols
|
||||
dEQP-VK.ssbo.phys.layout.random.16bit.nested_structs_arrays.23
|
||||
dEQP-VK.ssbo.phys.layout.random.16bit.scalar.78
|
||||
dEQP-VK.ssbo.phys.layout.random.8bit.nested_structs_arrays_instance_arrays.12
|
||||
dEQP-VK.ssbo.phys.layout.random.8bit.scalar.18
|
||||
dEQP-VK.ssbo.phys.layout.random.8bit.scalar.78
|
||||
dEQP-VK.ssbo.phys.layout.random.all_per_block_buffers.22
|
||||
dEQP-VK.ssbo.phys.layout.random.all_shared_buffer.3
|
||||
dEQP-VK.ubo.random.all_shared_buffer.48
|
||||
|
|
|
|||
|
|
@ -1,6 +1,3 @@
|
|||
# Note: skips lists for CI are just a list of lines that, when
|
||||
# non-zero-length and not starting with '#', will regex match to
|
||||
# delete lines from the test list. Be careful.
|
||||
|
||||
# Hangs
|
||||
dEQP-GLES31.functional.copy_image.non_compressed.*
|
||||
|
|
|
|||
|
|
@ -10,4 +10,3 @@ program@execute@builtin@builtin-float-tgamma-1.0.generated
|
|||
program@execute@builtin@builtin-float-lgamma-1.0.generated
|
||||
program@execute@builtin@builtin-float-lgamma_r-1.0.generated
|
||||
program@execute@builtin@builtin-float-sincos-1.0.generated
|
||||
program@execute@pyrit-wpa-psk
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue