http://bugs.winehq.org/show_bug.cgi?id=23095
--- Comment #2 from Paul Vriens Paul.Vriens.Wine@gmail.com 2010-06-10 12:04:53 --- Let me answer my own question:
C:\wct>msvcrt_test.exe printf printf.c:844: Tests skipped: _vscprintf not available printf.c:871: Tests skipped: _vscwprintf not available printf.c:902: Tests skipped: _vsnwprintf_s not available printf: 354 tests executed (0 marked as todo, 0 failures), 3 skipped.
C:\wct>d:\winetest.exe msvcrt:printf -o res C:\wct>type res .... .... Test output: msvcrt:printf start dlls/msvcrt/tests/printf.c - printf.c:844: Test failed: _vscprintf not available printf.c:871: Test failed: _vscwprintf not available printf.c:902: Test failed: _vsnwprintf_s not available printf: 357 tests executed (0 marked as todo, 3 failures), 0 skipped. msvcrt:printf done (3)