LUMIERA.clone/tests/30backend-threadpool.tests
2010-01-18 12:07:17 -05:00

16 lines
305 B
Text

TESTING "Thread Pools" ./test-threadpool
PLANNED "create"
PLANNED "yield"
PLANNED "cancel"
TEST "Most basic threadpool test" threadpool-basic <<END
END
TEST "process a function" process-function <<END
err: the input to the function is 440616
err: finished waiting
END
PLANNED "error cleared on join"