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
8ce9b8f1
Commit
8ce9b8f1
authored
Oct 09, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpcrt4/tests: Remove tests for specific values of bit fields.
parent
cab50432
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
17 deletions
+2
-17
ndr_marshall.c
dlls/rpcrt4/tests/ndr_marshall.c
+2
-17
No files found.
dlls/rpcrt4/tests/ndr_marshall.c
View file @
8ce9b8f1
...
...
@@ -1184,30 +1184,15 @@ static void test_common_stub_data( const char *prefix, const MIDL_STUB_MESSAGE *
"%s: pAsyncMsg should have been set to zero instead of %d
\n
"
,
prefix
,
stubMsg
->
PointerLength
);
TEST_ZERO
(
fInDontFree
,
"%d"
);
TEST_ZERO
(
fDontCallFreeInst
,
"%d"
);
ok
(
stubMsg
->
fInOnlyParam
==
0
||
stubMsg
->
fInOnlyParam
==
-
1
,
/* Vista */
"%s: fInOnlyParam should have been set to 0 or -1 instead of %d
\n
"
,
prefix
,
stubMsg
->
fInOnlyParam
);
ok
(
stubMsg
->
fHasReturn
==
0
||
broken
(
stubMsg
->
fHasReturn
==
-
1
),
/* win9x, nt4 */
ok
(
stubMsg
->
fHasReturn
==
0
||
broken
(
stubMsg
->
fHasReturn
),
/* win9x, nt4 */
"%s: fHasReturn should have been set to zero instead of %d
\n
"
,
prefix
,
stubMsg
->
fHasReturn
);
TEST_ZERO
(
fHasExtensions
,
"%d"
);
TEST_ZERO
(
fHasNewCorrDesc
,
"%d"
);
ok
(
stubMsg
->
fIsIn
==
0
||
broken
(
stubMsg
->
fIsIn
==
-
1
),
/* win9x, nt4 */
ok
(
stubMsg
->
fIsIn
==
0
||
broken
(
stubMsg
->
fIsIn
),
/* win9x, nt4 */
"%s: fIsIn should have been set to 0 instead of %d
\n
"
,
prefix
,
stubMsg
->
fIsIn
);
ok
(
stubMsg
->
fIsOut
==
0
||
stubMsg
->
fIsOut
==
-
1
,
/* XP-SP3 */
"%s: fIsOut should have been set to 0 or -1 instead of %d
\n
"
,
prefix
,
stubMsg
->
fIsOut
);
TEST_ZERO
(
fIsOicf
,
"%d"
);
ok
(
stubMsg
->
fBufferValid
==
0
,
"%s: fBufferValid should have been set to 0 instead of %d
\n
"
,
prefix
,
stubMsg
->
fBufferValid
);
ok
(
stubMsg
->
fHasMemoryValidateCallback
==
0
||
stubMsg
->
fHasMemoryValidateCallback
==
-
1
,
/* XP-SP3 */
"%s: fHasMemoryValidateCallback should have been set to 0 or -1 instead of %d
\n
"
,
prefix
,
stubMsg
->
fHasMemoryValidateCallback
);
ok
(
stubMsg
->
fInFree
==
0
||
stubMsg
->
fInFree
==
-
1
,
/* XP-SP3 */
"%s: fInFree should have been set to 0 or -1 instead of %d
\n
"
,
prefix
,
stubMsg
->
fInFree
);
TEST_ZERO
(
fNeedMCCP
,
"%d"
);
ok
(
stubMsg
->
fUnused
==
0
||
stubMsg
->
fUnused
==
-
2
,
/* Vista */
...
...
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