Lines Matching defs:test
45 ** 14-May-97 AGarcia- Converted the test to accomodate the debug_mode flag.
46 ** The debug mode will print all of the printfs associated with this test.
210 test
219 printf("[%s]: starting test 0\n", name);
222 printf("[%s]: test 0 had %ld allocations.\n", name, n);
229 if( 0 == which ) printf("[%s]: starting test %d -- no allocation should fail\n", name, i+1);
230 else printf("[%s]: starting test %d -- allocation %d should fail\n", name, i+1, which);
232 printf("[%s]: test %d done.\n", name, i+1);
315 n->thread = PR_CreateThread(PR_USER_THREAD, (void (*)(void *))test,
331 test(*argv);