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


the following orderedhash tests fail on win32 in the pdd15oo branch.
it seems to do with values disappearing via gc during a clone
operation.
~jerry

>prove t\pmc\orderedhash.t
t\pmc\orderedhash....ok 1/27
t\pmc\orderedhash....NOK 5/27#     Failed test (t\pmc\orderedhash.t at line 137)

#          got: 'ok
# ok 2
# ok 3
# ok 3
# ok 2
# ok 3
# ok 2
# '
#     expected: 'ok
# ok 1
# ok 2
# ok 3
# ok 3
# ok 1
# ok 2
# ok 3
# ok 2
# ok 1
# '

#     Failed test (t\pmc\orderedhash.t at line 297)
t\pmc\orderedhash....NOK 9/27# Exited with error code: 255
# Received:
#
# Expected:
# 101101
#
t\pmc\orderedhash....ok 18/27# Looks like you failed 2 tests of 27.
t\pmc\orderedhash....dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 5, 9
        Failed 2/27 tests, 92.59% okay
Failed Test         Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t\pmc\orderedhash.t    2   512    27    2  5 9
Failed 1/1 test scripts. 2/27 subtests failed.
Files=1, Tests=27,  2 wallclock secs ( 0.00 cusr +  0.00 csys =  0.00 CPU)
Failed 1/1 test programs. 2/27 subtests failed.

Reply via email to