https://bugs.winehq.org/show_bug.cgi?id=40592
Bug ID: 40592 Summary: wininet:http test regression Product: Wine Version: 1.9.8 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: wininet Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
The commit below introduced three new wininet:http failures on Windows XP machines that have Internet Explorer 6.0 (for instance fg-winxp-1sp, fg-winxp-2sp and fgtb-fgtbwinxp). These failures are:
http.c:5761: Test failed: Expected test.winehg.org:80, got 'test.winehq.org' http.c:5774: Test failed: HttpSendRequest failed with error 12029 http.c:5799: Test failed: Expected test.winehg.org:443, got 'test.winehq.org'
See: https://test.winehq.org/data/tests/wininet:http.html
commit 05a10d5fc80c36f7d2ed5ab3ef733f9539e08984 Author: Michael Müller michael@fds-team.de AuthorDate: Tue Apr 26 23:38:52 2016 +0200 Commit: Alexandre Julliard julliard@winehq.org CommitDate: Wed Apr 27 19:42:27 2016 +0900
wininet/tests: Add more tests for INTERNET_INVALID_PORT_NUMBER.
Signed-off-by: Michael Müller michael@fds-team.de Signed-off-by: Sebastian Lackner sebastian@fds-team.de Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org