OSDN Git Service

2005-05-12 Dave Brolley <brolley@redhat.com>
authorbrolley <brolley>
Thu, 12 May 2005 15:52:44 +0000 (15:52 +0000)
committerbrolley <brolley>
Thu, 12 May 2005 15:52:44 +0000 (15:52 +0000)
        * lib/cpudefs.exp (run-sid-tests-raw): Pass sid-opts to sid.

sid/component/testsuite/ChangeLog
sid/component/testsuite/lib/cpudefs.exp

index d482cd8..808a94b 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-12  Dave Brolley  <brolley@redhat.com>
+
+       * lib/cpudefs.exp (run-sid-tests-raw): Pass sid-opts to sid.
+
 2004-07-01  Dave Brolley  <brolley@redhat.com>
 
        * sidcomp.cache/misaligned.exp: 16 bit access should now be a hit.
index beeadaa..1bb77ce 100644 (file)
@@ -130,13 +130,13 @@ proc run-sid-tests-raw { toolchain-prefix all-machs testcase-srcdir pattern as-o
        set testcase-dir [file dirname $src]
        set exe-name ${name}.${exe-suffix}
 
-       # Set sid-opts and run the test.
-       set sid-opts "${conf-file} -e \"set cpu-loader file ${exe-name}\" ${conf-line}"
+       # Set all-sid-opts and run the test.
+       set all-sid-opts "${conf-file} -e \"set cpu-loader file ${exe-name}\" ${sid-opts} ${conf-line}"
        run-one-sid-test \
                $as ${as-opts} \
                $ld ${ld-opts} \
                {} {} \
-               $sid ${sid-opts} \
+               $sid ${all-sid-opts} \
                ${all-machs} $src ${exe-suffix} \
                $runner
     }