https://bugs.winehq.org/show_bug.cgi?id=51782
Bug ID: 51782 Summary: The ws2_32:sock output is too big in Wine Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: winsock Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
ws2_32:sock outputs ~29kB of data. This is too much and contributes in pushing the WineTest reports above the 1.5MB limit.
The traces break down as follows: 0kB failures 24kB todos 5kB traces 0kB test framework (summary lines, etc.)
Note that this predates the double-free ws2_32:sock crash (bug 51778): the crash backtrace just took the place of the todos/traces that are no longer being run.
Time to fix Wine to reduce the number of todos!