1 |
|
2 |
--| Copyright (c) 1993-2006 University of Southern California and contributors. |
3 |
--| All rights reserved. |
4 |
--| Your use of this work is governed under the terms of the GNU General |
5 |
--| Public License version 2. |
6 |
|
7 |
-- This is a test control file |
8 |
|
9 |
test_name generic-static-constant |
10 |
test_description A call to a static feature `feature {FOO}.value' causes the compiler to die with a segmentation fault if FOO is a generic class that contains a constant integer feature `value'. |
11 |
|
12 |
copy_sub Ace $TEST Ace |
13 |
copy_raw test.e $CLUSTER test.e |
14 |
copy_raw test1.e $CLUSTER test1.e |
15 |
compile_melted |
16 |
compile_result validity_error TEST VTUG(2) |
17 |
|
18 |
test_end |