https://bugs.winehq.org/show_bug.cgi?id=40595
Bug ID: 40595 Summary: gdiplus:metafile test regression (test_frameunit) Product: Wine Version: 1.9.8 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: gdiplus Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
Since the commit below, Windows XP SP1 machines (e.g. fg-winxp-1sp) have four new test failures:
metafile.c:1282: Test failed: Expected 1.000000, got 0.000000 metafile.c:1283: Test failed: Expected 1.000000, got 0.000000 metafile.c:1293: Test failed: Expected 1.000000, got 0.000000 metafile.c:1294: Test failed: Expected 1.000000, got 0.000000
See: https://test.winehq.org/data/tests/gdiplus:metafile.html
commit 18e65a95a7e294af04a62696a8181a72860c561f Author: Vincent Povirk vincent@codeweavers.com Date: Wed Apr 6 14:36:55 2016 -0500
gdiplus: Fix bounds of recorded Metafile objects.
Signed-off-by: Vincent Povirk vincent@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org