[PATCH] ws2_32/tests: Add IDN resolution test for GetAddrInfoW

Alexandre Julliard julliard at winehq.org
Tue Nov 29 08:10:45 CST 2016


Bruno Jesus <00cpxxx at gmail.com> writes:

> I'm using €.linux.it because I could not find any standard domain name
> for validation. Maybe winehq.org could have a IDN sub-domain name to
> test.

I created テスト.winehq.org for this purpose.

> Also instead of broken'ing every test to catch Windows <= 7 I'm
> skipping before, so real failures are not lost due to broken covering
> them in Win >= 8.

I still think it's better to avoid version checks. You can do broken()
on the first test and skip the others if you detect the Win 7 behavior.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list