On Thursday 20 November 2025 14:43:07 Martin Storsjö wrote: > On Thu, 20 Nov 2025, Pali Rohár wrote: > > > On Thursday 20 November 2025 14:34:18 Martin Storsjö wrote: > > > On Thu, 20 Nov 2025, Pali Rohár wrote: > > > > > > > --- > > > > mingw-w64-crt/testcases/t_time.c | 204 ++++++++++++++++++++++++++++++- > > > > 1 file changed, 200 insertions(+), 4 deletions(-) > > > > > > This test fails in the CI environment: > > > > > > FAIL: t_time > > > ============ > > > > > > Assertion failed: pt_times[i].hour == htm->tm_hour, file > > > ../../testcases/t_time.c, line 172 > > > FAIL t_time.exe (exit status: 127) > > > > > > // Martin > > > > This is also _localtime32 function. So another bug in system CRT library? > > I don't know - we'd need to extend the printouts in the testcase to see what > really is happening here in this case in order to know what really went > wrong. > > // Martin
There are lot of printf calls before the assert, including the input and output of failed _localtime32() call. Do you have stdout output? And on which platform it failed? I could try to reproduce it. _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
