June 9, 2026
5:06 p.m.
On Tue Jun 9 16:50:56 2026 +0000, Dmitry Timoshkov wrote:
The best place for testing windows behaviour is dlls/user32/tests, and X11 specific behaviour shouldn't matter. What are you trying to test exactly? I am trying to test when an application provides a maximized rect through WM_GETMINMAXINFO that is larger than the working area.
My WM does not allow this and tries to clamp it down, but on Windows, this over extended maximized rect is allowed. This test is to show the difference between the behavior. I can see now though, that it passes and that this type of test may not work as intended when run through the pipeline. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11099#note_142540