add more prompt/abort tests
authorAndy Wingo <wingo@pobox.com>
Tue, 15 Mar 2011 22:54:06 +0000 (23:54 +0100)
committerAndy Wingo <wingo@pobox.com>
Tue, 15 Mar 2011 22:54:06 +0000 (23:54 +0100)
commitf5fc7e5710438389b21c5c754e959a5554561868
tree2b6012cb35a9847cd50f0b5224e2206bd2690bcf
parent9b709b0fe1ec5a71903e07d21006441d15e0c1ed
add more prompt/abort tests

* test-suite/tests/control.test: Use c&e tests for most test blocks.
  Note that this did not catch the recent bug.
  ("reified continuations"): Add a new test for capturing partial
  continuations containing pending call frames.  Before these would
  contain dynamic links pointing out of the continuation segment, which
  would not be relocated; now, the dynamic links are only made when the
  frames are activated.

  Thanks to Wolfgang J Moeller for the bug report and test case.
test-suite/tests/control.test