From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9982 invoked by alias); 12 May 2005 15:56:19 -0000 Mailing-List: contact sid-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sources.redhat.com Received: (qmail 9958 invoked from network); 12 May 2005 15:56:16 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 12 May 2005 15:56:16 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j4CFuG40026570 for ; Thu, 12 May 2005 11:56:16 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j4CFuFO14681 for ; Thu, 12 May 2005 11:56:15 -0400 Received: from [172.16.14.227] (IDENT:ECwObsiM+YZ+PGgTVIIN7PtpYbuhS3Zj@topaz.toronto.redhat.com [172.16.14.227]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id j4CFuFk0020572 for ; Thu, 12 May 2005 11:56:15 -0400 Message-ID: <42837C9F.6060804@redhat.com> Date: Thu, 12 May 2005 15:56:00 -0000 From: Dave Brolley User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) MIME-Version: 1.0 To: sid@sources.redhat.com Subject: [commit] Passing options to SID in run-sid-tests-raw Content-Type: multipart/mixed; boundary="------------010307090804090601010609" X-SW-Source: 2005-q2/txt/msg00016.txt.bz2 This is a multi-part message in MIME format. --------------010307090804090601010609 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 134 Hi, I've committed the attached patch which passes sid-opts to sid in run-sid-tests-raw. Up until now, sid-opts was ignored. Dave --------------010307090804090601010609 Content-Type: text/plain; name="sid-test.ChangeLog" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="sid-test.ChangeLog" Content-length: 111 2005-05-12 Dave Brolley * lib/cpudefs.exp (run-sid-tests-raw): Pass sid-opts to sid. --------------010307090804090601010609 Content-Type: text/plain; name="sid-test.patch.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="sid-test.patch.txt" Content-length: 1424 Index: sid/component/testsuite/lib/cpudefs.exp =================================================================== RCS file: /cvs/src/src/sid/component/testsuite/lib/cpudefs.exp,v retrieving revision 1.7 diff -c -p -r1.7 cpudefs.exp *** sid/component/testsuite/lib/cpudefs.exp 28 Oct 2003 18:24:59 -0000 1.7 --- sid/component/testsuite/lib/cpudefs.exp 12 May 2005 15:50:26 -0000 *************** proc run-sid-tests-raw { toolchain-prefi *** 130,142 **** 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}" run-one-sid-test \ $as ${as-opts} \ $ld ${ld-opts} \ {} {} \ ! $sid ${sid-opts} \ ${all-machs} $src ${exe-suffix} \ $runner } --- 130,142 ---- set testcase-dir [file dirname $src] set exe-name ${name}.${exe-suffix} ! # 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 ${all-sid-opts} \ ${all-machs} $src ${exe-suffix} \ $runner } --------------010307090804090601010609--