Author: cfinck
Date: Wed Mar 25 19:31:17 2009
New Revision: 40231
URL:
http://svn.reactos.org/svn/reactos?rev=40231&view=rev
Log:
Readd the hack for skipping the bitmap font tests.
As long as we have no working bitmap font driver, it results in endless loops and fails,
which even get sysreg2 into an uncomfortable state.
Modified:
trunk/rostests/winetests/gdi32/font.c
Modified: trunk/rostests/winetests/gdi32/font.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/gdi32/font.c?re…
==============================================================================
--- trunk/rostests/winetests/gdi32/font.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/gdi32/font.c [iso-8859-1] Wed Mar 25 19:31:17 2009
@@ -284,6 +284,9 @@
TEXTMETRICA tm_orig;
SIZE size_orig;
INT ret, i, width_orig, height_orig, scale, lfWidth;
+
+ skip("ROS-HACK: Skipping bitmap font tests!\n");
+ return;
hdc = GetDC(0);