NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/59261 CVS commit: src/tests/lib



The following reply was made to PR port-vax/59261; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59261 CVS commit: src/tests/lib
Date: Mon, 7 Apr 2025 01:31:18 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Mon Apr  7 01:31:18 UTC 2025
 
 Modified Files:
 	src/tests/lib/libc/gen: t_fpclassify.c
 	src/tests/lib/libm: t_hypot.c t_next.c
 
 Log Message:
 tests: Use `#if __*_HAS_DENORM__', not `#ifdef __*_HAS_DENORM__'.
 
 The compiler defines this to zero on, e.g., VAX.
 
 PR port-vax/59261: t_fpclassify tests are failing
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libc/gen/t_fpclassify.c
 cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libm/t_hypot.c
 cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libm/t_next.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index