public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug math/13927] New: test-ldouble & test-ildoubl fail
@ 2012-03-28 19:38 cryptooctoploid at gmail dot com
  2012-03-28 23:21 ` [Bug math/13927] " joseph at codesourcery dot com
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: cryptooctoploid at gmail dot com @ 2012-03-28 19:38 UTC (permalink / raw)
  To: glibc-bugs

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

             Bug #: 13927
           Summary: test-ldouble & test-ildoubl fail
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
        AssignedTo: unassigned@sourceware.org
        ReportedBy: cryptooctoploid@gmail.com
    Classification: Unclassified


Both test-ldouble & test-ildoubl fail on todays git with the
same error output:

testing long double ((with & without) inline functions)
Failure: Test: Real part of: clog10 (0x1.fp+16383 + 0x1p+16383 i) ==
4932.112944269463028900262609694408579449 +
0.2069271710841128115912940666587802
677383 i
Result:
 is:          4.93211294426946302938e+03   0x9.a20e74f533cea2200000p+9
 should be:   4.93211294426946302893e+03   0x9.a20e74f533cea2100000p+9
 difference:  4.44089209850062616169e-16   0x8.00000000000000000000p-54
 ulp       :  1.0000
 max.ulp   :  0.0000
Failure: Test: Real part of: clog (0x1.fp+16383 + 0x1.fp+16383 i) ==
11356.83823118610934184548269774874545400 + pi/4 i
Result:
 is:          1.13568382311861093426e+04   0xb.1735a5946ab4ec300000p+10
 should be:   1.13568382311861093417e+04   0xb.1735a5946ab4ec200000p+10
 difference:  8.88178419700125232339e-16   0x8.00000000000000000000p-53
 ulp       :  1.0000
 max.ulp   :  0.0000

gcc version 4.7.0, x86_64-unknown-linux-gnu

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug math/13927] test-ldouble & test-ildoubl fail
  2012-03-28 19:38 [Bug math/13927] New: test-ldouble & test-ildoubl fail cryptooctoploid at gmail dot com
@ 2012-03-28 23:21 ` joseph at codesourcery dot com
  2012-04-20 19:39 ` aj at suse dot de
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: joseph at codesourcery dot com @ 2012-03-28 23:21 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #1 from joseph at codesourcery dot com <joseph at codesourcery dot com> 2012-03-28 19:37:48 UTC ---
As it's long double it's probably a matter of differences between x86_64 
implementations; in such cases the ulps file should generally just be 
updated by the person seeing the failures following the instructions at 
<http://sourceware.org/glibc/wiki/Regeneration>.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug math/13927] test-ldouble & test-ildoubl fail
  2012-03-28 19:38 [Bug math/13927] New: test-ldouble & test-ildoubl fail cryptooctoploid at gmail dot com
  2012-03-28 23:21 ` [Bug math/13927] " joseph at codesourcery dot com
@ 2012-04-20 19:39 ` aj at suse dot de
  2012-04-20 19:53 ` cryptooctoploid at gmail dot com
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: aj at suse dot de @ 2012-04-20 19:39 UTC (permalink / raw)
  To: glibc-bugs

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

Andreas Jaeger <aj at suse dot de> changed:

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

--- Comment #2 from Andreas Jaeger <aj at suse dot de> 2012-04-20 19:39:06 UTC ---
Octoploid, could you do the update, please?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug math/13927] test-ldouble & test-ildoubl fail
  2012-03-28 19:38 [Bug math/13927] New: test-ldouble & test-ildoubl fail cryptooctoploid at gmail dot com
  2012-03-28 23:21 ` [Bug math/13927] " joseph at codesourcery dot com
  2012-04-20 19:39 ` aj at suse dot de
@ 2012-04-20 19:53 ` cryptooctoploid at gmail dot com
  2012-04-20 20:23 ` cryptooctoploid at gmail dot com
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: cryptooctoploid at gmail dot com @ 2012-04-20 19:53 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #3 from Octoploid <cryptooctoploid at gmail dot com> 2012-04-20 19:52:50 UTC ---
(In reply to comment #2)
> Octoploid, could you do the update, please?

It is not clear to me if that would not break other x86_64 implementations.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug math/13927] test-ldouble & test-ildoubl fail
  2012-03-28 19:38 [Bug math/13927] New: test-ldouble & test-ildoubl fail cryptooctoploid at gmail dot com
                   ` (2 preceding siblings ...)
  2012-04-20 19:53 ` cryptooctoploid at gmail dot com
@ 2012-04-20 20:23 ` cryptooctoploid at gmail dot com
  2012-04-20 20:46 ` cryptooctoploid at gmail dot com
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: cryptooctoploid at gmail dot com @ 2012-04-20 20:23 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #4 from Octoploid <cryptooctoploid at gmail dot com> 2012-04-20 20:22:48 UTC ---
Created attachment 6354
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6354
NewUlps

Anyway, here is the NewUlps files.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug math/13927] test-ldouble & test-ildoubl fail
  2012-03-28 19:38 [Bug math/13927] New: test-ldouble & test-ildoubl fail cryptooctoploid at gmail dot com
                   ` (3 preceding siblings ...)
  2012-04-20 20:23 ` cryptooctoploid at gmail dot com
@ 2012-04-20 20:46 ` cryptooctoploid at gmail dot com
  2012-04-20 21:05 ` cryptooctoploid at gmail dot com
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: cryptooctoploid at gmail dot com @ 2012-04-20 20:46 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #5 from Octoploid <cryptooctoploid at gmail dot com> 2012-04-20 20:46:18 UTC ---
test-ildoubl still fails with the error above even with the regenerated
sysdeps/x86_64/fpu/libm-test-ulps:

make[2]: *** [/var/tmp/glibc-build/math/test-ildoubl.out] Error 1

test-ldouble is fine now.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug math/13927] test-ldouble & test-ildoubl fail
  2012-03-28 19:38 [Bug math/13927] New: test-ldouble & test-ildoubl fail cryptooctoploid at gmail dot com
                   ` (4 preceding siblings ...)
  2012-04-20 20:46 ` cryptooctoploid at gmail dot com
@ 2012-04-20 21:05 ` cryptooctoploid at gmail dot com
  2012-04-20 22:06 ` cryptooctoploid at gmail dot com
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: cryptooctoploid at gmail dot com @ 2012-04-20 21:05 UTC (permalink / raw)
  To: glibc-bugs

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

Octoploid <cryptooctoploid at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #6354|0                           |1
        is obsolete|                            |

--- Comment #6 from Octoploid <cryptooctoploid at gmail dot com> 2012-04-20 21:05:20 UTC ---
Created attachment 6355
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6355
sysdeps/x86_64/fpu/libm-test-ulps

This one is correct and solves all issues.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug math/13927] test-ldouble & test-ildoubl fail
  2012-03-28 19:38 [Bug math/13927] New: test-ldouble & test-ildoubl fail cryptooctoploid at gmail dot com
                   ` (5 preceding siblings ...)
  2012-04-20 21:05 ` cryptooctoploid at gmail dot com
@ 2012-04-20 22:06 ` cryptooctoploid at gmail dot com
  2012-04-21  5:32 ` aj at suse dot de
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: cryptooctoploid at gmail dot com @ 2012-04-20 22:06 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #7 from Octoploid <cryptooctoploid at gmail dot com> 2012-04-20 22:06:03 UTC ---
Created attachment 6356
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6356
libm-test-ulps.patch

Here is a patch against current git.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug math/13927] test-ldouble & test-ildoubl fail
  2012-03-28 19:38 [Bug math/13927] New: test-ldouble & test-ildoubl fail cryptooctoploid at gmail dot com
                   ` (6 preceding siblings ...)
  2012-04-20 22:06 ` cryptooctoploid at gmail dot com
@ 2012-04-21  5:32 ` aj at suse dot de
  2012-04-21  6:40 ` cryptooctoploid at gmail dot com
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: aj at suse dot de @ 2012-04-21  5:32 UTC (permalink / raw)
  To: glibc-bugs

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

Andreas Jaeger <aj at suse dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aj at suse dot de

--- Comment #8 from Andreas Jaeger <aj at suse dot de> 2012-04-21 05:29:52 UTC ---
Could you give me a real name, so that I can properly name you in the
ChangeLog?

The patch is fine, it's just a 1 ulp difference..

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug math/13927] test-ldouble & test-ildoubl fail
  2012-03-28 19:38 [Bug math/13927] New: test-ldouble & test-ildoubl fail cryptooctoploid at gmail dot com
                   ` (7 preceding siblings ...)
  2012-04-21  5:32 ` aj at suse dot de
@ 2012-04-21  6:40 ` cryptooctoploid at gmail dot com
  2012-04-21 12:20 ` aj at suse dot de
  2014-06-25 11:26 ` fweimer at redhat dot com
  10 siblings, 0 replies; 12+ messages in thread
From: cryptooctoploid at gmail dot com @ 2012-04-21  6:40 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #9 from Octoploid <cryptooctoploid at gmail dot com> 2012-04-21 06:38:05 UTC ---
(In reply to comment #8)
> Could you give me a real name, so that I can properly name you in the
> ChangeLog?

Markus Trippelsdorf <markus@trippelsdorf.de>

> The patch is fine, it's just a 1 ulp difference..

Thanks.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug math/13927] test-ldouble & test-ildoubl fail
  2012-03-28 19:38 [Bug math/13927] New: test-ldouble & test-ildoubl fail cryptooctoploid at gmail dot com
                   ` (8 preceding siblings ...)
  2012-04-21  6:40 ` cryptooctoploid at gmail dot com
@ 2012-04-21 12:20 ` aj at suse dot de
  2014-06-25 11:26 ` fweimer at redhat dot com
  10 siblings, 0 replies; 12+ messages in thread
From: aj at suse dot de @ 2012-04-21 12:20 UTC (permalink / raw)
  To: glibc-bugs

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

Andreas Jaeger <aj at suse dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED
         AssignedTo|unassigned at sourceware    |aj at suse dot de
                   |dot org                     |

--- Comment #10 from Andreas Jaeger <aj at suse dot de> 2012-04-21 12:19:13 UTC ---
patch added to glibc git.

Danke!

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug math/13927] test-ldouble & test-ildoubl fail
  2012-03-28 19:38 [Bug math/13927] New: test-ldouble & test-ildoubl fail cryptooctoploid at gmail dot com
                   ` (9 preceding siblings ...)
  2012-04-21 12:20 ` aj at suse dot de
@ 2014-06-25 11:26 ` fweimer at redhat dot com
  10 siblings, 0 replies; 12+ messages in thread
From: fweimer at redhat dot com @ 2014-06-25 11:26 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fweimer at redhat dot com
              Flags|                            |security-

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


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

end of thread, other threads:[~2014-06-25 11:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-28 19:38 [Bug math/13927] New: test-ldouble & test-ildoubl fail cryptooctoploid at gmail dot com
2012-03-28 23:21 ` [Bug math/13927] " joseph at codesourcery dot com
2012-04-20 19:39 ` aj at suse dot de
2012-04-20 19:53 ` cryptooctoploid at gmail dot com
2012-04-20 20:23 ` cryptooctoploid at gmail dot com
2012-04-20 20:46 ` cryptooctoploid at gmail dot com
2012-04-20 21:05 ` cryptooctoploid at gmail dot com
2012-04-20 22:06 ` cryptooctoploid at gmail dot com
2012-04-21  5:32 ` aj at suse dot de
2012-04-21  6:40 ` cryptooctoploid at gmail dot com
2012-04-21 12:20 ` aj at suse dot de
2014-06-25 11:26 ` fweimer at redhat dot com

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).