diff --git a/.gitlab-ci/all-skips.txt b/.gitlab-ci/all-skips.txt index 00044dec178..6291ca0d170 100644 --- a/.gitlab-ci/all-skips.txt +++ b/.gitlab-ci/all-skips.txt @@ -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.* diff --git a/src/amd/ci/radv-skips.txt b/src/amd/ci/radv-skips.txt index 7e114b48db3..7a9136989cf 100644 --- a/src/amd/ci/radv-skips.txt +++ b/src/amd/ci/radv-skips.txt @@ -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.* diff --git a/src/freedreno/ci/freedreno-a618-skips.txt b/src/freedreno/ci/freedreno-a618-skips.txt index b1c4096740b..8f06859d624 100644 --- a/src/freedreno/ci/freedreno-a618-skips.txt +++ b/src/freedreno/ci/freedreno-a618-skips.txt @@ -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.* diff --git a/src/freedreno/ci/freedreno-a630-skips.txt b/src/freedreno/ci/freedreno-a630-skips.txt index f48445ece15..f00b967a9d5 100644 --- a/src/freedreno/ci/freedreno-a630-skips.txt +++ b/src/freedreno/ci/freedreno-a630-skips.txt @@ -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.* diff --git a/src/freedreno/ci/freedreno-a660-skips.txt b/src/freedreno/ci/freedreno-a660-skips.txt index ecaa732b4af..8f21cc5b4ff 100644 --- a/src/freedreno/ci/freedreno-a660-skips.txt +++ b/src/freedreno/ci/freedreno-a660-skips.txt @@ -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.* diff --git a/src/intel/ci/anv-skips.txt b/src/intel/ci/anv-skips.txt index 4a14cb38039..556db97bdc9 100644 --- a/src/intel/ci/anv-skips.txt +++ b/src/intel/ci/anv-skips.txt @@ -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