Subject: | utf8/regexp (?) related failure with bleadperl |
With bleadperl (based on perl 5.15.9) two tests fail:
t/05_diff_regexp-pp.t .. 1/?
t/05_diff_regexp-pp.t .. 5/? # Failed test at t/05_diff_regexp-pp.t
line 21.
Wide character in print at
/var/tmp/CPAN-build/String-Diff-0.04-3Ii9Gi/inc/Test/Builder.pm line
1274, <DATA> line 1.
# got: '(?:ã|ã
ã¤ãã
)ã(?:æ´ããæ¥ã«æ£æ©ãããã¨|人ãã
ãªã
ã®ã§)ãã(?:ãã«|ã)ã¯'
# expected: '(?:ã|ã
ã¤ãã
)ã(?:æ´ããæ¥ã«æ£æ©ãããã¨|人ãã
ãªã
ã®ã§)\ãã(?:ãã«|ã)ã¯'
# Looks like you failed 1 test of 10.
t/05_diff_regexp-pp.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/10 subtests
t/05_diff_regexp.t ..... 1/?
# Failed test at t/05_diff_regexp.t line 20.
Wide character in print at
/var/tmp/CPAN-build/String-Diff-0.04-3Ii9Gi/inc/Test/Builder.pm line
1274, <DATA> line 1.
# got: '(?:ã|ã
ã¤ãã
)ã(?:æ´ããæ¥ã«æ£æ©ãããã¨|人ãã
ãªã
ã®ã§)ãã(?:ãã«|ã)ã¯'
# expected: '(?:ã|ã
ã¤ãã
)ã(?:æ´ããæ¥ã«æ£æ©ãããã¨|人ãã
ãªã
ã®ã§)\ãã(?:ãã«|ã)ã¯'
# Looks like you failed 1 test of 10.
t/05_diff_regexp.t ..... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/10 subtests
Test Summary Report
-------------------
t/05_diff_regexp-pp.t (Wstat: 256 Tests: 10 Failed: 1)
Failed test: 4
Non-zero exit status: 1
t/05_diff_regexp.t (Wstat: 256 Tests: 10 Failed: 1)
Failed test: 4
Non-zero exit status: 1
Files=12, Tests=132, 9 wallclock secs ( 0.07 usr 0.04 sys + 1.95 cusr
0.18 csys = 2.24 CPU)
Result: FAIL
Failed 2/12 test programs. 2/132 subtests failed.
(Note that I had to remove inc/YAML.pm before I could run the tests at
all, see the other RT ticket).
Regards,
Slaven