[ros-diffs] [sginsberg] 38140: - Hack-skip the gdi32 font test in an attempt to fix the infinite loop build server encounters
sginsberg at svn.reactos.org
sginsberg at svn.reactos.org
Wed Dec 17 06:46:56 CET 2008
Author: sginsberg
Date: Tue Dec 16 23:46:56 2008
New Revision: 38140
URL: http://svn.reactos.org/svn/reactos?rev=38140&view=rev
Log:
- Hack-skip the gdi32 font test in an attempt to fix the infinite loop build server encounters
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=38140&r1=38139&r2=38140&view=diff
==============================================================================
--- trunk/rostests/winetests/gdi32/font.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/gdi32/font.c [iso-8859-1] Tue Dec 16 23:46:56 2008
@@ -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