From c6ef4047d00564d05714149146b582722f2bce57 Mon Sep 17 00:00:00 2001 From: Charlie Turner Date: Thu, 22 Apr 2021 16:17:28 +0100 Subject: radv: Merge dEQP default skips into all generation-specific skip lists https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8147 obsoleted https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4656 so the default skips are not being used. Instead, merge the defaults into each generation's skip list. Also remove the "Fixed by CTS 3dddaeca8 ("Fix source blit image size")", since the VK-GL-CTS has been updated to vulkan-cts-1.2.6.0 already, which includes 3dddaeca8 Nowadays, the only option is to have default skips per GPU version (c.f. GPU_VERSION variable in deqp-runner), since the runner doesn't have a "skip list merge" feature. v2. - Removed deqp-radv-polaris10-skips.txt in response to Samuel's feedback. v3. - Add review tags. Reviewed-by: Samuel Pitoiset Part-of: --- src/amd/ci/deqp-radv-fiji-aco-skips.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/amd/ci/deqp-radv-fiji-aco-skips.txt (limited to 'src/amd/ci/deqp-radv-fiji-aco-skips.txt') diff --git a/src/amd/ci/deqp-radv-fiji-aco-skips.txt b/src/amd/ci/deqp-radv-fiji-aco-skips.txt new file mode 100644 index 00000000000..521123c7738 --- /dev/null +++ b/src/amd/ci/deqp-radv-fiji-aco-skips.txt @@ -0,0 +1,9 @@ +# 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.* + +# Exclude this test which timeout most of the time. +dEQP-VK.memory.pipeline_barrier.transfer_src_transfer_dst.1048576 -- cgit v1.2.3