]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
run_all.sh: Make sure norun.lst is sorted using the current collation.
authorJakub Jelinek <jakub@redhat.com>
Tue, 26 Jan 2010 17:20:29 +0000 (18:20 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 26 Jan 2010 17:20:29 +0000 (18:20 +0100)
* ada/acats/run_all.sh: Make sure norun.lst is sorted using the
current collation.

From-SVN: r156255

gcc/testsuite/ChangeLog
gcc/testsuite/ada/acats/run_all.sh

index 79b7546155d43687f596c9ced7a3778a89658061..492cba88f12f07f0e510652d125c40ed4433af9d 100644 (file)
@@ -1,3 +1,8 @@
+2010-01-26  Jakub Jelinek  <jakub@redhat.com>
+
+       * ada/acats/run_all.sh: Make sure norun.lst is sorted using the
+       current collation.
+
 2010-01-26  Richard Guenther  <rguenther@suse.de>
 
        PR rtl-optimization/42685
index 92446fa875ac61b9913f451c2e15ee50b9eb5659..a5e1c13a5e6aebb0a739b117d9ebdc342ebe2575 100755 (executable)
@@ -129,7 +129,7 @@ sed -e "s,ACATS4GNATDIR,$dir,g" \
 
 cp $testdir/tests/cd/*.c $dir/support
 cp $testdir/tests/cxb/*.c $dir/support
-grep -v '^#' $testdir/norun.lst > $dir/support/norun.lst
+grep -v '^#' $testdir/norun.lst | sort > $dir/support/norun.lst
 
 rm -rf $dir/run
 mv $dir/tests $dir/tests.$$ 2> /dev/null