public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug math/16545] New: Test failures: small differences in float/double y0, etc.
@ 2014-02-09  2:38 dylan-sourceware at dylex dot net
  2014-02-10 15:02 ` [Bug math/16545] " jsm28 at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: dylan-sourceware at dylex dot net @ 2014-02-09  2:38 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=16545

            Bug ID: 16545
           Summary: Test failures: small differences in float/double y0,
                    etc.
           Product: glibc
           Version: 2.19
            Status: NEW
          Severity: minor
          Priority: P2
         Component: math
          Assignee: unassigned at sourceware dot org
          Reporter: dylan-sourceware at dylex dot net

Created attachment 7399
  --> http://sourceware.org/bugzilla/attachment.cgi?id=7399&action=edit
cat test-{,i}{double,float}.out

Linux x86_64 3.12.6, gcc 4.8.2, AMD Opteron(tm) Processor 4274 HE, glibc 2.19

I'm seeing failures in the test-float, -double, -ifloat, -idouble tests
producing very small differences (fractional errors at most 1e-7) on my
machine.  No major discrepencies or issues, but I would've expected these to
pass.  Perhaps caused by minor gcc or processor differences?

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug math/16545] Test failures: small differences in float/double y0, etc.
  2014-02-09  2:38 [Bug math/16545] New: Test failures: small differences in float/double y0, etc dylan-sourceware at dylex dot net
@ 2014-02-10 15:02 ` jsm28 at gcc dot gnu.org
  2014-02-10 16:48 ` dylan-sourceware at dylex dot net
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2014-02-10 15:02 UTC (permalink / raw)
  To: glibc-bugs

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

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING

--- Comment #1 from Joseph Myers <jsm28 at gcc dot gnu.org> ---
Please run "make regen-ulps", move the NewUlps file into place and send the
diffs to libc-alpha.  These tests depend on the implementation of x87
transcendental math instructions on the processor, and on the compiler's choice
of when to use excess precision.

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug math/16545] Test failures: small differences in float/double y0, etc.
  2014-02-09  2:38 [Bug math/16545] New: Test failures: small differences in float/double y0, etc dylan-sourceware at dylex dot net
  2014-02-10 15:02 ` [Bug math/16545] " jsm28 at gcc dot gnu.org
@ 2014-02-10 16:48 ` dylan-sourceware at dylex dot net
  2014-02-12 15:56 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dylan-sourceware at dylex dot net @ 2014-02-10 16:48 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #2 from Dylan Simon <dylan-sourceware at dylex dot net> ---
Created attachment 7403
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7403&action=edit
diff from glibc-2.19 sysdeps/x86_64/fpu/libm-test-ulps

I've attached the diffs here and will also send them to the list.  This is for
AMD family 21h model 1.

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug math/16545] Test failures: small differences in float/double y0, etc.
  2014-02-09  2:38 [Bug math/16545] New: Test failures: small differences in float/double y0, etc dylan-sourceware at dylex dot net
  2014-02-10 15:02 ` [Bug math/16545] " jsm28 at gcc dot gnu.org
  2014-02-10 16:48 ` dylan-sourceware at dylex dot net
@ 2014-02-12 15:56 ` cvs-commit at gcc dot gnu.org
  2014-02-12 15:59 ` jsm28 at gcc dot gnu.org
  2014-02-20  0:55 ` cvs-commit at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-02-12 15:56 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=16545

--- 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  fbfdf9cb039486f66994637081862c01bbd6a765 (commit)
      from  68b7efaadb1b6045a56277ea62d324c20ac0b633 (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=fbfdf9cb039486f66994637081862c01bbd6a765

commit fbfdf9cb039486f66994637081862c01bbd6a765
Author: Dylan Alex Simon <dylan@dylex.net>
Date:   Wed Feb 12 15:55:10 2014 +0000

    Update x86_64 libm-test-ulps on AMD family 21h model 1 (bug 16545).

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

Summary of changes:
 ChangeLog                         |    6 +++
 NEWS                              |    2 +-
 sysdeps/x86_64/fpu/libm-test-ulps |   79 +++++++++++++++++++++++++++++-------
 3 files changed, 70 insertions(+), 17 deletions(-)

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug math/16545] Test failures: small differences in float/double y0, etc.
  2014-02-09  2:38 [Bug math/16545] New: Test failures: small differences in float/double y0, etc dylan-sourceware at dylex dot net
                   ` (2 preceding siblings ...)
  2014-02-12 15:56 ` cvs-commit at gcc dot gnu.org
@ 2014-02-12 15:59 ` jsm28 at gcc dot gnu.org
  2014-02-20  0:55 ` cvs-commit at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2014-02-12 15:59 UTC (permalink / raw)
  To: glibc-bugs

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

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Joseph Myers <jsm28 at gcc dot gnu.org> ---
Fix checked in (though it will be useful to do regen-ulps again when we start
the 2.20 release freeze).

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug math/16545] Test failures: small differences in float/double y0, etc.
  2014-02-09  2:38 [Bug math/16545] New: Test failures: small differences in float/double y0, etc dylan-sourceware at dylex dot net
                   ` (3 preceding siblings ...)
  2014-02-12 15:59 ` jsm28 at gcc dot gnu.org
@ 2014-02-20  0:55 ` cvs-commit at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-02-20  0:55 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=16545

--- Comment #5 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, release/2.19/master has been updated
       via  ac0b347743833452b8ff56cb94eab5da95136b70 (commit)
      from  9a869d822025be8e43b78234997b10bf0cf9d859 (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=ac0b347743833452b8ff56cb94eab5da95136b70

commit ac0b347743833452b8ff56cb94eab5da95136b70
Author: Dylan Alex Simon <dylan@dylex.net>
Date:   Wed Feb 12 15:55:10 2014 +0000

    Update x86_64 libm-test-ulps on AMD family 21h model 1 (bug 16545).

    (cherry picked from commit fbfdf9cb039486f66994637081862c01bbd6a765)

    Conflicts:
        NEWS

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

Summary of changes:
 ChangeLog                         |    6 +++
 NEWS                              |    6 +++
 sysdeps/x86_64/fpu/libm-test-ulps |   79 +++++++++++++++++++++++++++++-------
 3 files changed, 75 insertions(+), 16 deletions(-)

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-02-20  0:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-09  2:38 [Bug math/16545] New: Test failures: small differences in float/double y0, etc dylan-sourceware at dylex dot net
2014-02-10 15:02 ` [Bug math/16545] " jsm28 at gcc dot gnu.org
2014-02-10 16:48 ` dylan-sourceware at dylex dot net
2014-02-12 15:56 ` cvs-commit at gcc dot gnu.org
2014-02-12 15:59 ` jsm28 at gcc dot gnu.org
2014-02-20  0:55 ` cvs-commit at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).