[Bug 12321] New: Some WinInet tests are invalid

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Apr 1 15:46:31 CDT 2008


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 at winehq.org
        ReportedBy: dsh at 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


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list