Searched defs:RTR0TestR0Error (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0Common.h95 RTR0TestR0Error("42failure42%4096s", ""); \
104 RTR0TestR0Error("Unknown test #%d", (uOperation)); \
121 RTR0TestR0Error("line %u: %s: expected %Rrc, got %Rrc", __LINE__, #rcExpr, (rcExpect), rcCheck); \
133 RTR0TestR0Error("line %u: %s: expected %Rrc, got %Rrc", __LINE__, #rcExpr, (rcExpect), rcCheck); \
150 RTR0TestR0Error("line %u: expression failed: %s - ", __LINE__, #expr); \
161 RTR0TestR0Error("line %u: expression failed: %s - ", __LINE__, #expr); \
173 RTR0TestR0Error("line %u: expression failed: %s - ", __LINE__, #expr); \
201 void RTR0TestR0Error(const char *pszFormat, ...) function

Completed in 70 milliseconds