public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] unnormal test case fixes
@ 2021-01-04 14:24 Siddhesh Poyarekar
  2021-01-04 14:24 ` [PATCH 1/2] Drop nan-pseudo-number.h usage from tests Siddhesh Poyarekar
  2021-01-04 14:24 ` [PATCH 2/2] Limit unnormal tests to supported long double formats Siddhesh Poyarekar
  0 siblings, 2 replies; 13+ messages in thread
From: Siddhesh Poyarekar @ 2021-01-04 14:24 UTC (permalink / raw)
  To: libc-alpha; +Cc: fweimer, joseph

The following two patches fix issues that Joseph pointed out in the
unnormal tests.

The first patch fixes the breakage caused by moving nan-pseudo-number.h
and in the process also fixes the macro condition used to limit
conditions under which the test is built.

The second patch limits the macro condition further so that the unnormal
tests build only for long double and Float64x on intel96.  Further, it
cleans up the test macro names and casts test arguments to the type
being tested.

Verified with build-many-glibcs.py for ia64, m68k, i686 and aarch64 and
with a native build and test for x86_64.  Florian is helping me with a
full build-many-glibcs.py run since I don't have compilers for all
architectures yet.

Siddhesh Poyarekar (2):
  Drop nan-pseudo-number.h usage from tests
  Limit unnormal tests to supported long double formats

 math/libm-test-driver.c                     | 17 +++++++++--------
 math/libm-test-fpclassify.inc               | 18 +++++++++---------
 math/libm-test-isinf.inc                    | 18 +++++++++---------
 math/libm-test-isnan.inc                    | 18 +++++++++---------
 math/libm-test-issignaling.inc              | 18 +++++++++---------
 math/libm-test-support.h                    |  2 ++
 math/test-float64x.h                        |  1 +
 math/test-ldouble.h                         |  1 +
 sysdeps/ieee754/ldbl-96/nan-pseudo-number.h |  4 +---
 sysdeps/x86/fpu/nan-pseudo-number.h         |  1 -
 10 files changed, 50 insertions(+), 48 deletions(-)

-- 
2.29.2


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-01-13 17:41 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-04 14:24 [PATCH 0/2] unnormal test case fixes Siddhesh Poyarekar
2021-01-04 14:24 ` [PATCH 1/2] Drop nan-pseudo-number.h usage from tests Siddhesh Poyarekar
2021-01-04 14:29   ` Florian Weimer
2021-01-04 14:37     ` Siddhesh Poyarekar
2021-01-04 15:13       ` Szabolcs Nagy
2021-01-04 15:21         ` Siddhesh Poyarekar
2021-01-04 15:17       ` Florian Weimer
2021-01-04 15:21         ` Siddhesh Poyarekar
2021-01-04 14:24 ` [PATCH 2/2] Limit unnormal tests to supported long double formats Siddhesh Poyarekar
2021-01-12  7:22   ` [PING][PATCH " Siddhesh Poyarekar
2021-01-12 18:21     ` Joseph Myers
2021-01-13  4:38       ` [PATCH v2] Use the right argument code in unnormal tests Siddhesh Poyarekar
2021-01-13 17:41         ` Joseph Myers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).