Francois Gouget : winetest: Set Windows 8 and 10' s test failed limit back to normal.

Alexandre Julliard julliard at winehq.org
Wed Feb 8 15:23:06 CST 2017


Module: tools
Branch: master
Commit: ee17ccb6e73c5d10d0a3d06d837e920100ac5cd2
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=ee17ccb6e73c5d10d0a3d06d837e920100ac5cd2

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Feb  8 08:06:21 2017 +0100

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

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

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 winetest/dissect | 2 --
 1 file changed, 2 deletions(-)

diff --git a/winetest/dissect b/winetest/dissect
index 2f2faa1..ccb6d1d 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"; }
 




More information about the wine-cvs mailing list