[PATCH] scrrun/tests: Skip BOM reading tests if we don't know the right result

Alex Henrie alexhenrie24 at gmail.com
Wed Dec 19 00:33:07 CST 2018


On Tue, Dec 18, 2018 at 11:11 PM Nikolay Sivov <nsivov at codeweavers.com> wrote:
>
> This will suppress failures, but what we need is to understand how it
> works and adjust implementation.

The invalid codepoint produced in the Chinese locale is U+FA0F.
ITextStream_Read lets it through unmodified, and ITextStream_ReadAll
drops it. Do you know how to make MultiByteToWideChar do either of
those things? If not, changing the test failure to a test skipped
warning is still a step in the right direction, and I included
comments so that the next person who wants to look into this has a
good place to start.

-Alex



More information about the wine-devel mailing list