This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.25-9-gdd18757


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  dd18757bd3650d5dfea8aaba37869df89ce6c17d (commit)
      from  37f8abad1c7b274e66eaf2d04684bd8a7ba0bcef (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=dd18757bd3650d5dfea8aaba37869df89ce6c17d

commit dd18757bd3650d5dfea8aaba37869df89ce6c17d
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Feb 6 18:02:54 2017 +0000

    Remove libm-test.inc comment listing functions tested and not tested.
    
    math/libm-test.inc has a comment listing the functions tested and not
    tested.  The list of functions tested duplicates what is immediately
    obvious from the rest of the file and adds another place to update
    when adding a function.  I've put the information about functions not
    tested on the wiki todo list; this patch removes that comment, in
    preparation for splitting tests of each function into separate .inc
    files with common code staying in a separate .c file.
    
    Tested for x86_64.
    
    	* math/libm-test.inc: Remove comment listing functions tested and
    	not tested.

diff --git a/ChangeLog b/ChangeLog
index 710f9b4..76051c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-02-06  Joseph Myers  <joseph@codesourcery.com>
+
+	* math/libm-test.inc: Remove comment listing functions tested and
+	not tested.
+
 2016-02-06  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
 	* nptl/allocatestack.c [COLORING_INCREMENT] (nptl_ncreated): Remove.
diff --git a/math/libm-test.inc b/math/libm-test.inc
index bde705c..3cf1785 100644
--- a/math/libm-test.inc
+++ b/math/libm-test.inc
@@ -35,35 +35,7 @@
    FTOSTR This macro defines a function similar in type to strfromf
    which converts a FLOAT to a string.  */
 
-/* This testsuite has currently tests for:
-   acos, acosh, asin, asinh, atan, atan2, atanh,
-   canonicalize, cbrt, ceil, copysign, cos, cosh, drem,
-   erf, erfc, exp, exp10, exp2, expm1,
-   fabs, fdim, finite, floor, fma, fmax, fmaxmag, fmin, fminmag,
-   fmod, fpclassify, frexp, fromfp, fromfpx, gamma, getpayload, hypot,
-   ilogb, iscanonical, isfinite, isinf, isnan, isnormal, issignaling,
-   issubnormal, iszero, iseqsig, isless, islessequal, isgreater,
-   isgreaterequal, islessgreater, isunordered, j0, j1, jn,
-   ldexp, lgamma, llogb, log, log10, log1p, log2, logb,
-   modf, nearbyint, nextafter, nexttoward,
-   pow, pow10, remainder, remquo, rint, lrint, llrint,
-   round, roundeven, lround, llround,
-   scalb, scalbn, scalbln, setpayload, setpayloadsig, signbit,
-   sin, sincos, sinh, sqrt,
-   tan, tanh, tgamma, totalorder, totalordermag, trunc,
-   ufromfp, ufromfpx,
-   y0, y1, yn, significand
-
-   and for the following complex math functions:
-   cabs, cacos, cacosh, carg, casin, casinh, catan, catanh,
-   ccos, ccosh, cexp, cimag, clog, clog10, conj, cpow, cproj, creal,
-   csin, csinh, csqrt, ctan, ctanh.
-
-   At the moment the following functions and macros aren't tested:
-   lgamma_r,
-   nan.
-
-   Parameter handling is primitive in the moment:
+/* Parameter handling is primitive in the moment:
    --verbose=[0..3] for different levels of output:
    0: only error count
    1: basic report on failed tests (default)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog          |    5 +++++
 math/libm-test.inc |   30 +-----------------------------
 2 files changed, 6 insertions(+), 29 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]