[PATCH] dissect: Raise the Windows 10 failed tests limit for 1709.

Francois Gouget fgouget at codeweavers.com
Sun Jul 1 15:45:45 CDT 2018


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 at 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



More information about the wine-devel mailing list