more substance to control.test
authorAndy Wingo <wingo@pobox.com>
Wed, 24 Feb 2010 23:41:03 +0000 (00:41 +0100)
committerAndy Wingo <wingo@pobox.com>
Wed, 24 Feb 2010 23:43:52 +0000 (00:43 +0100)
commitda7fa082e80b2c3989c90031ee5356e5b65bd00b
treebd389da4f7764711c755ced9e5f3603e231fa144
parent1371fe9b149da699320567e5160160169ecdb0be
more substance to control.test

* test-suite/tests/control.test ("suspend/resume with fluids"):
  ("restarting partial continuations"):
  ("reified continuations", "escape-only continuations"): More tests.
eval.scm's handling of with-fluids doesn't leave the VM

* module/ice-9/eval.scm (primitive-eval): Implement with-fluids in terms
  of with-fluids, to avoid recursively calling the VM via with-fluids*.
test-suite/tests/control.test