Module: tools
Branch: master
Commit: 75094084bbe9856b1f7bc3648fa4021ffa5bacc6
URL: https://source.winehq.org/git/tools.git/?a=commit;h=75094084bbe9856b1f7bc36…
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Sun Jul 1 22:45:45 2018 +0200
dissect: Raise the Windows 10 failed tests limit for 1709.
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>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
winetest/dissect | 2 ++
1 file changed, 2 insertions(+)
diff --git a/winetest/dissect b/winetest/dissect
index 4db4f85..24d5621 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)
{