From 32512c7a5ec8fd742b4f6bf391623d10f76962c9 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 10 May 2020 12:15:21 -0400 Subject: [PATCH] More TODOs in re previous commit. Okay let's keep going. --- test/initmain.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/initmain.c b/test/initmain.c index c59b8b16..a1c3218a 100644 --- a/test/initmain.c +++ b/test/initmain.c @@ -225,6 +225,8 @@ Test(QuitAfterMainIsProgrammerError) endCheckProgrammerError(ctx); } +// TODO I'm not convinced the rest of this file constitutes meaningful tests of uiQueueMain() behavior, especially since it's more than likely that all my threads are running so quickly the tests might as well be single-threaded and/or non-interleaved, but at the same time it's thorough enough that I'm not sure what would + struct simpleTestParams { unsigned int n; threadThread *thread;