Module: tools Branch: master Commit: 89abc5a43c39e602f6c3b0240a3590628835c7d4 URL: https://gitlab.winehq.org/winehq/tools/-/commit/89abc5a43c39e602f6c3b0240a35...
Author: Francois Gouget fgouget@codeweavers.com Date: Tue Sep 27 17:40:28 2022 +0200
winetest: Allow some extra failures for Windows 11.
The latest Windows 10 versions don't need the slack anymore but Windows 11 currently has about 10 too many failures.
---
winetest/dissect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/winetest/dissect b/winetest/dissect index ee676980..5a1ada8b 100755 --- a/winetest/dissect +++ b/winetest/dissect @@ -414,7 +414,7 @@ foreach my $entry (@idmatch) } } # Give a little slack to the latest Windows 10. -$maxfailedtests += 20 if ($version =~ /^win200[49]$/); +$maxfailedtests += 20 if ($version =~ /^w11/);
if ($prediluvian and not $acceptprediluvianwin) {