msvcrt:locale Remove todo_wine and add broken when necessary

Octavian Voicu octavian.voicu at gmail.com
Tue Aug 24 07:51:31 CDT 2010


On Tue, Aug 24, 2010 at 12:44 PM, Alexandre Goujon <ale.goujon at gmail.com> wrote:
> -        todo_wine ok(!strcmp(ret, "Chinese (Simplified)_People's Republic of China.936")
> +        ok(!strcmp(ret, "Chinese (Simplified)_People's Republic of China.936")
> +        || broken(!strcmp(ret, "Chinese_People's Republic of China.936"))

broken() only works for tests that fail on some Windows versions; it
has no effect on Wine, see [1].

Proper way to fix this bug is to make setlocale replicate Windows behavior.

Octavian


[1] http://source.winehq.org/git/wine.git/?a=blob;f=include/wine/test.h;h=1a98025a3ab2af567b68ddc980b4a63468f086be;hb=HEAD#l286



More information about the wine-devel mailing list