https://bugs.winehq.org/show_bug.cgi?id=51780
Bug ID: 51780 Summary: The user32:msg output is too big in Wine Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: major Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
user32:msg now outputs ~97kB of data. This is way too much and contributes in pushing the WineTest reports above the 1.5MB limit.
No single patch is responsible but the size changed on the following dates:
Sep 08: user32:msg (+6kB) Sep 09: user32:msg (+18kB) Sep 17: user32:msg (+6kB) Sep 20: user32:msg (+15kB) Sep 21: user32:msg (+19kB)
The traces break down as follows: 0kB failures 77kB todos 16kB traces 1.5kB test framework (summary lines, etc.)
Time to fix Wine to reduce the number of todos!
https://bugs.winehq.org/show_bug.cgi?id=51780
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=51780
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |46164f40ab50ba7d4135d8c2226 | |b4488269262a8 Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #1 from François Gouget fgouget@codeweavers.com --- This got fixed by the commit below:
commit 46164f40ab50ba7d4135d8c2226b4488269262a8 Author: Alexandre Julliard julliard@winehq.org Date: Fri Sep 16 10:22:45 2022 +0200
user32/tests: Don't print debug traces by default.
This reduces the test output to stay within the 32kB limit.
https://bugs.winehq.org/show_bug.cgi?id=51780
--- Comment #2 from François Gouget fgouget@codeweavers.com --- And also:
commit a72bffe768c9fe462010d7e40e20226322fb82c7 Author: Alexandre Julliard julliard@winehq.org Date: Fri Sep 16 10:18:29 2022 +0200
user32/tests: Only report the first todo of a failed message sequence.
This reduces the test output to stay within the 32kB limit.
https://bugs.winehq.org/show_bug.cgi?id=51780
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.0-rc1.