Francois Gouget : winetest: Move the win2004 results in the Win1909+ category.

Alexandre Julliard julliard at winehq.org
Mon Apr 25 13:36:09 CDT 2022


Module: tools
Branch: master
Commit: fd6c06576400f717ceb569a0dffb91c8f2e7522a
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=fd6c06576400f717ceb569a0dffb91c8f2e7522a

Author: Francois Gouget <fgouget at 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 at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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" ] },




More information about the wine-cvs mailing list