Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
4c928d39
Commit
4c928d39
authored
May 28, 2008
by
James Hawkins
Committed by
Alexandre Julliard
May 29, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32: Disable olefont tests that fail on all platforms.
parent
333f83ff
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
olefont.c
dlls/oleaut32/tests/olefont.c
+3
-0
No files found.
dlls/oleaut32/tests/olefont.c
View file @
4c928d39
...
@@ -812,6 +812,8 @@ START_TEST(olefont)
...
@@ -812,6 +812,8 @@ START_TEST(olefont)
/* Test various size operations and conversions. */
/* Test various size operations and conversions. */
/* Add more as needed. */
/* Add more as needed. */
if
(
0
)
/* FIXME: failing tests */
{
test_ifont_sizes
(
180000
,
0
,
72
,
2540
,
-
18
,
"default"
);
test_ifont_sizes
(
180000
,
0
,
72
,
2540
,
-
18
,
"default"
);
test_ifont_sizes
(
180000
,
0
,
144
,
2540
,
-
36
,
"ratio1"
);
/* change ratio */
test_ifont_sizes
(
180000
,
0
,
144
,
2540
,
-
36
,
"ratio1"
);
/* change ratio */
test_ifont_sizes
(
180000
,
0
,
72
,
1270
,
-
36
,
"ratio2"
);
/* 2nd part of ratio */
test_ifont_sizes
(
180000
,
0
,
72
,
1270
,
-
36
,
"ratio2"
);
/* 2nd part of ratio */
...
@@ -819,6 +821,7 @@ START_TEST(olefont)
...
@@ -819,6 +821,7 @@ START_TEST(olefont)
/* These depend on details of how IFont rounds sizes internally. */
/* These depend on details of how IFont rounds sizes internally. */
test_ifont_sizes
(
0
,
0
,
72
,
2540
,
0
,
"zero size"
);
/* zero size */
test_ifont_sizes
(
0
,
0
,
72
,
2540
,
0
,
"zero size"
);
/* zero size */
test_ifont_sizes
(
186000
,
0
,
72
,
2540
,
-
19
,
"rounding"
);
/* test rounding */
test_ifont_sizes
(
186000
,
0
,
72
,
2540
,
-
19
,
"rounding"
);
/* test rounding */
}
test_font_events_disp
();
test_font_events_disp
();
test_GetIDsOfNames
();
test_GetIDsOfNames
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment