Hello all, in order to exercise an IP ordering problem from bug 40247 (OSX) [1] I would like to request help for testing the crosstest at [2]. Valid testers must have at least 1 network interface with a valid IP and a the loopback interface up.
A good test should result in 1 error, if not send me the results anyway, only the traces from lines 262 and 266 are needed (first in the log, 10 lines should be enough). If you find the lines I'm expecting just paste them, if you don't have patience just attach the whole results, pĺease.
Sample output:
bruno@Note:~/programs/wine32/dlls/iphlpapi/tests$ wine iphlpapi_crosstest.exe iphlpapi.c:262: Entry[0]: addr 127.0.0.1, dwIndex 1, wType 0x1 iphlpapi.c:266: Test failed: Loopback interface wrongly at position 0/3 iphlpapi.c:262: Entry[1]: addr 192.168.1.34, dwIndex 3, wType 0x1 iphlpapi.c:262: Entry[2]: addr 192.168.112.1, dwIndex 4, wType 0x1 iphlpapi.c:262: Entry[3]: addr 192.168.27.1, dwIndex 5, wType 0x1
[1] https://bugs.winehq.org/show_bug.cgi?id=40247 [2] https://testbot.winehq.org/JobDetails.pl?Key=27012
Thanks in advance, Bruno
On Wed, Nov 30, 2016 at 5:54 PM, Bruno Jesus 00cpxxx@gmail.com wrote:
Hello all, in order to exercise an IP ordering problem from bug 40247 (OSX) [1] I would like to request help for testing the crosstest at [2]. Valid testers must have at least 1 network interface with a valid IP and a the loopback interface up.
A good test should result in 1 error, if not send me the results anyway, only the traces from lines 262 and 266 are needed (first in the log, 10 lines should be enough). If you find the lines I'm expecting just paste them, if you don't have patience just attach the whole results, pĺease.
Sample output:
bruno@Note:~/programs/wine32/dlls/iphlpapi/tests$ wine iphlpapi_crosstest.exe iphlpapi.c:262: Entry[0]: addr 127.0.0.1, dwIndex 1, wType 0x1 iphlpapi.c:266: Test failed: Loopback interface wrongly at position 0/3 iphlpapi.c:262: Entry[1]: addr 192.168.1.34, dwIndex 3, wType 0x1 iphlpapi.c:262: Entry[2]: addr 192.168.112.1, dwIndex 4, wType 0x1 iphlpapi.c:262: Entry[3]: addr 192.168.27.1, dwIndex 5, wType 0x1
[1] https://bugs.winehq.org/show_bug.cgi?id=40247 [2] https://testbot.winehq.org/JobDetails.pl?Key=27012
OSX anyone? Thanks again for the people who sent me GNU/Linux results.
Hi,
On Nov 30, 2016, at 1:54 PM, Bruno Jesus 00cpxxx@gmail.com wrote:
Hello all, in order to exercise an IP ordering problem from bug 40247 (OSX) [1] I would like to request help for testing the crosstest at [2]. Valid testers must have at least 1 network interface with a valid IP and a the loopback interface up.
A good test should result in 1 error, if not send me the results anyway, only the traces from lines 262 and 266 are needed (first in the log, 10 lines should be enough). If you find the lines I'm expecting just paste them, if you don't have patience just attach the whole results, pĺease.
Here's the result from my work iMac running macOS 10.12, running a Wine build from before your commit 95298b444:
iphlpapi.c:262: Entry[0]: addr 127.0.0.1, dwIndex 1, wType 0x1 iphlpapi.c:266: Test failed: Loopback interface wrongly at position 0/2 iphlpapi.c:262: Entry[1]: addr 10.69.137.110, dwIndex 4, wType 0x1 iphlpapi.c:262: Entry[2]: addr 10.69.137.226, dwIndex 5, wType 0x1 fixme:iphlpapi:GetIcmpStatisticsEx unimplemented for IPv6 iphlpapi.c:617: Test failed: GetIcmpStatisticsEx returned 50, expected NO_ERROR […]
Here's the result after your commit:
iphlpapi.c:262: Entry[0]: addr 10.69.137.110, dwIndex 4, wType 0x1 iphlpapi.c:262: Entry[1]: addr 10.69.137.226, dwIndex 5, wType 0x1 iphlpapi.c:262: Entry[2]: addr 127.0.0.1, dwIndex 1, wType 0x1 fixme:iphlpapi:GetIcmpStatisticsEx unimplemented for IPv6 iphlpapi.c:617: Test failed: GetIcmpStatisticsEx returned 50, expected NO_ERROR […]
Thanks for addressing this!
-Ken