Home
last modified time | relevance | path

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

/xnu-8792.41.9/tools/tests/zero-to-n/
H A Dzero-to-n.c879 bool test_fail = false; in main() local
1378 test_fail |= fail; in main()
1382 …if (test_fail && !g_test_strict_fail && (g_iterations >= 100) && (fail_count <= g_iterations / 100… in main()
1384 test_fail = 0; in main()
1392 test_fail = 1; in main()
1395 test_fail = 1; in main()
1399 if (test_fail) { in main()
1413 return test_fail; in main()