[PATCH] ntdll: Implement RtlUnicodeToUTF8N.

Dmitry Timoshkov dmitry at baikal.ru
Tue Sep 10 21:22:41 CDT 2019


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?

-- 
Dmitry.



More information about the wine-devel mailing list