[PATCH 1/6] [Msvcrt]: now using macro for parameters validation itoa_s (and updated the tests as well)

Marvin testbot at testbot.winehq.org
Sun Nov 7 12:36:00 CST 2010


Hi,

While running your changed tests on Windows, 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
http://testbot.winehq.org/JobDetails.pl?Key=6859

Your paranoid android.


=== WXPPROSP3 (32 bit msvcr90) ===
msvcr90.c:306: Test failed: Expected errno to be EINVAL, got 9
msvcr90.c:314: Test failed: Expected errno to be EINVAL, got 9
msvcr90.c:323: Test failed: Expected errno to be EINVAL, got 9
msvcr90.c:332: Test failed: Expected errno to be EINVAL, got 9
msvcr90.c:341: Test failed: Expected errno to be ERANGE, got 9
msvcr90.c:351: Test failed: Expected errno to be ERANGE, got 9
msvcr90.c:361: Test failed: Expected errno to be ERANGE, got 9

=== W2K3R2SESP2 (32 bit msvcr90) ===
msvcr90.c:306: Test failed: Expected errno to be EINVAL, got 9
msvcr90.c:314: Test failed: Expected errno to be EINVAL, got 9
msvcr90.c:323: Test failed: Expected errno to be EINVAL, got 9
msvcr90.c:332: Test failed: Expected errno to be EINVAL, got 9
msvcr90.c:341: Test failed: Expected errno to be ERANGE, got 9
msvcr90.c:351: Test failed: Expected errno to be ERANGE, got 9
msvcr90.c:361: Test failed: Expected errno to be ERANGE, got 9

=== WVISTAADM (32 bit msvcr90) ===
msvcr90.c:306: Test failed: Expected errno to be EINVAL, got 9
msvcr90.c:314: Test failed: Expected errno to be EINVAL, got 9
msvcr90.c:323: Test failed: Expected errno to be EINVAL, got 9
msvcr90.c:332: Test failed: Expected errno to be EINVAL, got 9
msvcr90.c:341: Test failed: Expected errno to be ERANGE, got 9
msvcr90.c:351: Test failed: Expected errno to be ERANGE, got 9
msvcr90.c:361: Test failed: Expected errno to be ERANGE, got 9

=== W2K8SE (32 bit msvcr90) ===
msvcr90.c:306: Test failed: Expected errno to be EINVAL, got 9
msvcr90.c:314: Test failed: Expected errno to be EINVAL, got 9
msvcr90.c:323: Test failed: Expected errno to be EINVAL, got 9
msvcr90.c:332: Test failed: Expected errno to be EINVAL, got 9
msvcr90.c:341: Test failed: Expected errno to be ERANGE, got 9
msvcr90.c:351: Test failed: Expected errno to be ERANGE, got 9
msvcr90.c:361: Test failed: Expected errno to be ERANGE, got 9

=== W7PRO (32 bit msvcr90) ===
msvcr90.c:306: Test failed: Expected errno to be EINVAL, got 9
msvcr90.c:314: Test failed: Expected errno to be EINVAL, got 9
msvcr90.c:323: Test failed: Expected errno to be EINVAL, got 9
msvcr90.c:332: Test failed: Expected errno to be EINVAL, got 9
msvcr90.c:341: Test failed: Expected errno to be ERANGE, got 9
msvcr90.c:351: Test failed: Expected errno to be ERANGE, got 9
msvcr90.c:361: Test failed: Expected errno to be ERANGE, got 9

=== W7PROX64 (32 bit msvcr90) ===
msvcr90.c:306: Test failed: Expected errno to be EINVAL, got 9
msvcr90.c:314: Test failed: Expected errno to be EINVAL, got 9
msvcr90.c:323: Test failed: Expected errno to be EINVAL, got 9
msvcr90.c:332: Test failed: Expected errno to be EINVAL, got 9
msvcr90.c:341: Test failed: Expected errno to be ERANGE, got 9
msvcr90.c:351: Test failed: Expected errno to be ERANGE, got 9
msvcr90.c:361: Test failed: Expected errno to be ERANGE, got 9

=== W7PROX64 (64 bit msvcr90) ===
msvcr90.c:306: Test failed: Expected errno to be EINVAL, got 9
msvcr90.c:314: Test failed: Expected errno to be EINVAL, got 9
msvcr90.c:323: Test failed: Expected errno to be EINVAL, got 9
msvcr90.c:332: Test failed: Expected errno to be EINVAL, got 9
msvcr90.c:341: Test failed: Expected errno to be ERANGE, got 9
msvcr90.c:351: Test failed: Expected errno to be ERANGE, got 9
msvcr90.c:361: Test failed: Expected errno to be ERANGE, got 9



More information about the wine-devel mailing list