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
9bfd58a5
Commit
9bfd58a5
authored
Jan 20, 2015
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jan 20, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32/tests: Uncomment and fix a test (PVS-Studio).
parent
50cd5b6a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
vartest.c
dlls/oleaut32/tests/vartest.c
+7
-5
No files found.
dlls/oleaut32/tests/vartest.c
View file @
9bfd58a5
...
...
@@ -1383,11 +1383,13 @@ static void test_VarParseNumFromStr(void)
/* VB oct char bigger than 7 */
CONVERT
(
"&o128"
,
NUMPRS_HEX_OCT
);
/*
Native versions 2.x of oleaut32 allow this to succeed: later versions and Wine don't
EXPECTFAIL;
EXPECTRGB(0,FAILDIG);
*/
todo_wine
{
EXPECT
(
2
,
NUMPRS_HEX_OCT
,
0x40
,
4
,
3
,
0
);
EXPECTRGB
(
0
,
1
);
EXPECTRGB
(
1
,
2
);
}
EXPECTRGB
(
3
,
FAILDIG
);
/** NUMPRS_PARENS **/
/* Empty parens = error */
...
...
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