Still a crash in the rpcrt4 tests
Hi Rob, There is still a crash in the rpcrt4 tests on NT4+. These 2 tests both crash actually: 886 x = echo_ranged_int(0); 887 ok(x == 0, "echo_ranged_int() returned %d instead of 0\n", x); 888 x = echo_ranged_int(100); 889 ok(x == 100, "echo_ranged_int() returned %d instead of 100\n", x); but only in the "ncalrpc_basic" case. -- Cheers, Paul.
2009/11/12 Paul Vriens <paul.vriens.wine(a)gmail.com>:
Hi Rob,
There is still a crash in the rpcrt4 tests on NT4+.
These 2 tests both crash actually:
886 x = echo_ranged_int(0); 887 ok(x == 0, "echo_ranged_int() returned %d instead of 0\n", x); 888 x = echo_ranged_int(100); 889 ok(x == 100, "echo_ranged_int() returned %d instead of 100\n", x);
but only in the "ncalrpc_basic" case.
I have a fix in widl for these which I'll send shortly. -- Rob Shearman
participants (2)
-
Paul Vriens -
Rob Shearman