This is the mail archive of the glibc-bugs@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]

[Bug math/23584] math/test-ildouble-fma, math/test-ldouble-fma test suite failures on ppc64le


https://sourceware.org/bugzilla/show_bug.cgi?id=23584

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
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  f346b5b38ce83ebc832590273e134c53adc06f21 (commit)
      from  4a06ceea33ecc220bbfe264d8f1e74de2f04e90d (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 -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f346b5b38ce83ebc832590273e134c53adc06f21

commit f346b5b38ce83ebc832590273e134c53adc06f21
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Oct 2 17:17:15 2018 +0000

    Add more fma tests.

    In my review
    <https://sourceware.org/ml/libc-alpha/2018-06/msg00375.html> of a
    patch for bug 23584, I expressed concern that the proposed changes
    didn't deal with certain cases similar to the ones in the bug but
    where test coverage was missing.

    This patch adds such tests of fma (Inf, finite, finite) and fma
    (finite, Inf, finite) to libm-test-fma.inc.  It does *not* do anything
    to fix the bug, simply adds test coverage to provide stronger evidence
    of whether any proposed revised fix does address the cases I was
    concerned with.

    Tested for x86_64 and x86.

        * math/libm-test-fma.inc (fma_test_data): Add more tests.

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

Summary of changes:
 ChangeLog              |    4 +
 math/libm-test-fma.inc |  193 ++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 197 insertions(+), 0 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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