[PATCH] ntdll: Implement RtlUnicodeToUTF8N.

Alexandre Julliard julliard at winehq.org
Wed Sep 11 13:58:04 CDT 2019


Dmitry Timoshkov <dmitry at baikal.ru> writes:

> Alexandre Julliard <julliard at winehq.org> wrote:
>
>> > +if (winetest_interactive) /* FIXME: special cases cause too much failures */
>> > +{
>> 
>> Some todo_wines would really be more appropriate.
>
> I tried to add todos instead, and it's impossible to do without completely
> getting rid of the macros which are the root of these tests. In particular
> the tests I decided to surroud by 'if (winetest_interactive)' are testing
> pathological corner cases, and the applications are very unlikely to depend
> on such behaviour, so this chunk probably is better to remove. What do you
> think?

I wouldn't mind getting rid of the macros...  Another possibility would
be to skip the rest of the tests on the first failure. This way they
would still run on Windows.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list