Searched refs:winetest_skip (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | test.h | 111 extern void __winetest_cdecl winetest_skip( const char *msg, ... ) __attribute__((format (printf,1,2))); 118 extern void __winetest_cdecl winetest_skip( const char *msg, ... ); 125 #define skip_(file, line) (winetest_set_location(file, line), 0) ? (void)0 : winetest_skip 392 void __winetest_cdecl winetest_skip( const char *msg, ... ) function
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | test.h | 109 extern void __winetest_cdecl winetest_skip( const char *msg, ... ) __attribute__((format (printf,1,2))); 116 extern void __winetest_cdecl winetest_skip( const char *msg, ... ); 123 #define skip_(file, line) (winetest_set_location(file, line), 0) ? (void)0 : winetest_skip 390 void __winetest_cdecl winetest_skip( const char *msg, ... ) function
|
Completed in 35 milliseconds