]> git.ipfire.org Git - thirdparty/glibc.git/commit
Correct test descriptors in libm-test-pown.inc
authorJoseph Myers <josmyers@redhat.com>
Thu, 1 May 2025 22:28:59 +0000 (22:28 +0000)
committerJoseph Myers <josmyers@redhat.com>
Thu, 1 May 2025 22:28:59 +0000 (22:28 +0000)
commit59f64a1f4f3bbe2bcaf8fc1951b94e1d0e7d307e
treea50291bb80870d22a28b7bb661f6d2048eabf361
parent5d101745814b9c1d59fb830bb044f702437f3002
Correct test descriptors in libm-test-pown.inc

While working on implementing compoundn, I noticed that
libm-test-pown.inc was wrongly using TEST_ff_f and AUTO_TESTS_ff_f
when the actual types involved meant fL_f should be used instead of
ff_f; fix to use the correct descriptor strings for pown.  (These
strings affect how gen-libm-test.py generates a C file in some cases.
The structure type test_fL_f_data for expected results and the use of
RUN_TEST_LOOP_fL_f in the ALL_RM_TEST call were already correct.)

Tested for x86_64.  The generated libm-test-pown.c was actually
unchanged, but the old descriptor strings were still logically
incorrect.
math/libm-test-pown.inc