Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
00598e49
Commit
00598e49
authored
May 23, 2006
by
Huw Davies
Committed by
Alexandre Julliard
May 23, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpcrt4: Uncomment test now that it works correctly.
parent
69d18c48
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
ndr_marshall.c
dlls/rpcrt4/tests/ndr_marshall.c
+1
-8
No files found.
dlls/rpcrt4/tests/ndr_marshall.c
View file @
00598e49
...
@@ -496,13 +496,6 @@ todo_wine {
...
@@ -496,13 +496,6 @@ todo_wine {
Passing a NULL ptr while we're a client && !must_alloc
Passing a NULL ptr while we're a client && !must_alloc
crashes on Windows, so we won't do that. */
crashes on Windows, so we won't do that. */
#if 0 /* This unmarshal doesn't work correctly under Wine with a
pstruct (and worse trashes the buffer, so further tests
fail). When reusing the buffer the ptrs get overwritten with
newly alloc'ed ptrs. In Wine at the moment these get zero'ed
before the call to PointerUnmarshall in
EmbeddedPointerUnmarshall, this zeros the buffer ptrs, so
PointerUnmarshall thinks they're null-ptrs. */
mem
=
NULL
;
mem
=
NULL
;
StubMsg
.
IsClient
=
0
;
StubMsg
.
IsClient
=
0
;
StubMsg
.
Buffer
=
StubMsg
.
BufferStart
;
StubMsg
.
Buffer
=
StubMsg
.
BufferStart
;
...
@@ -513,7 +506,7 @@ todo_wine {
...
@@ -513,7 +506,7 @@ todo_wine {
ok
(
my_alloc_called
==
num_additional_allocs
,
"%s: my_alloc got called %d times
\n
"
,
msgpfx
,
my_alloc_called
);
ok
(
my_alloc_called
==
num_additional_allocs
,
"%s: my_alloc got called %d times
\n
"
,
msgpfx
,
my_alloc_called
);
my_alloc_called
=
0
;
my_alloc_called
=
0
;
ok
(
StubMsg
.
MemorySize
==
0
,
"%s: memorysize touched in unmarshal
\n
"
,
msgpfx
);
ok
(
StubMsg
.
MemorySize
==
0
,
"%s: memorysize touched in unmarshal
\n
"
,
msgpfx
);
#endif
/*** now must_alloc is true ***/
/*** now must_alloc is true ***/
/* with must_alloc set we always allocate new memory whether or not we're
/* with must_alloc set we always allocate new memory whether or not we're
...
...
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