Home
last modified time | relevance | path

Searched refs:logr (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/tests/vm/
H A Dvm_allocation.c88 #define logr(format, ...) \ macro
125 logr("[TEST] %s", suite->name); in log_suite_info()
126 logr("Number of tests: %d", suite->numoftests); in log_suite_info()
140logr("[BEGIN] #%04d: %s, SIGNAL(%d) expected", test_num, unit_test->name, unit_test->expected_sign… in log_test_info()
142 logr("[BEGIN] #%04d: %s", test_num, unit_test->name); in log_test_info()
149 logr("[%s] #%04d: %s", test_passed ? "PASS" : "FAIL", test_num, unit_test->name); in log_test_result()
791 logr("LTERDOS=YES this is LeanTestEnvironment. Increasing quietness by 1."); in process_options()