aboutsummaryrefslogtreecommitdiff
path: root/tests/timer.test
AgeCommit message (Collapse)AuthorFilesLines
2020-06-05tests: allow more time for some testsSteve Bennett1-11/+11
If running in a VM with very variable time Signed-off-by: Steve Bennett <steveb@workware.net.au>
2017-08-27tests/timer.test: Remove timer-6.5Steve Bennett1-10/+1
This test is essentially the same as timer-6.4 except with tighter timing requirements. Remove it to prevent spurious failures. Signed-off-by: Steve Bennett <steveb@workware.net.au>
2011-12-13More test speedupsSteve Bennett1-47/+45
Speed up the timer and exec unit tests with smaller sleeps Signed-off-by: Steve Bennett <steveb@workware.net.au>
2010-11-22Overhaul unit test frameworkSteve Bennett1-4/+4
Much closer to tcltest now, including constraints. Try to get all appropriate tests running under both Jim and Tcl. Signed-off-by: Steve Bennett <steveb@workware.net.au>
2010-10-15Skip tests for features which are not availableSteve Bennett1-0/+1
Signed-off-by: Steve Bennett <steveb@workware.net.au>
2010-10-15eventloop improvements and enhancementsSteve Bennett1-0/+455
Move Jim_EvalObjBackground() out of the core to eventloop Time events are now kept and triggered in time order Time handlers are removed before execution Add 'update' Add 'after info' and 'after idle' Include time events in the return from Jim_ProcessEvents() Add Tcl eventloop tests Signed-off-by: Steve Bennett <steveb@workware.net.au>