CVS commit: src/tests/lib/libc
"Roland Illig" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: rillig Date: Sun Apr 5 20:45:36 UTC 2026 Modified Files: src/tests/lib/libc: t_long_double.c Log Message: tests/libc: clean up test for long double Previously, the test had invoked undefined behavior when converting long double to uint64_t, by using input values outside the portable range. Explicitly mark this part of the test and make it easy to disable. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/t_long_double.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.