dg.exp: Prune torture/.

2007-05-30  Richard Guenther  <rguenther@suse.de>

	* g++.dg/dg.exp: Prune torture/.
	* g++.dg/torture/dg-torture.exp: New testsuite.

From-SVN: r125200
This commit is contained in:
Richard Guenther 2007-05-30 21:17:32 +00:00 committed by Richard Biener
parent b42f4d620b
commit 859fa3b874
3 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-05-30 Richard Guenther <rguenther@suse.de>
* g++.dg/dg.exp: Prune torture/.
* g++.dg/torture/dg-torture.exp: New testsuite.
2007-05-30 Kazu Hirata <kazu@codesourcery.com>
* gcc.target/arm/pr27387.C: Move and rename to ...

View File

@ -42,6 +42,7 @@ set tests [prune $tests $srcdir/$subdir/tls/*]
set tests [prune $tests $srcdir/$subdir/vect/*]
set tests [prune $tests $srcdir/$subdir/gomp/*]
set tests [prune $tests $srcdir/$subdir/tree-prof/*]
set tests [prune $tests $srcdir/$subdir/torture/*]
# Main loop.
dg-runtest $tests "" $DEFAULT_CXXFLAGS

View File

@ -0,0 +1,7 @@
# This harness is for tests that should be run at all optimisation levels.
load_lib g++-dg.exp
dg-init
gcc-dg-runtest [lsort [glob $srcdir/$subdir/*.C]] ""
dg-finish