[PATCH 1/2] testbot: Tweak the mission descriptions for WoW tests.

Francois Gouget fgouget at codeweavers.com
Mon Jan 7 05:03:59 CST 2019


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 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 26623405..93cd7872 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" :
-- 
2.20.1




More information about the wine-devel mailing list