[Tools] winetest: Set Windows 8 and 10's test failed limit back to normal.

Francois Gouget fgouget at codeweavers.com
Wed Feb 8 01:06:21 CST 2017


They have improved enough that a normal WineTest run should be under the
standard limit.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 winetest/dissect | 2 --
 1 file changed, 2 deletions(-)

diff --git a/winetest/dissect b/winetest/dissect
index 2f2faa12..ccb6d1d5 100755
--- a/winetest/dissect
+++ b/winetest/dissect
@@ -218,8 +218,6 @@ if ($plid==1 && $major==4) {
 } elsif ($plid==3) {
     #$version = "ce$major$minor";
 }
-# Give a little slack to the new platforms.
-$maxfailedtests += 20 if ($version eq "win8" || $version eq "win10");
 
 if ($prediluvian and not $acceptprediluvianwin) { mydie "platform $version not accepted\n"; }
 
-- 
2.11.0




More information about the wine-patches mailing list