You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have three configurations with a failing test suite:
# Failed test '2 keys (out of 2) in the underlying object have been unweakened'
# at t/00_weakmaps.t line 218.
# Looks like you failed 1 test of 12.
# Failed test 'store & retrieve key/value pair'
# at t/00_weakmaps.t line 49.
# Failed test '1 keys (out of 1) in the underlying object have been unweakened'
# at t/00_weakmaps.t line 218.
# Looks like you failed 1 test of 12.
# Failed test 'key/value pairs get deleted when key falls out of scope'
# at t/00_weakmaps.t line 75.
# Failed test '3 keys (out of 3) in the underlying object have been unweakened'
# at t/00_weakmaps.t line 218.
# Failed test 'map has lost its keys'
# at t/00_weakmaps.t line 96.
# got: '3'
# expected: '0'
# Looks like you failed 2 tests of 9.
# Failed test 'full iteration (e.g. "keys %$map", "values %$map", "%$map") attempt'
# at t/00_weakmaps.t line 99.
# Failed test '2 keys (out of 2) in the underlying object have been unweakened'
# at t/00_weakmaps.t line 218.
# Looks like you failed 1 test of 9.
# Failed test 'delete keys'
# at t/00_weakmaps.t line 120.
# Failed test '100 keys (out of 100) in the underlying object have been unweakened'
# at t/00_weakmaps.t line 218.
# Failed test '100 keys (out of 100) in the underlying object have been unweakened'
# at t/00_weakmaps.t line 218.
# Looks like you failed 2 tests of 9.
# Failed test 'exists'
# at t/00_weakmaps.t line 140.
# Looks like you failed 5 tests of 9.
t/00_weakmaps.t ..
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/9 subtests
All these configurations are running perl 5.40.0, however, I have also pass reports with perl 5.40.0.
The text was updated successfully, but these errors were encountered:
which can be read as all my results with Scalar::Util 1.63 were PASS, all my results with Scalar::Util 1.65 were FAIL and the results with Scalar::Util 1.64 were mixed.
I have three configurations with a failing test suite:
All these configurations are running perl 5.40.0, however, I have also pass reports with perl 5.40.0.
The text was updated successfully, but these errors were encountered: