http://bugs.winehq.org/show_bug.cgi?id=12321
Summary: Some WinInet tests are invalid Product: Wine Version: CVS/GIT Platform: All URL: http://winehq.org/pipermail/wine-patches/2008- March/052323.html OS/Version: All Status: UNCONFIRMED Severity: normal Priority: P2 Component: wininet AssignedTo: wine-bugs@winehq.org ReportedBy: dsh@linux.ucla.edu
Created an attachment (id=11789) --> (http://bugs.winehq.org/attachment.cgi?id=11789) Some test failures
Some WinInet tests fail on Windows (XP) and Wine if data is returned slowly. The original report was here: http://winehq.org/pipermail/wine-patches/2008-March/052323.html
Using a CGI script like the following and changing the tests to retrieve that instead of the winehq.org page will cause some test failures such as attached.
#!/bin/bash # CGI test script sleep 1 echo Content-type: text/plain sleep 1 echo sleep 5 echo Hi sleep 5 echo Bye sleep 5