Lines Matching refs:CTEST_ERR
96 void CTEST_ERR(char *fmt, ...); // doesn't return
221 void CTEST_ERR(char *fmt, ...) in CTEST_ERR() function
240 CTEST_ERR("%s:%d expected '%s', got '%s'", caller, line, exp, real); in assert_str()
249 CTEST_ERR("%s:%d expected %d bytes, got %d", caller, line, expsize, realsize); in assert_data()
253 CTEST_ERR("%s:%d expected 0x%02x at offset %d got 0x%02x", in assert_data()
261 CTEST_ERR("%s:%d expected %ld, got %ld", caller, line, exp, real); in assert_equal()
267 CTEST_ERR("%s:%d should not be %ld", caller, line, real); in assert_not_equal()
273 CTEST_ERR("%s:%d should be NULL", caller, line); in assert_null()
279 CTEST_ERR("%s:%d should not be NULL", caller, line); in assert_not_null()
285 CTEST_ERR("%s:%d should be true", caller, line); in assert_true()
291 CTEST_ERR("%s:%d should be false", caller, line); in assert_false()
296 CTEST_ERR("%s:%d shouldn't come here", caller, line); in assert_fail()