Home
last modified time | relevance | path

Searched defs:xfail (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-dejagnu.h115 xfail (const char* fmt, ...) in xfail() function
270 void xfail (std::string s) in xfail() function
278 void xfail (const char *c) in xfail() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-dejagnu.h115 xfail (const char* fmt, ...) in xfail() function
270 void xfail (std::string s) in xfail() function
278 void xfail (const char *c) in xfail() function
/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dcmd_report.cpp241 const std::size_t xfail = count_results(test_result::expected_failure); in print_tests() local