Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
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
Aleksandr Isakov
wine-fonts
Commits
3f7ef33e
Commit
3f7ef33e
authored
Mar 12, 2022
by
Eric Pouech
Committed by
Alexandre Julliard
Mar 14, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32/tests: Ensure (re)definition of EXPECTRES for all integer types.
Signed-off-by:
Eric Pouech
<
eric.pouech@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
734a8ea2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
vartype.c
dlls/oleaut32/tests/vartype.c
+8
-0
No files found.
dlls/oleaut32/tests/vartype.c
View file @
3f7ef33e
...
...
@@ -648,6 +648,8 @@ static void test_VarI1ChangeTypeEx(void)
#undef CONV_TYPE
#define CONV_TYPE BYTE
#undef EXPECTRES
#define EXPECTRES(res, x) _EXPECTRES(res, x, "%u")
static
void
test_VarUI1FromI1
(
void
)
{
...
...
@@ -942,6 +944,8 @@ static void test_VarUI1ChangeTypeEx(void)
#undef CONV_TYPE
#define CONV_TYPE SHORT
#undef EXPECTRES
#define EXPECTRES(res, x) _EXPECTRES(res, x, "%d")
static
void
test_VarI2FromI1
(
void
)
{
...
...
@@ -1178,6 +1182,8 @@ static void test_VarI2ChangeTypeEx(void)
#undef CONV_TYPE
#define CONV_TYPE USHORT
#undef EXPECTRES
#define EXPECTRES(res, x) _EXPECTRES(res, x, "%u")
static
void
test_VarUI2FromI1
(
void
)
{
...
...
@@ -1411,6 +1417,8 @@ static void test_VarUI2ChangeTypeEx(void)
#undef CONV_TYPE
#define CONV_TYPE LONG
#undef EXPECTRES
#define EXPECTRES(res, x) _EXPECTRES(res, x, "%d")
static
void
test_VarI4FromI1
(
void
)
{
...
...
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