LUMIERA.clone/tests/30backend-threadpool.tests

18 lines
321 B
Text
Raw Normal View History

2007-08-21 17:33:19 +02:00
2009-11-24 01:05:57 +01:00
TESTING "Thread Pools" ./test-threadpool
2007-08-21 17:33:19 +02:00
PLANNED "create"
PLANNED "yield"
PLANNED "cancel"
2009-11-24 01:05:57 +01:00
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: wait 1 sec
err: finished waiting
END
2010-01-17 17:34:23 +01:00
PLANNED "error cleared on join"