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.

svn path=/trunk/; revision=40231
This commit is contained in:
Colin Finck 2009-03-25 16:31:17 +00:00
parent 6c67770a16
commit 9148284b91

View file

@ -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 */