[Tools] dissect: Raise the new platforms' failed tests limit so they get a chance to improve.

Francois Gouget fgouget at free.fr
Sun Sep 13 08:56:28 CDT 2015


New platforms typically have so many test failures that their results are ignored. But developers cannot fix test failures they are not aware of, resulting in slow progress. So temporarily cut some slack to the new platforms.
---
 winetest/dissect | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/winetest/dissect b/winetest/dissect
index 7a40234..067fa7b 100755
--- a/winetest/dissect
+++ b/winetest/dissect
@@ -216,6 +216,8 @@ 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.5.0



More information about the wine-patches mailing list