]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR testsuite/28870 (configuring, over-riding timeout values in testsuite)
authorJanis Johnson <janis187@us.ibm.com>
Wed, 26 Nov 2008 22:15:07 +0000 (22:15 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Wed, 26 Nov 2008 22:15:07 +0000 (22:15 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/lib/gnat.exp
gcc/testsuite/lib/objc.exp

index 89264b21635f584edaa465abc6fb01d828b3535d..c8e42fcbe3c0081cb79c60433ae3c6330871c290 100644 (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.
index af120b0610ba5aa91013289ed907496476c23393..f73ec8152a05266bf522cb458d4b2ccf9ae8c8d0 100644 (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}"
index a9c2853430a306cc48294337511b191421bfb180..1705979deded7e628484ee025af1fbb04905fd36 100644 (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