Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test failures that don't look like failures for tidy 5.6.0 #7

Open
robrwo opened this issue May 1, 2018 · 0 comments
Open

Test failures that don't look like failures for tidy 5.6.0 #7

robrwo opened this issue May 1, 2018 · 0 comments
Labels
bug Something isn't working tests

Comments

@robrwo
Copy link

robrwo commented May 1, 2018

I get failures on 5.6.0 and the dev version 5.7.14:

t/cfg-for-parse.t .......... 1/3 
#   Failed test 'Matching errors'
#   at t/cfg-for-parse.t line 28.
#     Structures begin differing at:
#          $got->[0] = 'DATA (7:1) Error: <x> is not recognised!'
#     $expected->[0] = 'DATA (7:1) Error: <x> is not recognized!'
# Looks like you failed 1 test of 3.
t/cfg-for-parse.t .......... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests 

t/ignore.t ................. 1/9 
#   Failed test 'Matching errors'
#   at t/ignore.t line 54.
#     Structures begin differing at:
#          $got->[0] = '- (23:1) Error: <bogotag> is not recognised!'
#     $expected->[0] = '- (23:1) Error: <bogotag> is not recognized!'
# Looks like you failed 1 test of 9.
t/ignore.t ................. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/9 subtests 

t/levels.t ................. 1/3 
#   Failed test 'Matching messages'
#   at t/levels.t line 30.
#     Structures begin differing at:
#          $got->[1] = '- (23:1) Error: <bogotag> is not recognised!'
#     $expected->[1] = '- (23:1) Error: <bogotag> is not recognized!'
# Looks like you failed 1 test of 3.
t/levels.t ................. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests 

I'm wondering if that's an encoding issue, since those strings look like they should match.

Note this is for Perl v5.22.2

@petdance petdance added bug Something isn't working tests labels Oct 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tests
Projects
None yet
Development

No branches or pull requests

2 participants