Home
last modified time | relevance | path

Searched refs:winetest_skip (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/include/reactos/wine/
H A Dtest.h135 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_skip
504 void __winetest_cdecl winetest_skip( const char *msg, ... ) in winetest_skip() function
/reactos/modules/rostests/apitests/kernel32/
H A DFLS.c81 winetest_skip("Unable to continue test\n"); in ok_fls_()
/reactos/modules/rostests/winetests/usp10/
H A Dusp10.c1317 winetest_skip("Font %s is not available.\n", recommended); in _find_font_for_range()