Created
May 5, 2019 01:08
-
-
Save andlabs/6009df9284ccf4a65eb91b06d98a651e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=== 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