--| 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 bigger-generation-object-limit test_description A class creates strings of size 1, 2, 3, etc. If the EIF_GS_LIMIT environment variable is set to 5000 before execution, to set `generation_object_limit', system execution ends with a panic. copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e compile_melted compile_result ok setenv EIF_MEMORY_SCAVENGE 2097152 setenv EIF_GS_LIMIT 5000 execute_work NONE exec_output1 100000 execute_result ok compare exec_output1 output test_end