More TODOs in re previous commit. Okay let's keep going.

This commit is contained in:
Pietro Gagliardi 2020-05-10 12:15:21 -04:00
parent dca16e82b0
commit 32512c7a5e
1 changed files with 2 additions and 0 deletions

View File

@ -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;