mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 22:08:26 +02:00
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:
parent
19e342b877
commit
27a841d335
1 changed files with 1 additions and 0 deletions
|
|
@ -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"):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue