Francois Gouget : testbot: Tweak the mission descriptions for WoW tests.

Alexandre Julliard julliard at winehq.org
Mon Jan 7 10:49:43 CST 2019


Module: tools
Branch: master
Commit: 2d9b03726782e7a490a66f371b82da17b97a3edc
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=2d9b03726782e7a490a66f371b82da17b97a3edc

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Jan  7 12:03:59 2019 +0100

testbot: Tweak the mission descriptions for WoW tests.

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

---

 testbot/lib/WineTestBot/Missions.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testbot/lib/WineTestBot/Missions.pm b/testbot/lib/WineTestBot/Missions.pm
index 2662340..93cd787 100644
--- a/testbot/lib/WineTestBot/Missions.pm
+++ b/testbot/lib/WineTestBot/Missions.pm
@@ -111,6 +111,7 @@ sub GetTaskMissionDescription($$)
       ($Builds->{exe32} and $Builds->{exe64}) ? "32 & 64 bit" :
       $Builds->{exe32} ? "32 bit" :
       $Builds->{exe64} ? "64 bit" :
+      ($Builds->{wow64} and $Builds->{wow32} and !$Builds->{win32}) ? "32 & 64 bit WoW" :
       ($Builds->{wow64} and ($Builds->{win32} or $Builds->{wow32})) ? "32 & 64 bit" :
       $Builds->{win32} ? "32 bit" :
       $Builds->{wow32} ? "32 bit WoW" :




More information about the wine-cvs mailing list