aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2010-01-26 18:20:29 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2010-01-26 18:20:29 +0100
commitd9a6fdb74e3ae2bb9d82239d8f6d393f4130ad71 (patch)
tree66cbe89aa31d454b8072cc836bd73175e9c3e306 /gcc
parenta099f7d4ffa8218ef9eb48e99912d925527ebb99 (diff)
downloadgcc-d9a6fdb74e3ae2bb9d82239d8f6d393f4130ad71.zip
gcc-d9a6fdb74e3ae2bb9d82239d8f6d393f4130ad71.tar.gz
gcc-d9a6fdb74e3ae2bb9d82239d8f6d393f4130ad71.tar.bz2
run_all.sh: Make sure norun.lst is sorted using the current collation.
* ada/acats/run_all.sh: Make sure norun.lst is sorted using the current collation. From-SVN: r156255
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog5
-rwxr-xr-xgcc/testsuite/ada/acats/run_all.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 79b7546..492cba8 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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
diff --git a/gcc/testsuite/ada/acats/run_all.sh b/gcc/testsuite/ada/acats/run_all.sh
index 92446fa..a5e1c13 100755
--- a/gcc/testsuite/ada/acats/run_all.sh
+++ b/gcc/testsuite/ada/acats/run_all.sh
@@ -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