[PATCH 2/2] msvcrt: Implement opening Unicode files with no BOM in _wsopen_dispatch.
Spotted by Alistair Leslie-Hughes. Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- dlls/msvcrt/file.c | 8 ++----- dlls/msvcrt/tests/file.c | 49 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 6 deletions(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=82536 Your paranoid android. === wvistau64 (32 bit report) === msvcrt: file.c:1001: Test failed: got ffff, expected 'a' === w2008s64 (32 bit report) === msvcrt: file.c:1001: Test failed: got ffff, expected 'a' === wvistau64 (64 bit report) === msvcrt: file.c:1001: Test failed: got ffff, expected 'a' === w2008s64 (64 bit report) === msvcrt: file.c:1001: Test failed: got ffff, expected 'a' === w10pro64_zh_CN (64 bit report) === msvcrt: file.c:1623: Test failed: handle = 0000000000000048 file.c:1627: Test failed: info->handle = 0000000000000048 file.c:1630: Test failed: stdin->_file = 0 file.c:1635: Test failed: errno = 22 file.c:1645: Test failed: errno = 22 file.c:1665: Test failed: errno = 22 file.c:1669: Test failed: fclose(stdin) returned 0 file.c:1670: Test failed: errno = -559038737
participants (2)
-
Marvin -
Piotr Caban