Searched refs:winetest_skip (Results 1 – 3 of 3) sorted by relevance
135 extern void __winetest_cdecl winetest_skip( const char *msg, ... ) __attribute__((format (printf,1,…145 extern void __winetest_cdecl winetest_skip( const char *msg, ... );156 #define skip_(file, line) (winetest_set_location(file, line), 0) ? (void)0 : winetest_skip504 void __winetest_cdecl winetest_skip( const char *msg, ... ) in winetest_skip() function
81 winetest_skip("Unable to continue test\n"); in ok_fls_()
1317 winetest_skip("Font %s is not available.\n", recommended); in _find_font_for_range()