-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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 suite fails in en_GB.UTF-8 #500
Comments
Thanks for reporting. I hoped this was fixed... |
Unfortunately, I cannot reproduce the error with macOS (see below). I may have to check on a Linux system. Any help appreciated!
|
Note that the checks are failing in the code that checks the preconditions for the real check - that the standard library on the target platform respects the locale's settings. I'm hypothesizing that de_DE.UTF-8 locale is not supported on OP's platform. I think we can leave the library-specific checks in place and dispense with the precondition-checks that the locale-specific behavior was induced. |
@TurpentineDistillery Good observation! @mikecrowe Could you please try the tests with the (patched) file unit-regression.cpp.zip? |
I can confirm that either enabling the de_DE.UTF-8 locale on my machine, or using your updated unit-regression.cpp makes the tests pass. Thanks! |
Thanks for the quick response! |
As requested in #492 (comment) , the test suite appears to fail for me under Debian 9 (Stretch) amd64:
I've tried using a French locale and that doesn't seem to help. I must be doing something wrong, but I've no idea what!
The text was updated successfully, but these errors were encountered: