]> git.ipfire.org Git - thirdparty/glibc.git/commit
math: Add more details to the test driver output.
authorJoe Simmons-Talbott <josimmon@redhat.com>
Mon, 20 May 2024 14:09:35 +0000 (14:09 +0000)
committerJoe Simmons-Talbott <josimmon@redhat.com>
Mon, 20 May 2024 14:09:54 +0000 (14:09 +0000)
commitae18044f95271ed422ed847bd8d8c6d8e84674ce
tree4de1e5bdfe5c117de9fc8fa66461590aaa9c5639
parent79c52daf4740b00bef43e4f5a4281b3480459b38
math: Add more details to the test driver output.

Add start and end indicators that identify the test being run in the
verbose output.  Better identify the tests for max errors in the
summary output.  Count each exception checked for each test. Remove
double counting of tests for the check_<type> functions other than
check_float_internal. Rename print_max_error and
print_complex_max_error to check_max_error and check_complex_max_error
respectively since they have side effects.

Co-Authored-By: Carlos O'Donell <carlos@redhat.com>
Reviewed-By: Joseph Myers <josmyers@redhat.com>
math/libm-test-driver.c
math/libm-test-support.c
math/libm-test-support.h