From 74ca863c1b1e3c53fdd4163cad3c3862c71aef53 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 28 Apr 2019 19:07:41 -0400 Subject: [PATCH] More TODOs. --- test/testing_darwinunix.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/testing_darwinunix.c b/test/testing_darwinunix.c index f0fb1d9f..acd33f19 100644 --- a/test/testing_darwinunix.c +++ b/test/testing_darwinunix.c @@ -8,6 +8,7 @@ #include "testing.h" // TODO testingTimers after this fails are wrong on GTK+ +// TODO don't start the timer on any platform until after we call setjmp(); also decide whether to start the timer before or after resuming the thread on Windows static jmp_buf timeout_ret;