mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 03:40:26 +08:00
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:
parent
6411cd386c
commit
32ab0ba481
@ -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.
|
||||
|
@ -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}"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user