[PATCH 3/5] msvcrt: Add _Strftime tests.
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- dlls/msvcrt/tests/time.c | 107 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+)
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=60480 Your paranoid android. === debian10 (32 bit report) === msvcrt: string.c:2084: Test failed: err = 80 string.c:2089: Test failed: err = 80 string.c:2094: Test failed: err = 80 === debian10 (32 bit Chinese:China report) === msvcrt: string.c:2084: Test failed: err = 80 string.c:2089: Test failed: err = 80 string.c:2094: Test failed: err = 80 === debian10 (32 bit WoW report) === msvcrt: string.c:2084: Test failed: err = 80 string.c:2089: Test failed: err = 80 string.c:2094: Test failed: err = 80 === debian10 (64 bit WoW report) === msvcrt: string.c:2084: Test failed: err = 80 string.c:2089: Test failed: err = 80 string.c:2094: Test failed: err = 80
participants (2)
-
Marvin -
Piotr Caban