Lines Matching refs:RTTestFailed

592 RTR3DECL(int) RTTestFailed(RTTEST hTest, const char *pszFormat, ...);
620 * If the expression is false, call RTTestFailed giving the line number and expression.
627 RTTestFailed((hTest), "line %u: %s", __LINE__, #expr); \
633 * If the expression is false, call RTTestFailed giving the line number and
642 RTTestFailed((hTest), "line %u: %s", __LINE__, #expr); \
649 * If the expression is false, call RTTestFailed giving the line number and
657 RTTestFailed((hTest), "line %u: %s", __LINE__, #expr); \
664 * If the expression is false, call RTTestFailed giving the line number and
672 RTTestFailed((hTest), "line %u: %s", __LINE__, #expr); \
680 * If the expression is false, call RTTestFailed giving the line number and expression.
689 RTTestFailed((hTest), "line %u: %s", __LINE__, #expr); \
696 * If the expression is false, call RTTestFailed giving the line number and expression.
706 RTTestFailed((hTest), "line %u: %s", __LINE__, #expr); \
714 * If the expression is false, call RTTestFailed giving the line number and expression.
723 RTTestFailed((hTest), "line %u: %s", __LINE__, #expr); \
733 * If a different status code is return, call RTTestFailed giving the line
745 RTTestFailed((hTest), "line %u: %s: expected %Rrc, got %Rrc", __LINE__, #rcExpr, (rcExpect), rcCheck); \
751 * If a different status code is return, call RTTestFailed giving the line
766 RTTestFailed((hTest), "line %u: %s: expected %Rrc, got %Rrc", __LINE__, #rcExpr, (rcExpect), rcCheck); \
773 * If a different status code is return, call RTTestFailed giving the line
785 RTTestFailed((hTest), "line %u: %s: expected %Rrc, got %Rrc", __LINE__, #rcExpr, (rcExpect), rcCheck); \
792 * If a different status code is return, call RTTestFailed giving the line
804 RTTestFailed((hTest), "line %u: %s: expected %Rrc, got %Rrc", __LINE__, #rcExpr, (rcExpect), rcCheck); \
813 * If the status indicates failure, call RTTestFailed giving the line number,
823 RTTestFailed((hTest), "line %u: %s: %Rrc", __LINE__, #rcExpr, rcCheck); \
829 * If the status indicates failure, call RTTestFailed giving the line number,
842 RTTestFailed((hTest), "line %u: %s: %Rrc", __LINE__, #rcExpr, rcCheck); \
849 * If the status indicates failure, call RTTestFailed giving the line number,
859 RTTestFailed((hTest), "line %u: %s: %Rrc", __LINE__, #rcExpr, rcCheck); \