From 4e1be72dd4b994f60fe7c45c188f31c028e3ade0 Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Wed, 3 Apr 2024 12:54:55 -0700 Subject: [PATCH] freedreno/ci: Skip built-in-functions VS/GS tests They don't really add any additional coverage compared to the same built-ins in FS, so we can just skip them to trim runtime. Signed-off-by: Rob Clark Part-of: --- src/freedreno/ci/freedreno-a6xx-skips.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/freedreno/ci/freedreno-a6xx-skips.txt b/src/freedreno/ci/freedreno-a6xx-skips.txt index a0340f714bf..820b7ad1d00 100644 --- a/src/freedreno/ci/freedreno-a6xx-skips.txt +++ b/src/freedreno/ci/freedreno-a6xx-skips.txt @@ -32,6 +32,13 @@ spec@arb_buffer_storage@bufferstorage-persistent_gles3 read client-storage spec@arb_buffer_storage@bufferstorage-persistent_gles3 read coherent spec@arb_buffer_storage@bufferstorage-persistent_gles3 read coherent client-storage +# Only run the FS versions of build-in-functions, the VS and GS variants +# don't add additional useful coverage. And in some cases (GS+fp64) the +# compile times are somewhat long. +.*built-in-functions@[vg]s.* +.*conversion@vert.* +.*@conversion@geom.* + # Don't bother trying, it just causes more OoM havoc than it is # worth: spec@!opengl 1.1@max-texture-size