[PATCH] winetest/dissect: for non x86/x86_64 arches, allow more failures for lack of gecko/mono

Alexandre Julliard julliard at winehq.org
Tue Aug 6 04:48:15 CDT 2019


Austin English <austinenglish at 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 at winehq.org



More information about the wine-devel mailing list