Subject: | t/charnames.t fails with Perl 5.18 |
Encode-JP-Mobile-0.30 t/charnames.t tests fail with Perl 5.18:
[test@fedora-20 Encode-JP-Mobile-0.30]$ prove --blib --verbose t/charnames.t
t/charnames.t ..
1..34
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9 - ezweb-cp932
ok 10 - ezweb-auto
ok 11 - kddi-softbank conflict code. should return softbank code
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
not ok 18
# Failed test at t/charnames.t line 45.
# got: '1'
# expected: ''
ok 19
ok 20
ok 21
not ok 22 - check warn num
# Failed test 'check warn num'
# at t/charnames.t line 60.
# got: '4'
# expected: '1'
not ok 23 - warning when unkown character
# Failed test 'warning when unkown character'
# at t/charnames.t line 61.
# 'unknown charnames: ファーストフード at t/charnames.t line 45.
# '
# doesn't match '(?^:unknown charnames: Foo)'
ok 24 - warning when unkown \N{} character
ok 25 - validation
ok 26 - validation
ok 27 - validation
ok 28
ok 29
ok 30
ok 31
ok 32
ok 33 - check consistency
ok 34
# Looks like you failed 3 tests of 34.
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/34 subtests
Test Summary Report
-------------------
t/charnames.t (Wstat: 768 Tests: 34 Failed: 3)
Failed tests: 18, 22-23
Non-zero exit status: 3
Files=1, Tests=34, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.21 cusr 0.03 csys = 0.29 CPU)
Result: FAIL