Update list of tests requiring stack checking Add handling of tests using Ada...

Update list of tests requiring stack checking
Add handling of tests using Ada 95 semantics and thus requiring -gnat95 switch

From-SVN: r116944
This commit is contained in:
Arnaud Charlet 2006-09-14 12:12:03 +02:00
parent f7ad6748b9
commit fc87142b85
3 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,31 @@
ac3106a
c34005p
c34005r
c34005s
c34005u
c34005v
c34006g
c34006j
c34006l
c34008a
c3a0014
c41103b
c41203b
c41306a
c460a01
c650001
c74302b
c74306a
c85014a
c85014b
c85014c
c87b26b
c87b41a
c99004a
cb40005
cc3019c
cc51b03
cc51d02
cd10002
cdd2a03
cxac005

View File

@ -226,6 +226,10 @@ for chapter in $chapters; do
if [ $? -eq 0 ]; then
extraflags="$extraflags -fstack-check"
fi
grep $i $testdir/ada95.lst > /dev/null 2>&1
if [ $? -eq 0 ]; then
extraflags="$extraflags -gnat95"
fi
test=$dir/tests/$chapter/$i
mkdir $test && cd $test >> $dir/acats.log 2>&1

View File

@ -1,3 +1,6 @@
c52103x
c52104x
c52104y
cb1010a
cb1010c
cb1010d