[Bug-wget] IDN and IRI tests fail on MS-Windows with wget 1.16.1

2014-12-20 Thread Eli Zaretskii
I've looked into the failing tests. Here's the list of failed tests and my conclusions from looking at the logs and the test scripts: FAIL: Test-idn-headers.px FAIL: Test-idn-meta.px These use EUC_JP encoded file name, but do not state --local-encoding on the wget command line,

Re: [Bug-wget] Building and testing wget 1.16.1 on MinGW

2014-12-20 Thread Eli Zaretskii
From: Tim Ruehsen tim.rueh...@gmx.de Date: Fri, 19 Dec 2014 12:53:13 +0100 4. make check fails to link test programs, such as unit-tests.exe, because it doesn't link against libintl. Again, not sure how best to fix that (wget itself does get linked against libintl and

Re: [Bug-wget] Building and testing wget 1.16.1 on MinGW

2014-12-20 Thread Tim Rühsen
Am Samstag, 20. Dezember 2014, 10:37:30 schrieb Eli Zaretskii: From: Tim Ruehsen tim.rueh...@gmx.de Date: Fri, 19 Dec 2014 12:53:13 +0100 4. make check fails to link test programs, such as unit-tests.exe, because it doesn't link against libintl. Again, not sure how best

Re: [Bug-wget] FTP tests fail on MS-Windows

2014-12-20 Thread Tim Rühsen
Am Freitag, 19. Dezember 2014, 18:18:31 schrieb Eli Zaretskii: I've built wget 1.16.1 on GNU/Linux as well, and compared the test results to try and figure out why some tests fail on Windows. When I run Test-ftp-bad-list.px on GNU/Linux, I see this output: Running test

Re: [Bug-wget] FTP tests fail on MS-Windows

2014-12-20 Thread Eli Zaretskii
From: Tim Rühsen tim.rueh...@gmx.de Date: Sat, 20 Dec 2014 18:18:20 +0100 But on Windows the same test yields this: Running test Test-ftp-bad-list Calling /d/gnu/wget-1.16.1/tests/../src/wget -nH -Nc -r ftp://localhost:3244/ --2014-12-19 18:14:54-- ftp://localhost:3244/

Re: [Bug-wget] FTP tests fail on MS-Windows

2014-12-20 Thread Tim Rühsen
Am Samstag, 20. Dezember 2014, 22:06:01 schrieb Eli Zaretskii: From: Tim Rühsen tim.rueh...@gmx.de Date: Sat, 20 Dec 2014 18:18:20 +0100 But on Windows the same test yields this: Running test Test-ftp-bad-list Calling /d/gnu/wget-1.16.1/tests/../src/wget -nH -Nc -r

Re: [Bug-wget] FTP tests fail on MS-Windows

2014-12-20 Thread Eli Zaretskii
From: Tim Rühsen tim.rueh...@gmx.de Date: Sat, 20 Dec 2014 22:16:16 +0100 # FTP Server has to start with english locale due to use of strftime month names in LIST command setlocale(LC_ALL, 'C'); $self-_launch_server( Thanks. But how