Module: tools Branch: master Commit: 59e08a5e20de6cf746da9744f4696d38610cbf88 URL: https://gitlab.winehq.org/winehq/tools/-/commit/59e08a5e20de6cf746da9744f469...
Author: Francois Gouget fgouget@codeweavers.com Date: Tue Jun 20 15:04:10 2023 +0200
winetest: Remove the slack for Windows 11 test results.
The Windows 11 results are good enough for the regular limit now.
---
winetest/dissect | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/winetest/dissect b/winetest/dissect index 3d666ef5..a7eb27ab 100755 --- a/winetest/dissect +++ b/winetest/dissect @@ -415,8 +415,8 @@ foreach my $entry (@idmatch) last; } } -# Give a little slack to the latest Windows 10. -$maxfailedtests += 20 if ($version =~ /^w11/); +# Give a little slack to the latest Windows 11. +#$maxfailedtests += 20 if ($version =~ /^w11/);
if ($prediluvian and not $acceptprediluvianwin) {