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



On Windows XP Home Edition, using gcc, the following test error is occurring:

Divide by zero^M
current instr.: 'life' pc 175 (examples\pir\life.pir:102)




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