# New Ticket Created by  Alan Rocker 
# Please include the string:  [perl #53392]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=53392 >


On Windows XP Home Edition, using gcc, signed zero tests are failing. See
attachment. (Multiple tests combined in this ticket, because it's probably
one problem.)

Using the signbit function when formatting, rather than testing for < 0,
will probably fix this item.



--
    
Email and shopping with the feelgood factor!
55% of income to good causes. http://www.ippimail.com
#   Failed test 'turn a native number into its negative'
#   at t/op/arithmetics.t line 169.
#          got: '0.000000
# 0.000000
# -123.456789
# 123.456789
# 0.000000
# 0.000000
# -123.456789
# 123.456789
# '
#     expected: '-0.000000
# 0.000000
# -123.456789
# 123.456789
# -0.000000
# 0.000000
# -123.456789
# 123.456789
# '
# Looks like you failed 1 test of 26.
 ------------------------------------------------------------------------
#   Failed test 'sinh of complex numbers'
#   at t/pmc/complex.t line 1606.
#          got: '
# sinh(0-2i)
#               got     0.000000-0.909297i
#               not     -0.000000-0.909297i
# 
# sinh(0+2i)
#               got     0.000000+0.909297i
#               not     -0.000000+0.909297i
# done
# '
#     expected: 'done
# '
# Looks like you failed 1 test of 53.
 -------------------------------------------------------------------------

#   Failed test 'neg 0'
#   at t/pmc/float.t line 506.
#                   '0'
#     doesn't match '/^-0/
# '
# Looks like you failed 1 test of 42.

Reply via email to