-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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 issue on test1148 #2436
Comments
Hi all, For me when I try to Build curl on Ubuntu-Host machine curl https://curl.haxx.se/download/curl-7.59.0.tar.xz|tar xvJf - && cd curl-7.59.0 && ./configure && make && make check, Everything passes successfully curl 7.59.0 () 1148: output (log/stderrlog1148) FAILED: Trying 127.0.0.1... < HTTP/1.1 200 OK Connection #0 to host 127.0.0.1 left intact Test suite total running time breakdown per task... Spent 0002.665 seconds starting and verifying test harness servers. Test server starting and verification time per test (top 25)... -time- test 02.665 1148 Test definition reading and preparation time per test (top 10)... -time- test 00.017 1148 Test tool execution time per test (top 25)... -time- test 00.802 1148 Test server logs lock removal time per test (top 15)... -time- test 00.101 1148 Test results verification time per test (top 10)... -time- test 00.009 1148 Total time per test (top 50)... -time- test 03.594 1148 TESTDONE: 0 tests out of 1 reported OK: 0% The Only difference I could find is addition of some extra spaces in the log. 1148: output (log/stderrlog1148) FAILED: Can anyone Please help in resolving it? |
...as otherwise it might use a different decimal sign. Bug: #2436 Reported-by: Oumph on github
Thanks @Oumph, I've merged a fix like that now! @cerium001: it looks like your problem might be a different one but it would still be worth for you to check how it runs for you with commit 28faaac included. Build from git or try tomorrow's daily snapshot. If there's a problem still, please file a new issue. |
I did this
curl https://curl.haxx.se/download/curl-7.59.0.tar.xz|tar xvJf - && cd curl-7.59.0 && ./configure && make && make check
Test 1148 failed due to locale LC_NUMERIC=fr_FR.UTF-8 (dot vs comma for 100.0% in the progressbar)
I expected the following
Success for test 1148
curl/libcurl version
operating system
Debian Sid x86_64
Fix
The text was updated successfully, but these errors were encountered: