At least, FreeBSD 7.1 does.
Could anyone with access to perl on FreeBSD 7.1 please test Capture::Tiny? It now passes test on most platforms, but FreeBSD 7.1 still sometimes fails.
I suspect the FAIL reports I'm seeing are something specific to either CPANPLUS or BinGOs' smokers, but I need more data points (PASS or FAIL) on that OS to get a better idea of what the issue is.
Thanks!
Oh, and if you haven't seen the alpha CPAN Testers Analysis site, check this out: Capture-Tiny-0.07 failure analysis. Cool stuff!
2 Comments
I just tried it on my FreeBSD 7.2 box. There are some unexpected TODO tests passed (actually, quite a lot of them), but bo failures.
Testing with Debian GNU/kFreeBSD (using FreeBSD kernel 8.0, GNU userland) passes:
$ ./Build testCopying lib/Capture/Tiny.pm -> blib/lib/Capture/Tiny.pm
Copying lib/Capture/Tiny.pod -> blib/lib/Capture/Tiny.pod
t/01-Capture-Tiny.t ........ ok
t/02-capture.t ............. ok
t/03-tee.t ................. ok
t/06-stdout-closed.t ....... ok
t/07-stderr-closed.t ....... ok
t/08-stdin-closed.t ........ ok
t/09-preserve-exit-code.t .. ok
t/10-stdout-string.t ....... ok
t/11-stderr-string.t ....... ok
t/12-stdin-string.t ........ ok
t/13-stdout-tied.t ......... ok
t/14-stderr-tied.t ......... ok
t/15-stdin-tied.t .......... ok
All tests successful.
Test Summary Report
-------------------
t/13-stdout-tied.t (Wstat: 0 Tests: 309 Failed: 0)
TODO passed: 6-7, 13, 19, 24-25, 31, 37, 40, 49, 60
73, 78, 91, 100-103, 114-115, 126-127, 136-139
150-151, 162-163, 170-172, 181, 190, 197-199
208, 217, 228, 230, 232, 247, 259, 261-262
273, 275, 277, 292, 304, 306-307
t/14-stderr-tied.t (Wstat: 0 Tests: 309 Failed: 0)
TODO passed: 6, 12, 18-19, 24, 30, 36-37, 40, 43, 46
49, 52, 55, 60-61, 66-67, 72-73, 78-79
84-85, 90-91, 100-101, 112-113, 124-127
136-137, 148-149, 160-163, 170-171, 179-180
188-190, 197-198, 206-207, 215-217, 228-232
243-247, 258-262, 273-277, 288-292, 303-307
Files=13, Tests=3098, 109 wallclock secs ( 1.30 usr 0.13 sys + 45.42 cusr 57.03 csys = 103.88 CPU)
Result: PASS