Francois Gouget : dissect: Raise the new platforms' failed tests limit so they get a chance to improve.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Sep 14 09:41:57 CDT 2015


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun Sep 13 15:56:28 2015 +0200

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

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"; }
 




More information about the wine-cvs mailing list