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

/macosx-10.9.5/CommonCrypto-60049/test/test/
H A Dtestmore.c39 static int test_fails = 0; variable
69 exit(test_fails > 255 ? 255 : test_fails);
96 // status = test_fails + test_cases - test_num;
102 // status = test_fails;
104 else if (test_fails)
107 test_plan_file, test_plan_line, test_fails, test_cases);
108 // status = test_fails;
115 test_fails = 0;
224 ++test_fails;
[all...]
/macosx-10.9.5/Security-55471.14.18/regressions/test/
H A Dtestmore.c40 static int test_fails = 0; variable
120 status = test_fails + test_cases - test_num;
126 status = test_fails;
128 else if (test_fails)
131 test_plan_file, test_plan_line, test_fails, test_cases);
132 status = test_fails;
139 test_fails = 0;
250 ++test_fails;
344 test->failed_tests=test_fails;

Completed in 108 milliseconds