Subject: | t/set.t 3 unexpectedly succeded |
This is with a stock 5.6.0 on OS X 10.2.8.
Three tests in t/set.t unexpectedly succeeded.
ok 64 - Test 'set compare()' completed # TODO Because I want to get it out the door
ok 65 - Test 'set compare()' no premature diagostication # TODO Because I want to get it out the door
ok 66 - Test 'set compare()' result count # TODO Because I want to get it out the door
not ok 67 - subtest '' of 'set compare()' compare actual_ok # TODO Because I want to get it out the door
# Failed (TODO) test (t/set.t at line 207)
# got: '0'
# expected: '1'
not ok 68 - subtest '' of 'set compare()' compare diag # TODO Because I want to get it out the door
# Failed (TODO) test (t/set.t at line 207)
# Got diag (46 bytes):
# Comparing $data as a Set
# Missing: 1 reference
#
# Expected diag (0 bytes):
#
ok 69 - no warnings
1..69