mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 03:38:06 +02:00
ci: skip dEQP-VK.api.driver_properties.conformance_version for everyone
This test checks the driver's reported conformance version against the version of the CTS we're running. This check fails every few months and everyone has to go and bump the number in every driver. Running this check only makes sense while preparing a conformance submission, so skip it in the regular CI. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25519>
This commit is contained in:
parent
b72f474ff0
commit
82e342888f
7 changed files with 7 additions and 14 deletions
|
|
@ -2,6 +2,13 @@
|
|||
# non-zero-length and not starting with '#', will regex match to
|
||||
# delete lines from the test list. Be careful.
|
||||
|
||||
# This test checks the driver's reported conformance version against the
|
||||
# version of the CTS we're running. This check fails every few months
|
||||
# and everyone has to go and bump the number in every driver.
|
||||
# Running this check only makes sense while preparing a conformance
|
||||
# submission, so skip it in the regular CI.
|
||||
dEQP-VK.api.driver_properties.conformance_version
|
||||
|
||||
# These are tremendously slow (pushing toward a minute), and aren't
|
||||
# reliable to be run in parallel with other tests due to CPU-side timing.
|
||||
dEQP-GLES[0-9]*.functional.flush_finish.*
|
||||
|
|
|
|||
|
|
@ -17,9 +17,6 @@ dEQP-VK.memory.pipeline_barrier.host_read_host_write.65536
|
|||
dEQP-VK.memory.pipeline_barrier.host_write_transfer_src.1048576
|
||||
dEQP-VK.memory.pipeline_barrier.transfer_src_transfer_dst.1048576
|
||||
|
||||
# Exclude this test which fails on all GPUS except RDNA2+.
|
||||
dEQP-VK.api.driver_properties.conformance_version
|
||||
|
||||
# Those cases take very long.
|
||||
dEQP-VK.ray_tracing_pipeline.build.*1048576.*
|
||||
dEQP-VK.ray_tracing_pipeline.build.*65536.*
|
||||
|
|
|
|||
|
|
@ -362,9 +362,6 @@ nobin-dEQP-VK.transform_feedback.simple.lines_or_triangles_triangle_strip_3,Fail
|
|||
spec@arb_vertex_attrib_64bit@execution@unused-sub-dvec4-01,Crash
|
||||
spec@arb_vertex_attrib_64bit@execution@unused-sub-dvec4-02,Crash
|
||||
|
||||
# Debian bookworm migration
|
||||
dEQP-VK.api.driver_properties.conformance_version,Fail
|
||||
|
||||
# After switch from 6.3.1 to 6.3.13
|
||||
dEQP-VK.binding_model.descriptor_buffer.basic.limits,Fail
|
||||
gmem-dEQP-VK.binding_model.descriptor_buffer.basic.limits,Fail
|
||||
|
|
|
|||
|
|
@ -363,9 +363,6 @@ spec@arb_vertex_attrib_64bit@execution@unused-sub-dvec4-02,Crash
|
|||
|
||||
dynamic-dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_32_32.samples_2.d32_sfloat_s8_uint_separate_layouts.compatibility_depth_zero_stencil_zero_testing_stencil,Fail
|
||||
|
||||
# since Debian 12 (bookworm) uprev
|
||||
dEQP-VK.api.driver_properties.conformance_version,Fail
|
||||
|
||||
dEQP-VK.binding_model.descriptor_buffer.basic.limits,Fail
|
||||
gmem-dEQP-VK.binding_model.descriptor_buffer.basic.limits,Fail
|
||||
|
||||
|
|
|
|||
|
|
@ -12,8 +12,6 @@ dEQP-GLES31.functional.synchronization.inter_invocation.image_atomic_read_write,
|
|||
# Fails when TU_DEBUG=forcebin is set
|
||||
gmem-dEQP-VK.spirv_assembly.instruction.graphics.variable_pointers.graphics.writes_two_buffers_vert,Fail
|
||||
|
||||
dEQP-VK.api.driver_properties.conformance_version,Fail
|
||||
|
||||
dEQP-VK.binding_model.descriptor_buffer.basic.limits,Fail
|
||||
gmem-dEQP-VK.binding_model.descriptor_buffer.basic.limits,Fail
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
dEQP-VK.api.driver_properties.conformance_version,Fail
|
||||
dEQP-VK.api.info.image_format_properties.2d.optimal.a8b8g8r8_sint_pack32,Fail
|
||||
dEQP-VK.api.info.image_format_properties.2d.optimal.r16_sint,Fail
|
||||
dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16_sint,Fail
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
dEQP-VK.api.driver_properties.conformance_version,Fail
|
||||
|
||||
# DXIL does not have a way to express these yet. Hopefully incoming with shader model 6.8
|
||||
# See https://github.com/microsoft/hlsl-specs/issues/30
|
||||
dEQP-VK.glsl.texture_functions.texture.sampler1darrayshadow_bias_fragment,Fail
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue