Le 19 oct. 2021 18:56, Piotr Caban <piotr.caban@gmail.com> a écrit :

Hi Eric,


Why are you testing printf output instead of checking result64 value?

I m just following what's done on previous tests


How about moving the tests to ucrtbase so you don't have to handle
"broken" case (otherwise it's probably better to skip the test on old
msvcrt)?

I've the impression that I I32 and I64 are all supported (or none); moving to ucrtbase will still test for earlier versions of msvcrt ? (Unless I'm mistaken msvcrt 90 supports them)
Or moving to ucrt will test for 140 and above ?

A+



Thanks,
Piotr