Module Name: src Committed By: riastradh Date: Sun Jun 9 16:53:25 UTC 2024
Modified Files:
src/tests/lib/libm: t_pow.c
Log Message:
tests/lib/libm/t_pow: Revamp.
1. Avoid the broken idiom
if (condition) {
atf_tc_expect_fail(...);
atf_tc_fail(...);
}
2. Sprinkle volatile and ATF_CHECK_MSG.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libm/t_pow.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
