--| 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 odd-gc-chunk-size test_description A class creates a number of objects, guided by a random number generator. If the EIF_MEMORY_CHUNK environment variable is set to 262143 before execution, system execution ends with a panic. copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e copy_raw test2.e $CLUSTER test2.e compile_melted compile_result ok setenv EIF_MEMORY_CHUNK 262145 execute_work NONE exec_output1 1 1000 10000 29 3 execute_result ok compare exec_output1 output setenv EIF_MEMORY_SCAVENGE 8193 execute_work NONE exec_output2 1 1000 10000 29 3 execute_result ok compare exec_output2 output test_end