[ros-diffs] [cfinck] 40231: 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.
cfinck at svn.reactos.org
cfinck at svn.reactos.org
Wed Mar 25 17:31:18 CET 2009
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?rev=40231&r1=40230&r2=40231&view=diff
==============================================================================
--- 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);
More information about the Ros-diffs
mailing list