diff options
| author | Andy Wingo <wingo@pobox.com> | 2016-09-08 17:04:31 +0200 |
|---|---|---|
| committer | Andy Wingo <wingo@pobox.com> | 2016-09-08 17:04:31 +0200 |
| commit | 8b8b91558a9b62a44a2e121174c062560e0fcf42 (patch) | |
| tree | 6ecee7c0ff92b06842e8f5fa6d6d59e31cf6ac14 /tests | |
| parent | Marginal sleeper list speedup. (diff) | |
| download | guile-fibers-8b8b91558a9b62a44a2e121174c062560e0fcf42.tar.gz | |
Update test to-do
* tests/basic.scm: Update comments.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/basic.scm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/basic.scm b/tests/basic.scm index bfcbc03..31d392e 100644 --- a/tests/basic.scm +++ b/tests/basic.scm @@ -94,12 +94,6 @@ (assert-run-fibers-terminates (spawn-fiber-chain 500000)) (assert-run-fibers-terminates (spawn-fiber-chain 5000000)) -;; spawn deterministic number of fibers that halt -> stop - -;; spawn many fibers -> stop - -;; chain or tree of fibers -> stop - ;; sleep wakeup order ;; fib using channels |
