Austin English austinenglish@gmail.com writes:
@@ -371,6 +371,9 @@ foreach my $entry (@idmatch) # Give a little slack to the Windows 10 1709. $maxfailedtests += 20 if ($version eq "win10");
+# Gecko/Mono are only on i386/amd64: +$maxfailedtests += 50 if not ($plid eq "i386" or $plid eq "x86_64");
Since these are known Wine failures, they should be marked as todo instead.