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

/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmain.c324 test_entryp my_testp; local
326 my_testp = &g_tests[i];
327 if ( my_testp->test_run_it == 0 || my_testp->test_routine == NULL )
331 printf("[BEGIN] %s \n", my_testp->test_infop);
334 printf( "test #%d - %s \n", (i + 1), my_testp->test_infop );
336 my_err = my_testp->test_routine( my_testp->test_input );
339 printf("SysCall %s failed", my_testp->test_infop);
346 printf("[FAIL] %s \n", my_testp
[all...]

Completed in 62 milliseconds