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

Locale-dependent test failures #6

Open
eserte opened this issue Dec 17, 2017 · 1 comment
Open

Locale-dependent test failures #6

eserte opened this issue Dec 17, 2017 · 1 comment

Comments

@eserte
Copy link

eserte commented Dec 17, 2017

With non-English locales (and probably only for older perls, approx. < 5.22) the t/03-parsing-errors.t test fails:

    #   Failed test 'threw Regexp ((?^:failed on t/data/errors/nonexistent.err: No such file or directory))'
    #   at t/03-parsing-errors.t line 27.
    # expecting: Regexp ((?^:failed on t/data/errors/nonexistent.err: No such file or directory))
    # found: parse failed on t/data/errors/nonexistent.err: Datei oder Verzeichnis nicht gefunden at (eval 40) line 1.
    # Looks like you failed 1 test of 1.

#   Failed test 'nonexistent'
#   at t/03-parsing-errors.t line 29.
# Looks like you failed 1 test of 3.
t/03-parsing-errors.t ........ 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests 
robrwo added a commit that referenced this issue Dec 18, 2017
@robrwo
Copy link
Owner

robrwo commented Dec 20, 2017

These are now skipped when the locale is non-English, but ideally we'd want to come up with a locale-independent means of testing them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants