[PATCH] rpcrt4/tests: Run RPC tests in both mixed and fully interpreted mode.

Zebediah Figura z.figura12 at gmail.com
Wed Jan 23 12:02:17 CST 2019


On 1/23/19 5:37 AM, Jacek Caban wrote:
> Signed-off-by: Jacek Caban <jacek at codeweavers.com>
> ---
>   dlls/rpcrt4/tests/Makefile.in       |   6 +-
>   dlls/rpcrt4/tests/server.c          | 934 ++++++++++++++++++++++++----
>   dlls/rpcrt4/tests/server.idl        | 228 ++++---
>   dlls/rpcrt4/tests/server_interp.idl |  25 +
>   4 files changed, 965 insertions(+), 228 deletions(-)
>   create mode 100644 dlls/rpcrt4/tests/server_interp.idl
> 
> 
> 
> 

This seems like a great idea; I'm wondering if there are perhaps simpler 
ways of achieving it.

In particular it's not obvious to me that we need to duplicate the 
server methods. Could we leave them as is and then instead use something 
like this:

server_EXTRAIDLFLAGS = -Os --prefix-client=mixed_
server_interp_EXTRAIDLFLAGS = -Oicf --prefix-client=interp_



More information about the wine-devel mailing list