radeonsi/tests: don't match gfx10_3 baseline for gfx10 family

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29612>
This commit is contained in:
Pierre-Eric Pelloux-Prayer 2024-06-07 09:37:55 +02:00 committed by Marge Bot
parent 19e342b877
commit 27a841d335

View file

@ -334,6 +334,7 @@ def select_baseline(basepath, gfx_level, gpu_name):
return exact
# 2. any baseline with the same gfx_level
while gfx_level >= 8:
gfx_level_str += '-'
for subdir, dirs, files in os.walk(basepath):
for file in files:
if file.find(gfx_level_str) == 0 and file.endswith("-fail.csv"):