Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/multiarch/
H A Dsha512.c623 static unsigned int e_tests = 0; /* Expected number of tests to run */ variable
635 e_tests = tests; in _expected_tests()
786 if((have_plan && !no_plan) && e_tests < test_count) { in _cleanup()
788 e_tests, test_count - e_tests); in _cleanup()
792 if((have_plan || !no_plan) && e_tests > test_count) { in _cleanup()
794 e_tests, test_count); in _cleanup()
865 if(e_tests < test_count) { in exit_status_()
866 return test_count - e_tests; in exit_status_()
871 return failures + e_tests - test_count; in exit_status_()