NetBSD-Bugs archive

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

PR/51427 CVS commit: src



The following reply was made to PR lib/51427; it has been noted by GNATS.

From: "Maya Rashish" <maya%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/51427 CVS commit: src
Date: Mon, 22 Aug 2016 08:49:33 +0000

 Module Name:	src
 Committed By:	maya
 Date:		Mon Aug 22 08:49:33 UTC 2016
 
 Modified Files:
 	src/distrib/sets/lists/debug: mi
 	src/distrib/sets/lists/tests: mi
 	src/tests/lib/libm: Makefile
 Added Files:
 	src/tests/lib/libm: t_ilogb.c
 
 Log Message:
 add failing test for PR lib/51427
 ilogb(INFINITY)=-INT_MAX, it should be INT_MAX
 
 while here, test raised exceptions, other values.
 
 XXX some platforms don't have exceptions
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.164 -r1.165 src/distrib/sets/lists/debug/mi
 cvs rdiff -u -r1.683 -r1.684 src/distrib/sets/lists/tests/mi
 cvs rdiff -u -r1.37 -r1.38 src/tests/lib/libm/Makefile
 cvs rdiff -u -r0 -r1.1 src/tests/lib/libm/t_ilogb.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