Sweden-Number/dlls/rpcrt4/tests
Ge van Geldorp a9950e3cee rpcrt4/tests: Remove NdrVaryingArrayUnmarshall() test, it is broken on Windows.
The failures in rpcrt4:server on Windows are caused by an access violation
thrown in NdrVaryingArrayUnmarshall() called from get_5numbers(). I've
created a minimum get_5numbers() test with Microsoft tools and that throws
the same access violation. The access violation disappears when zeroing
out the StubMsg before calling NdrClientInitializeNew(), so my guess is
Windows NdrVaryingArrayUnmarshall() uses an uninitialized member.
2009-01-13 16:39:30 +01:00
..
Makefile.in tests: Don't depend on the static uuid libraries in the tests. 2008-07-08 17:51:45 +02:00
cstub.c rpcrt4/tests: Use GetModuleHandle instead of LoadLibrary. 2008-12-16 12:51:12 +01:00
generated.c winapi_test: The tests don't support WIN64 yet so disable them there. 2009-01-08 12:47:22 +01:00
ndr_marshall.c include: Use ULONG in rpcdcep.h for Win64 compatibility. 2009-01-12 13:06:44 +01:00
rpc.c include: Change RPC_STATUS from long to LONG for Win64 compatibility. 2009-01-04 13:34:38 +01:00
rpc_async.c rpcrt4/tests: Fix an uninitialized pointer check for Win64. 2009-01-09 18:08:57 +01:00
server.c rpcrt4/tests: Remove NdrVaryingArrayUnmarshall() test, it is broken on Windows. 2009-01-13 16:39:30 +01:00
server.idl rpcrt4/tests: Remove NdrVaryingArrayUnmarshall() test, it is broken on Windows. 2009-01-13 16:39:30 +01:00
server_defines.h