--| Copyright (c) 1993-2006 University of Southern California and contributors. --| All rights reserved. --| Your use of this work is governed under the terms of the GNU General --| Public License version 2. -- This is a test control file test_name class-invariant-fail-panic test_description The creation procedure of the root class repeatedly calls another routine, which has a rescue clause. This latter routine has a qualified call of an exported feature in a class which has a class invariant. If assertion level `invariant' is specified *and* the class invariant is violated, system execution quickly ends with a panic. Also, once the class invariant is violated, it is never checked again. copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e copy_raw test1.e $CLUSTER test1.e compile_melted compile_result ok execute_work NONE exec_output1 10000 execute_result ok execute_work NONE exec_output2 2 execute_result ok compare exec_output2 output test_end