mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-20 14:48:30 +02:00
ci: always skip dEQP-VK.info.device_extensions
Exclude this test which might fail when a new extension is implemented. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27389>
This commit is contained in:
parent
4824238dd9
commit
0fa4ea98ca
6 changed files with 3 additions and 15 deletions
|
|
@ -9,6 +9,9 @@
|
|||
# submission, so skip it in the regular CI.
|
||||
dEQP-VK.api.driver_properties.conformance_version
|
||||
|
||||
# Exclude this test which might fail when a new extension is implemented.
|
||||
dEQP-VK.info.device_extensions
|
||||
|
||||
# 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.*
|
||||
|
|
|
|||
|
|
@ -1,6 +1,3 @@
|
|||
# Exclude this test which might fail when a new extension is implemented.
|
||||
dEQP-VK.info.device_extensions
|
||||
|
||||
# Exclude WSI related tests.
|
||||
dEQP-VK.image.swapchain_mutable.*
|
||||
dEQP-VK.wsi.*
|
||||
|
|
|
|||
|
|
@ -55,9 +55,6 @@ spec@arb_buffer_storage@bufferstorage-persistent_gles3 read coherent client-stor
|
|||
# on CI runtime:
|
||||
spec@nv_copy_image@nv_copy_image.*
|
||||
|
||||
# Exclude this test which might fail when a new extension is implemented.
|
||||
dEQP-VK.info.device_extensions
|
||||
|
||||
# uprev Piglit in Mesa
|
||||
spec@arb_timer_query@timestamp-get
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-modifiers.*
|
||||
|
|
|
|||
|
|
@ -71,9 +71,6 @@ spec@arb_buffer_storage@bufferstorage-persistent_gles3 read coherent client-stor
|
|||
# on CI runtime:
|
||||
spec@nv_copy_image@nv_copy_image.*
|
||||
|
||||
# Exclude this test which might fail when a new extension is implemented.
|
||||
dEQP-VK.info.device_extensions
|
||||
|
||||
# uprev Piglit in Mesa
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-modifiers.*
|
||||
|
||||
|
|
|
|||
|
|
@ -6,8 +6,5 @@ KHR-GL46.texture_swizzle.smoke
|
|||
# 60s timeout (flake)
|
||||
KHR-GL46.gpu_shader_fp64.builtin.inverse_dmat4
|
||||
|
||||
# Exclude this test which might fail when a new extension is implemented.
|
||||
dEQP-VK.info.device_extensions
|
||||
|
||||
# These tests seem to hang
|
||||
dEQP-VK.transform_feedback.primitives_generated_query.*reset.*
|
||||
|
|
|
|||
|
|
@ -1,6 +1,3 @@
|
|||
# Exclude this test which might fail when a new extension is implemented.
|
||||
dEQP-VK.info.device_extensions
|
||||
|
||||
# Timeouts
|
||||
dEQP-VK.api.external.semaphore.sync_fd.export_multiple_times_temporary
|
||||
dEQP-VK.api.external.fence.sync_fd.export_multiple_times_temporary
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue