NetBSD-Bugs archive

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

PR/46434 CVS commit: src/tests/lib/libm



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

From: "Tetsuya Isaki" <isaki%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/46434 CVS commit: src/tests/lib/libm
Date: Tue, 9 Apr 2013 12:11:05 +0000

 Module Name:   src
 Committed By:  isaki
 Date:          Tue Apr  9 12:11:04 UTC 2013
 
 Modified Files:
        src/tests/lib/libm: t_acos.c t_asin.c t_atan.c t_cosh.c t_sinh.c
 
 Log Message:
 Use a pre-calculated value as expected result, instead of
 comparing it in a mathematical formula.
 PR lib/46434 (and see also 46433).
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libm/t_acos.c
 cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libm/t_asin.c
 cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libm/t_atan.c
 cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libm/t_cosh.c \
     src/tests/lib/libm/t_sinh.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