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!
https://bugs.winehq.org/show_bug.cgi?id=51782
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=51782
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexhenrie24@gmail.com, | |z.figura12@gmail.com Version|unspecified |6.17
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- ws2_32:sock has always had a bunch, but the bulk of it now is test_sockopt_validity, for options we don't implement.
I don't think we really want to spend effort on implementing these, though. Maybe the best thing to do is shorten the todo messages a bit.