From adb6c8ff1bb51620be26c9b7e5c8b005d3af28cb Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Sat, 11 Apr 2009 20:15:26 +0000 Subject: [PATCH] - Reapply the gdi32 bitmap font test ROS-HACK -- the tests still fail on the build server svn path=/trunk/; revision=40466 --- rostests/winetests/gdi32/font.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rostests/winetests/gdi32/font.c b/rostests/winetests/gdi32/font.c index f2fde192b9a..1d9b4fc9b0f 100644 --- a/rostests/winetests/gdi32/font.c +++ b/rostests/winetests/gdi32/font.c @@ -285,6 +285,9 @@ static void test_bitmap_font(void) SIZE size_orig; INT ret, i, width_orig, height_orig, scale, lfWidth; + skip("ROS-HACK: Skipping bitmap font tests!\n"); + return; + hdc = GetDC(0); /* "System" has only 1 pixel size defined, otherwise the test breaks */