Hi, Goro,
The following is the result with "--blib."
C:\temp\PerlIO-Util-0.52\t>prove --blib 08_taint.t
08_taint....1/5
# Failed test 'insecure :tee'
# at 08_taint.t line 22.
# ''
# doesn't match '(?i-xsm:insecure)'
# Looks like you failed 1 test of 5.
08_taint.... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/5 subtests
Test Summary Report
-------------------
08_taint (Wstat: 256 Tests: 5 Failed: 1)
Failed test: 2
Non-zero exit status: 1
Files=1, Tests=5, 1 wallclock secs ( 0.03 usr + 0.02 sys = 0.05 CPU)
Result: FAIL
Moreover, I doubt whether "All 5 subtests passed" is true. Be specific,
the following is the result with removing -T.
C:\temp\PerlIO-Util-0.52\t>prove --blib 08_taint.t
08_taint....1/5
# Failed test 'insecure :tee'
# at 08_taint.t line 21.
# ''
# doesn't match '(?i-xsm:insecure)'
# Failed test 'insecure :tee'
# at 08_taint.t line 26.
# 'Unknown PerlIO layer "C:\temp\PerlIO-Util-0.52\t\util\foo"
at 08_taint.t line 24.
# '
# doesn't match '(?i-xsm:insecure)'
# Failed test 'insecure :creat'
# at 08_taint.t line 31.
# ''
# doesn't match '(?i-xsm:insecure)'
# Failed test 'insecure :excl'
# at 08_taint.t line 36.
# ''
# doesn't match '(?i-xsm:insecure)'
# Looks like you failed 4 tests of 5.
08_taint.... Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/5 subtests
Test Summary Report
-------------------
08_taint (Wstat: 1024 Tests: 5 Failed: 4)
Failed tests: 2-5
Non-zero exit status: 4
Files=1, Tests=5, 0 wallclock secs ( 0.03 usr + 0.02 sys = 0.05 CPU)
Result: FAIL
Regards,
Taro Nishino