test_name capture-replay-exceptions test_description Capture and replay exceptions inside and outside of the boundary and continue after rescuing them define MULTITHREADED "false" define PRECOMPILE "$PRECOMPILED_BASE" copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e compile_frozen compile_result ok c_compile_work c_compile_result ok execute_work NONE exec_capture_output -eif_capture execute_result ok compare exec_capture_output capture_output execute_work NONE exec_replay_output -eif_replay execute_result ok compare exec_replay_output replay_output cleanup_compile define MULTITHREADED "true" define PRECOMPILE "$PRECOMPILED_BASE_MT" copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e compile_frozen compile_result ok c_compile_work c_compile_result ok execute_work NONE exec_capture_output -eif_capture execute_result ok compare exec_capture_output capture_output execute_work NONE exec_replay_output -eif_replay execute_result ok compare exec_replay_output replay_output test_end