Commit f3447c36 by David Malcolm Committed by David Malcolm

jit.exp: fix timeout bug inherited from dejagnu.exp

gcc/testsuite/ChangeLog:
	* jit.dg/jit.exp (fixed_host_execute): Fix timeout bug.

From-SVN: r218228
parent d86dd9cb
2014-12-01 David Malcolm <dmalcolm@redhat.com>
* jit.dg/jit.exp (fixed_host_execute): Fix timeout bug.
2014-12-01 David Malcolm <dmalcolm@redhat.com>
PR jit/63854
* jit.dg/jit.exp (report_leak): New.
(parse_valgrind_logfile): New.
......
......@@ -199,7 +199,7 @@ proc fixed_host_execute {args} {
incr timetol
exp_continue
} else {
- catch close
catch close
return "Timed out executing test case"
}
}
......
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