[PATCH] dissect: Raise the Windows 10 failed tests limit for 1709.
1 Jul
2018
1 Jul
'18
8:45 p.m.
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(a)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) { -- 2.18.0
2811
Age (days ago)
2811
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget