http://bugs.winehq.org/show_bug.cgi?id=14829
Summary: wininet: http.ok hangs in Solaris, but not Linux Product: Wine Version: 1.1.2 Platform: PC OS/Version: Solaris Status: NEW Keywords: testcase Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Created an attachment (id=15378) --> (http://bugs.winehq.org/attachment.cgi?id=15378) +wininet in git
austin@opensolaris:~/wine-git/dlls/wininet/tests$ make testclean ; wineserver -k ; rm -rf ~/.wine ; make http.okrm -f ftp.ok generated.ok http.ok internet.ok url.ok urlcache.ok ../../../tools/runtest -q -P wine -M wininet.dll -T ../../.. -p wininet_test.exe.so http.c && touch http.ok wine: created the configuration directory '/export/home/austin/.wine' err:iphlpapi:getNumWithOneHeader Unable to open '/proc/net/route' to count entries! err:iphlpapi:getRouteTable unimplemented! Could not load Mozilla. HTML rendering will be disabled. http.c:115: Test failed: unexpected status 50 (INTERNET_STATUS_CLOSING_CONNECTION) http.c:115: Test failed: unexpected status 51 (INTERNET_STATUS_CONNECTION_CLOSED) http.c:115: Test failed: unexpected status 10 (INTERNET_STATUS_RESOLVING_NAME) http.c:115: Test failed: unexpected status 11 (INTERNET_STATUS_NAME_RESOLVED) http.c:340: Test failed: expected status 10 (INTERNET_STATUS_RESOLVING_NAME) 1 times, received 2 times http.c:341: Test failed: expected status 11 (INTERNET_STATUS_NAME_RESOLVED) 1 times, received 2 times err:iphlpapi:getNumWithOneHeader Unable to open '/proc/net/route' to count entries! err:iphlpapi:getRouteTable unimplemented!
then hangs indefinitely. I'm attaching a +wininet log, letting it run for about 5 minutes.