re PR testsuite/28870 (configuring, over-riding timeout values in testsuite)

PR testsuite/28870
	* lib/objc.exp (objc_target_compile): Fix typo from previous change.
	* lib/gnat.exp (gnat_target_compile): Fix typo from previous change.

From-SVN: r142230
This commit is contained in:
Janis Johnson 2008-11-26 22:15:07 +00:00 committed by Janis Johnson
parent 6411cd386c
commit 32ab0ba481
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2008-11-26 Janis Johnson <janis187@us.ibm.com>
* lib/objc.exp (objc_target_compile): Fix typo from previous change.
* lib/gnat.exp (gnat_target_compile): Fix typo from previous change.
PR testsuite/28870
* lib/timeout.exp: New.
* lib/timeout-dg.exp: New.

View File

@ -132,7 +132,7 @@ proc gnat_target_compile { source dest type options } {
set ld_library_path ".:${gnat_libgcc_s_path}"
lappend options "compiler=$GNAT_UNDER_TEST -q -f"
lappend options "incdir=${rootme}/ada/rts"
lappend options "timeout=[timeout_value]
lappend options "timeout=[timeout_value]"
if { [target_info needs_status_wrapper]!="" && [info exists gluefile] } {
lappend options "libs=${gluefile}"

View File

@ -194,7 +194,7 @@ proc objc_target_compile { source dest type options } {
set source [concat "-x objective-c-header" $source]
}
lappend options "compiler=$OBJC_UNDER_TEST"
lappend options "timeout=[timeout_value]
lappend options "timeout=[timeout_value]"
set_ld_library_path_env_vars