Searched refs:test_infop (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmain.c329 XILogBeginTestCase( logRef, my_testp->test_infop, my_testp->test_infop );
330 XILogMsg( "test #%d - %s \n", (i + 1), my_testp->test_infop );
335 printf("[BEGIN] %s \n", my_testp->test_infop);
338 printf( "test #%d - %s \n", (i + 1), my_testp->test_infop );
345 XILogMsg("SysCall %s failed", my_testp->test_infop);
360 printf("[FAIL] %s \n", my_testp->test_infop);
366 printf("[FAIL] %s \n", my_testp->test_infop);
382 printf("[PASS] %s \n", my_testp->test_infop);
668 printf( " %d \t %s \n", (i + 1), g_tests[ i ].test_infop );
[all...]
H A Dtests.h132 char * test_infop; /* information about what is tested */ member in struct:test_entry

Completed in 21 milliseconds