Re: include: Add new debuglevel 2 for showing broken behaviours as failed
16 Nov
2010
16 Nov
'10
7:06 a.m.
André Hentschel <nerv(a)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(a)winehq.org
5595
Age (days ago)
5595
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard