Searched refs:expects_may_fail (Results 1 – 2 of 2) sorted by relevance
30 bool expects_may_fail(void);32 #define T_MAYFAIL_IF_ENABLED(reason) { if (expects_may_fail()) { T_MAYFAIL_WITH_REASON(reason); } }
26 expects_may_fail(void) in expects_may_fail() function