--| 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 add-attribute-wrong-strip test_description After initial compilation, a new attribute is added to a parent of a class containing a `strip' expression. After recompilation, system execution produces the wrong output (different than the output of a system compiled from scratch). The initial compilation and recompilation can each be either a melt or a freeze - the problem occurs regardless. copy_sub Ace $TEST Ace define NEW_ATTRIBUTE "" copy_raw test.e $CLUSTER test.e copy_raw test1.e $CLUSTER test1.e copy_sub test2.e $CLUSTER test2.e compile_melted compile_result ok execute_work NONE exec_output1 execute_result ok compare exec_output1 output1 define NEW_ATTRIBUTE "j: INTEGER" copy_sub test2.e $CLUSTER test2.e compile_melted compile_result ok execute_work NONE exec_output2 execute_result ok compare exec_output2 output2 test_end