mirror of
https://github.com/reactos/wine.git
synced 2025-02-27 16:26:08 +00:00
gdi32/tests: Mark Win2k result as broken.
This commit is contained in:
parent
800edfb869
commit
feaf554778
@ -5299,7 +5299,8 @@ static void check_vertical_metrics(const char *face)
|
||||
vgm.gmptGlyphOrigin.x, rgm.gmptGlyphOrigin.x, vgm.gmCellIncX, otm.otmDescent);
|
||||
}
|
||||
|
||||
ok(vgm.gmptGlyphOrigin.y == abc.abcA + abc.abcB + otm.otmDescent,
|
||||
ok(vgm.gmptGlyphOrigin.y == abc.abcA + abc.abcB + otm.otmDescent ||
|
||||
broken(vgm.gmptGlyphOrigin.y == abc.abcA + abc.abcB - otm.otmTextMetrics.tmDescent) /* win2k */,
|
||||
"got %d, expected abcA(%d) + abcB(%u) + descent(%d)\n",
|
||||
(INT)vgm.gmptGlyphOrigin.y, abc.abcA, abc.abcB, otm.otmDescent);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user