April 26, 2026
2:06 p.m.
Bartosz Kosiorek (@gang65) commented about dlls/gdiplus/tests/graphics.c:
set_rect_empty(&bounds); status = GdipGetRegionBounds(region, graphics, &bounds); expect(Ok, status); + todo_wine expectf_(5.0 + margin_x, bounds.X, 1.0); + todo_wine expectf(5.0, bounds.Y); + todo_wine expectf_(width_1, bounds.Width, 1.0); + todo_wine
I am worried that with this MR, new regressions was introduced. I would prefer to introduce fixes, which doesn't broke existing tests. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9775#note_137683