Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andlabs/6009df9284ccf4a65eb91b06d98a651e to your computer and use it in GitHub Desktop.
Save andlabs/6009df9284ccf4a65eb91b06d98a651e to your computer and use it in GitHub Desktop.
=== RUN TestInit
../test/initmain.c:35: uiInit() with non-NULL options returned bad error message:
got libui already initialized
want options parameter to uiInit() must be NULL
--- FAIL: TestInit (31.996223ms)
FAIL
=== RUN TestInit
--- PASS: TestInit (33.521426ms)
=== RUN TestQueueMain
../test/initmain.c:73: uiMain() timed out (5s)
--- FAIL: TestQueueMain (5.001303636s)
=== RUN TestQueueMain_Sequence
../test/initmain.c:131: wrong result:
got 40 (unknown order)
want 8 (sub2 -> div3 -> mul8)
--- FAIL: TestQueueMain_Sequence (796.208us)
=== RUN TestQueueMain_DifferentThread
../test/initmain.c:163: uiMain() timed out (5s)
--- FAIL: TestQueueMain_DifferentThread (5.001358759s)
=== RUN TestQueueMain_DifferentThreadSequence
../test/initmain.c:126: wrong order:
got 0 (div3 -> sub2 -> mul8)
want 8 (sub2 -> div3 -> mul8)
--- FAIL: TestQueueMain_DifferentThreadSequence (1.250766757s)
FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment