6 Aug
2019
6 Aug
'19
4:48 a.m.
Austin English <austinenglish(a)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. -- Alexandre Julliard julliard(a)winehq.org