Windows 10 1709 has so many new test failures that its WineTest reports get rejected. But developers cannot fix test failures they are not aware of, resulting in slow progress. So temporarily increase the Windows 10 limit.
Signed-off-by: Francois Gouget fgouget@codeweavers.com --- winetest/dissect | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/winetest/dissect b/winetest/dissect index 4db4f85b7..24d562154 100755 --- a/winetest/dissect +++ b/winetest/dissect @@ -368,6 +368,8 @@ foreach my $entry (@idmatch) last; } } +# Give a little slack to the Windows 10 1709. +$maxfailedtests += 20 if ($version eq "win10");
if ($prediluvian and not $acceptprediluvianwin) {