include: Add new debuglevel 2 for showing broken behaviours as failed

Alexandre Julliard julliard at winehq.org
Tue Nov 16 07:06:36 CST 2010


André Hentschel <nerv at dawncrow.de> writes:

> @@ -285,7 +285,7 @@ void winetest_set_location( const char* file, int line )
>  
>  int broken( int condition )
>  {
> -    return (strcmp(winetest_platform, "windows") == 0) && condition;
> +    return (strcmp(winetest_platform, "windows") == 0) && condition && winetest_debug < 2;
>  }

You can already change the platform, there's no need for a new
mechanism.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list