-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
autobuilds: test 1560 [URL API] failing #10193
Comments
We probably need to make sure they use UTF-8 locales for test 1560. |
There are odd cases that don't use UTF8 and then the IDN handling goes wrong. Reported-by: Marcel Raad Fixes #10193
There's still a risk that this fix does not work, since there is no guarantee that systems have UTF8 locales around, but then I'm not really sure how we should go about and detect that and skip the tests on those systems... |
There are a number of tests that check that already in |
Ah right. Thanks! |
except that test 1560 needs a condition like "using winidn OR !using-IDN OR has a UTF-8 locale" ... |
On my build Oracle Linux 9 I have an issue with this 1560 test.
Am I right, that I need some additional locale package requirements for build?
|
There are odd cases that don't use UTF8 and then the IDN handling goes wrong. Reported-by: Marcel Raad Fixes curl#10193 Closes curl#10196
I did this
Look at the autobuilds at https://curl.se/dev/builds.html. Since commit 901392c, @mkauf 's NetBSD builds and Kirill Sokolovsky's Linux builds are failing for the newly extended test 1560 with:
I cannot reproduce the error with a curl configured as close as possible to the failing Linux configuration with the Windows Subsystem for Linux (tried with Ubuntu, Debian, Kali, openSUSE Tumbleweed, and Alpine).
I expected the following
Test 1560 succeeding.
curl/libcurl version
NetBSD:
Linux:
operating system
NetBSD:
Linux:
The text was updated successfully, but these errors were encountered: