mirror of git://gcc.gnu.org/git/gcc.git
create_testsuite_files: Fix.
2005-05-12 Benjamin Kosnik <bkoz@redhat.com> * scripts/create_testsuite_files: Fix. From-SVN: r99648
This commit is contained in:
parent
9db9ab7e32
commit
96aea9eb07
|
|
@ -1,3 +1,7 @@
|
||||||
|
2005-05-12 Benjamin Kosnik <bkoz@redhat.com>
|
||||||
|
|
||||||
|
* scripts/create_testsuite_files: Fix.
|
||||||
|
|
||||||
2005-05-12 Kaz Kojima <kkojima@gcc.gnu.org>
|
2005-05-12 Kaz Kojima <kkojima@gcc.gnu.org>
|
||||||
|
|
||||||
* testsuite/18_support/numeric_limits.cc (dg-options): Add
|
* testsuite/18_support/numeric_limits.cc (dg-options): Add
|
||||||
|
|
|
||||||
|
|
@ -41,8 +41,8 @@ if test ! -s "$tmp.1"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Now filter out classes of tests. These classes are run using special rules.
|
# Now filter out classes of tests. These classes are run using special rules.
|
||||||
grep _xin $tmp.3 > $tests_file_inter
|
grep _xin $tmp.1 > $tests_file_inter
|
||||||
grep -v _xin $tmp.3 > $tmp.4
|
grep -v _xin $tmp.1 > $tmp.4
|
||||||
|
|
||||||
grep performance $tmp.4 > $tests_file_perf
|
grep performance $tmp.4 > $tests_file_perf
|
||||||
grep -v performance $tmp.4 > $tmp.5
|
grep -v performance $tmp.4 > $tmp.5
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue