Searched refs:actual_val (Results 1 – 6 of 6) sorted by relevance
66 const int actual_val = (actual);\67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\69 << " Actual: " << actual_val << "\n"\
264 long actual_val; in check() local267 SAFE_FILE_SCANF(cleanup, fullpath, "%ld", &actual_val); in check()269 tst_resm(TINFO, "%s is %ld.", path, actual_val); in check()270 if (actual_val != value) in check()