They used to be used for the locale tests which is why they were in the Win10L category. But the locale tests have been running on win21H1 for a long time now.
Signed-off-by: Francois Gouget fgouget@codeweavers.com --- This patch modifies winetest.conf. If the website uses a copy of that file it will need to be updated too.
Here are instructions to move the win2004 build results to their new location:
gather --update-all build-index
Adjusting the paths to the scripts as appropriate... --- winetest/winetest.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/winetest/winetest.conf b/winetest/winetest.conf index 3623a8d84..411382beb 100644 --- a/winetest/winetest.conf +++ b/winetest/winetest.conf @@ -47,9 +47,9 @@ $fixed_threshold = 0.99; { name => "Win8", ids => [ "win8", "win81" ] }, { name => "Win1507+", ids => [ "win1507", "win1511", "win1607", "win1703" ] }, { name => "Win1709+", ids => [ "win1709", "win1803", "win1809", "win1903" ] }, - { name => "Win1909+", ids => [ "win1909" ] }, + { name => "Win1909+", ids => [ "win1909", "win2004" ] }, { name => "Win10", ids => [ "win2009", "win21H2", "win10" ] }, # win10 for backward compatibility - { name => "Win10L", ids => [ "win2004", "win21H1" ] }, + { name => "Win10L", ids => [ "win21H1" ] }, { name => "Other", ids => [ "unknown" ] }, { name => "Linux", ids => [ "linux" ] }, { name => "Mac", ids => [ "mac" ] },