Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
6c827fa8
Commit
6c827fa8
authored
May 27, 2009
by
Detlef Riekenberg
Committed by
Alexandre Julliard
May 27, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mlang/tests: Make the tests more silent.
parent
4e9f7899
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
mlang.c
dlls/mlang/tests/mlang.c
+4
-2
No files found.
dlls/mlang/tests/mlang.c
View file @
6c827fa8
...
...
@@ -403,7 +403,8 @@ static void test_EnumCodePages(IMultiLanguage2 *iML2, DWORD flags)
if
(
TranslateCharsetInfo
((
DWORD
*
)(
INT_PTR
)
cpinfo
[
i
].
uiFamilyCodePage
,
&
csi
,
TCI_SRCCODEPAGE
))
ok
(
cpinfo
[
i
].
bGDICharset
==
csi
.
ciCharset
,
"%d != %d
\n
"
,
cpinfo
[
i
].
bGDICharset
,
csi
.
ciCharset
);
else
trace
(
"TranslateCharsetInfo failed for cp %u
\n
"
,
cpinfo
[
i
].
uiFamilyCodePage
);
if
(
winetest_debug
>
1
)
trace
(
"TranslateCharsetInfo failed for cp %u
\n
"
,
cpinfo
[
i
].
uiFamilyCodePage
);
#ifdef DUMP_CP_INFO
trace
(
"%u: codepage %u family %u
\n
"
,
i
,
cpinfo
[
i
].
uiCodePage
,
cpinfo
[
i
].
uiFamilyCodePage
);
...
...
@@ -431,7 +432,8 @@ static void test_EnumCodePages(IMultiLanguage2 *iML2, DWORD flags)
}
}
else
trace
(
"IsValidCodePage failed for cp %u
\n
"
,
cpinfo
[
i
].
uiCodePage
);
if
(
winetest_debug
>
1
)
trace
(
"IsValidCodePage failed for cp %u
\n
"
,
cpinfo
[
i
].
uiCodePage
);
if
(
memcmp
(
cpinfo
[
i
].
wszWebCharset
,
feffW
,
sizeof
(
WCHAR
)
*
11
)
==
0
)
skip
(
"Legacy windows bug returning invalid charset of unicodeFEFF
\n
"
);
...
...
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