Hey Dmitry,
A test you added in the following commit introduces ~1 failure per platform:
commit 6f7457d8adaf67b457154a45deef21d5b5a87c8f Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Tue Jun 24 16:13:31 2008 +0900
gdi32: Add a test for outline text metrics.
Looking at the test code, it looks like a rounding difference:
font.c:302: found bitmap font System, height 16 font.c:443: gm.gmCellIncX 1366, width_orig 1366 font.c:451: gm.gmCellIncX 683, width_orig 1366 font.c:483: gm.gmCellIncX 27320, width_orig 1366 font.c:494: gm.gmCellIncX 13660, width_orig 1366 font.c:514: gm.gmCellIncX 10758, width_orig 1366 font.c:517: Test failed: incX 10758 != 10757
Thanks, James Hawkins