[Bug 9916] "make test" usually fails

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Nov 1 08:25:51 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=9916





--- Comment #24 from Lionel Debroux <lionel_debroux at yahoo.fr>  2007-11-01 08:25:49 ---
Created an attachment (id=8911)
 --> (http://bugs.winehq.org/attachment.cgi?id=8911)
Second run of Valgrind (as described in comment #22 and #23)

Several interesting errors indeed surface, let's mention:
* in a number of tests, wine_cp_wcstombs seems to use uninitialized values of
size 4;
* various functions use uninitialized memory for conditional jumps or moves;
* various functions seem to pass uninitialized areas to syscalls (?);

This time, the wininet FTP & HTTP tests were run when the Ethernet interface
was up, and they both went smoothly. With Hans' patch, the FTP test now goes
smoothly when the network interfaces are down, but as I posted above with
trace+wininet output, the HTTP test generates "unexpected status" errors.


I've just fetched & rebased from the git repository, so I'm currently
rebuilding, and I'll run the tests again with Valgrind. This time, I will make
sure that the suppressions file is actually taken into account...


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list