Commit 32ab0ba4 by Janis Johnson Committed by Janis Johnson

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
parent 6411cd38
2008-11-26 Janis Johnson <janis187@us.ibm.com> 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 PR testsuite/28870
* lib/timeout.exp: New. * lib/timeout.exp: New.
* lib/timeout-dg.exp: New. * lib/timeout-dg.exp: New.
......
...@@ -132,7 +132,7 @@ proc gnat_target_compile { source dest type options } { ...@@ -132,7 +132,7 @@ proc gnat_target_compile { source dest type options } {
set ld_library_path ".:${gnat_libgcc_s_path}" set ld_library_path ".:${gnat_libgcc_s_path}"
lappend options "compiler=$GNAT_UNDER_TEST -q -f" lappend options "compiler=$GNAT_UNDER_TEST -q -f"
lappend options "incdir=${rootme}/ada/rts" 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] } { if { [target_info needs_status_wrapper]!="" && [info exists gluefile] } {
lappend options "libs=${gluefile}" lappend options "libs=${gluefile}"
......
...@@ -194,7 +194,7 @@ proc objc_target_compile { source dest type options } { ...@@ -194,7 +194,7 @@ proc objc_target_compile { source dest type options } {
set source [concat "-x objective-c-header" $source] set source [concat "-x objective-c-header" $source]
} }
lappend options "compiler=$OBJC_UNDER_TEST" lappend options "compiler=$OBJC_UNDER_TEST"
lappend options "timeout=[timeout_value] lappend options "timeout=[timeout_value]"
set_ld_library_path_env_vars set_ld_library_path_env_vars
......
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