summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2016-09-08 17:04:31 +0200
committerAndy Wingo <wingo@pobox.com>2016-09-08 17:04:31 +0200
commit8b8b91558a9b62a44a2e121174c062560e0fcf42 (patch)
tree6ecee7c0ff92b06842e8f5fa6d6d59e31cf6ac14 /tests
parentMarginal sleeper list speedup. (diff)
downloadguile-fibers-8b8b91558a9b62a44a2e121174c062560e0fcf42.tar.gz
Update test to-do
* tests/basic.scm: Update comments.
Diffstat (limited to 'tests')
-rw-r--r--tests/basic.scm6
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