Am 10.09.2013 11:44, schrieb Ralf Habacker:
>
> - remove misleading comment
Just for the record:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa365804%28v=vs.85%29.aspx
do not mention any error code, which could be tested
If the function succeeds, it returns ERROR_SUCCESS.
If the funct
Ralf Habacker writes:
> +/**
> + * test api function AllocateAndGetTcpExTableFromStack()
> + *
> + * Only specific tests required because the function is based
> + * on build_tcp_table() which is covered by test_GetExtendedTcpTabl
On Wed, Sep 4, 2013 at 8:02 AM, Ralf Habacker wrote:
>
> - added test case (update)
>
> Signed-off-by: Ralf Habacker
> ---
> dlls/iphlpapi/iphlpapi.spec|1 +
> dlls/iphlpapi/ipstats.c| 33 +
> dlls/iphlpapi/tests/iphlpapi.c | 32 +++
Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
https://newtestbot.winehq.org/JobDetails.pl?Key=1995
Your paranoid andr
On Sat, Aug 31, 2013 at 9:16 AM, Ralf Habacker wrote:
> new
> - add doc for family parameter
> - add doc for additional return code
> - sorting in c file fixed
>
> Signed-off-by: Ralf Habacker
I guess the patch was marked as pending because you didn't add any
tests. You are also missing the (try