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
51c03149
Commit
51c03149
authored
Feb 23, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mlang/tests: Add another possible failure for Win2k.
parent
25718e1a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
mlang.c
dlls/mlang/tests/mlang.c
+3
-1
No files found.
dlls/mlang/tests/mlang.c
View file @
51c03149
...
...
@@ -1946,7 +1946,9 @@ static void test_IsCodePageInstallable(IMultiLanguage2 *ml2)
* up an installation dialog on some platforms, even when specifying CPIOD_PEEK.
*/
if
(
IsValidCodePage
(
i
))
ok
(
hr
==
S_OK
||
broken
(
hr
==
E_INVALIDARG
),
/* win2k */
ok
(
hr
==
S_OK
||
broken
(
hr
==
S_FALSE
)
||
/* win2k */
broken
(
hr
==
E_INVALIDARG
),
/* win2k */
"code page %u is valid but not installable 0x%08x
\n
"
,
i
,
hr
);
}
}
...
...
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