]> git.ipfire.org Git - thirdparty/glibc.git/commit
stdlib: Add testcases for llabs(). (BZ #30263)
authorJoe Simmons-Talbott <josimmon@redhat.com>
Tue, 4 Apr 2023 13:57:47 +0000 (09:57 -0400)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Tue, 16 May 2023 18:38:20 +0000 (14:38 -0400)
commitd877b52d58b1c73810751bdb48987b84bda87d5e
treee6f6dff58f9a3f0dc4bee2b6a719c74fefff59df
parentb11db301e162480d1812937ab0410dc7585f423c
stdlib: Add testcases for llabs(). (BZ #30263)

Test minimum and maximum long long values, zero, 32bit crossover points, and
part of the range of long long values.  Use '-fno-builtin' to ensure we are
testing the implementation.

Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
stdlib/Makefile
stdlib/tst-llabs.c [new file with mode: 0644]