--| 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 small-eif-stack-chunk test_description Setting environment variable EIF_STACK_CHUNK to a value <= 0 causes a compiler run-time panic. setenv EIF_STACK_CHUNK 0 copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e compile_melted compile_result ok cleanup_compile setenv EIF_STACK_CHUNK -1 compile_melted compile_result ok setenv EIF_STACK_CHUNK 1 compile_melted compile_result ok test_end