[PATCH 4/4] msvcrt: Import cos implementation from musl.
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- dlls/msvcrt/math.c | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 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=90952 Your paranoid android. === debiant2 (32 bit report) === ucrtbase: misc.c:769: Test failed: _logb(0.000000) got errno 33 misc.c:771: Test failed: _logb(0.000000) got exception type 1 === debiant2 (32 bit Chinese:China report) === ucrtbase: misc.c:769: Test failed: _logb(0.000000) got errno 33 misc.c:771: Test failed: _logb(0.000000) got exception type 1 === debiant2 (32 bit WoW report) === ucrtbase: misc.c:769: Test failed: _logb(0.000000) got errno 33 misc.c:771: Test failed: _logb(0.000000) got exception type 1 === debiant2 (64 bit WoW report) === ucrtbase: misc.c:769: Test failed: _logb(0.000000) got errno 33 misc.c:771: Test failed: _logb(0.000000) got exception type 1
participants (2)
-
Marvin -
Piotr Caban