On Mon, Jun 08, 2020 at 12:04:59PM +0200, Gustaf Neumann wrote: > So, i have modified the code to use "time_t" for the "sec" member, > ... and many of the warnings disappeared.
That's a big improvement, thank you, Gustaf! The 22 regression tests below used to fail, but now pass! No change to the other failing tests, nor to the ones that we're currently skipping with the notWin32 constraint. E.g., test ns_thread-2.6 still triggers this: Assertion failed: tid != NULL, file tclthread.c, line 238 ## Gustaf's 2020-06-07 changes fixed these test failures: ==== ns_schedule-2.1 schedule proc: interval FAILED ==== ns_time-1.2ms ns_time incr timeunit float+ms int FAILED ==== ns_time-1.3ms ns_time incr timeunit int+ms int FAILED ==== ns_time-1.3?s ns_time incr timeunit int+ms int FAILED ==== ns_time-1.4-100ms ns_time incr timeunit 100ms int FAILED ==== ns_time-1.4-10ms ns_time incr timeunit 10ms int FAILED ==== ns_time-1.4-1ms ns_time incr timeunit 1ms int FAILED ==== ns_time-1.4-0.1ms ns_time incr timeunit 0.1ms int FAILED ==== ns_time-1.4-0.01ms ns_time incr timeunit 0.01ms int FAILED ==== ns_time-1.4-0.001ms ns_time incr timeunit 0.001ms int FAILED ==== ns_time-format-1.2 ns_time format positive microsecond FAILED ==== ns_time-format-2.1 ns_time format negative second FAILED ==== ns_time-format-2.2 ns_time format negative second with fraction FAILED ==== ns_time-format-2.4 ns_time format negative microsecond FAILED ==== ns_time-format-2.4-0.001ms ns_time format negative microsecond FAILED ==== ns_time-diff-1 ns_time diff simple FAILED ==== ns_time-diff-2 ns_time diff requires adjust FAILED ==== ns_time-diff-3 ns_time diff subtract nothing FAILED ==== ns_time-diff-4 ns_time diff add 1ms FAILED ==== ns_time-diff-5 ns_time diff turn positive to negative FAILED ==== ns_time-diff-6 ns_time diff make negative more negative FAILED ==== ns_time-diff-9 ns_time diff turn negative to positive FAILED -- Andrew Piskorski <a...@piskorski.com> _______________________________________________ naviserver-devel mailing list naviserver-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/naviserver-devel