mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 12:02:02 +00:00
[GDIPLUS_WINETESTS]
- Re-enable test_font_metrics, test_logfont and test_fontfamily. CORE-6660 ROSTESTS-79 CORE-6643 #resolve - Skip test_font_substitution instead. ROSTESTS-154 svn path=/trunk/; revision=66345
This commit is contained in:
parent
39cc028410
commit
8c6ef59bc5
1 changed files with 4 additions and 9 deletions
|
@ -101,7 +101,6 @@ static void test_createfont(void)
|
|||
GdipDeleteFontFamily(fontfamily);
|
||||
}
|
||||
|
||||
#if CORE_6660_IS_FIXED
|
||||
static void test_logfont(void)
|
||||
{
|
||||
LOGFONTA lfa, lfa2;
|
||||
|
@ -283,7 +282,6 @@ static void test_fontfamily (void)
|
|||
|
||||
GdipDeleteFontFamily(clonedFontFamily);
|
||||
}
|
||||
#endif // CORE_6660_IS_FIXED
|
||||
|
||||
static void test_fontfamily_properties (void)
|
||||
{
|
||||
|
@ -495,7 +493,6 @@ static void test_heightgivendpi(void)
|
|||
GdipDeleteFontFamily(fontfamily);
|
||||
}
|
||||
|
||||
#if CORE_6660_IS_FIXED
|
||||
static int CALLBACK font_enum_proc(const LOGFONTW *lfe, const TEXTMETRICW *ntme,
|
||||
DWORD type, LPARAM lparam)
|
||||
{
|
||||
|
@ -732,7 +729,6 @@ static void test_font_metrics(void)
|
|||
GdipDeleteGraphics(graphics);
|
||||
DeleteDC(hdc);
|
||||
}
|
||||
#endif // CORE_6660_IS_FIXED
|
||||
|
||||
static void test_font_substitution(void)
|
||||
{
|
||||
|
@ -1117,15 +1113,14 @@ START_TEST(font)
|
|||
GdiplusStartup(&gdiplusToken, &gdiplusStartupInput, NULL);
|
||||
|
||||
test_font_transform();
|
||||
test_font_substitution();
|
||||
#if CORE_6660_IS_FIXED
|
||||
if (!winetest_interactive)
|
||||
skip("ROSTESTS-154: Skipping test_font_substitution because of improper error handling\n");
|
||||
else
|
||||
test_font_substitution();
|
||||
test_font_metrics();
|
||||
#endif
|
||||
test_createfont();
|
||||
#if CORE_6660_IS_FIXED
|
||||
test_logfont();
|
||||
test_fontfamily();
|
||||
#endif
|
||||
test_fontfamily_properties();
|
||||
test_getgenerics();
|
||||
test_installedfonts();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue