Module: tools Branch: master Commit: fd6c06576400f717ceb569a0dffb91c8f2e7522a URL: https://source.winehq.org/git/tools.git/?a=commit;h=fd6c06576400f717ceb569a0...
Author: Francois Gouget fgouget@codeweavers.com Date: Mon Apr 25 19:15:59 2022 +0200
winetest: Move the win2004 results in the Win1909+ category.
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 Signed-off-by: Alexandre Julliard julliard@winehq.org
---
winetest/winetest.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/winetest/winetest.conf b/winetest/winetest.conf index 3623a8d..411382b 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" ] },