Commit f484fca1 by David Billinghurst Committed by David Billinghurst

fortran-torture.exp (fortran-torture.exp): Catch error if file cannot be deleted.

2004-04-29  David Billinghurst (David.Billinghurst@riotinto.com)

	* lib/fortran-torture.exp (fortran-torture.exp): Catch
	error if file cannot be deleted.

From-SVN: r98949
parent f995c51f
2004-04-29 David Billinghurst (David.Billinghurst@riotinto.com)
* lib/fortran-torture.exp (fortran-torture.exp): Catch
error if file cannot be deleted.
2005-04-28 Kazu Hirata <kazu@cs.umass.edu> 2005-04-28 Kazu Hirata <kazu@cs.umass.edu>
* g++.dg/tree-ssa/pr18178.C, gcc.dg/tree-ssa/20030821-1.c, * g++.dg/tree-ssa/pr18178.C, gcc.dg/tree-ssa/20030821-1.c,
......
...@@ -180,7 +180,7 @@ proc fortran-torture-execute { src } { ...@@ -180,7 +180,7 @@ proc fortran-torture-execute { src } {
# exist. If not, the testcase should XFAIL. # exist. If not, the testcase should XFAIL.
# Compile the testcase. # Compile the testcase.
remote_file build delete $executable catch { remote_file build delete $executable }
verbose "Testing $testcase, $option" 1 verbose "Testing $testcase, $option" 1
set options "" set options ""
......
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