Home
last modified time | relevance | path

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

/xnu-10063.141.1/tools/tests/zero-to-n/
H A Dzero-to-n.c891 bool test_fail = false; in main() local
1408 test_fail |= fail; in main()
1412 …if (test_fail && !g_test_strict_fail && (g_iterations >= 100) && (fail_count <= g_iterations / 100… in main()
1414 test_fail = 0; in main()
1422 test_fail = 1; in main()
1425 test_fail = 1; in main()
1430 if (test_fail) { in main()
1445 return test_fail; in main()