Commit 859fa3b8 by Richard Guenther Committed by Richard Biener

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
parent b42f4d62
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 ...
......@@ -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
......
# 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment