From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9135 invoked by alias); 12 Jul 2009 19:41:01 -0000 Received: (qmail 9117 invoked by uid 22791); 12 Jul 2009 19:40:58 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-yx0-f189.google.com (HELO mail-yx0-f189.google.com) (209.85.210.189) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 12 Jul 2009 19:40:51 +0000 Received: by yxe27 with SMTP id 27so4356336yxe.0 for ; Sun, 12 Jul 2009 12:40:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.5.12 with SMTP id 12mr6010013ane.69.1247427648480; Sun, 12 Jul 2009 12:40:48 -0700 (PDT) In-Reply-To: References: <20090709185208.GA58596@troutmask.apl.washington.edu> Date: Sun, 12 Jul 2009 19:41:00 -0000 Message-ID: Subject: Re: Can't run gfortran testsuite From: NightStrike To: Steve Kargl Cc: fortran@gcc.gnu.org, gcc@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-07/txt/msg00204.txt.bz2 On Fri, Jul 10, 2009 at 12:14 PM, NightStrike wrote: > On Thu, Jul 9, 2009 at 2:52 PM, Steve > Kargl wrote: >> On Thu, Jul 09, 2009 at 12:34:00PM -0400, NightStrike wrote: >>> I have been trying to run the gfortran testsuite for a while now, and >>> it keeps falling apart. =A0Dominiq tried to find a revision that might >>> attribute to it, and though r147421 might have something to do with >>> it: =A0http://gcc.gnu.org/viewcvs?view=3Drev&revision=3D147421 >>> >>> These are the errors I get that prevent the testsuite from running >>> more than a few thousand tests: >>> >>> ERROR: tcl error sourcing >>> /dev/shm/build/gcc-svn/gcc/gcc/testsuite/gfortran.dg/dg.exp. >>> ERROR: can't read "status": no such variable >>> ERROR: tcl error sourcing >>> /dev/shm/build/gcc-svn/gcc/gcc/testsuite/gfortran.dg/gomp/gomp.exp. >>> ERROR: torture-init: torture_without_loops is not empty as expected >>> ERROR: tcl error sourcing >>> /dev/shm/build/gcc-svn/gcc/gcc/testsuite/gfortran.dg/vect/vect.exp. >>> ERROR: torture-init: torture_without_loops is not empty as expected >>> ERROR: tcl error sourcing >>> /dev/shm/build/gcc-svn/gcc/gcc/testsuite/gfortran.fortran-torture/compi= le/compile.exp. >>> ERROR: torture-init: torture_without_loops is not empty as expected >>> ERROR: tcl error sourcing >>> /dev/shm/build/gcc-svn/gcc/gcc/testsuite/gfortran.fortran-torture/execu= te/execute.exp. >>> ERROR: torture-init: torture_without_loops is not empty as expected >> >> This appears to be a general testsuite issue. =A0You try pinging Janis >> on IRC. =A0She may have an idea on the cause. > > I'm also emailing the general gcc list about this. =A0Does anyone have > any idea on how to handle this situation? > More info: ERROR: tcl error sourcing /home/nightstrike/work/build/gcc-svn/gcc/gcc/testsuite/gfortran.dg/dg.exp. ERROR: can't read "status": no such variable while executing "list $status [lindex $result 1]" (procedure "gfortran_load" line 10) invoked from within "${tool}_load $output_file" (procedure "saved-dg-test" line 228) invoked from within "saved-dg-test /home/nightstrike/work/build/gcc-svn/gcc/gcc/testsuite/gfort= ran.dg/char_bounds_check_fail_1.f90 { -O0 } { -pedantic-errors}" ("eval" body line 1) invoked from within "eval saved-dg-test $args " (procedure "dg-test" line 9) invoked from within "dg-test $test $flags ${default-extra-flags}" (procedure "gfortran-dg-runtest" line 27) invoked from within "gfortran-dg-runtest [lsort \ [glob -nocomplain $srcdir/$subdir/*.\[fF\]{,90,95,03,08} ] ] $DEFAULT_FFLAGS" (file "/home/nightstrike/work/build/gcc-svn/gcc/gcc/testsuite/gfortran.= dg/dg.exp" line 32) invoked from within "source /home/nightstrike/work/build/gcc-svn/gcc/gcc/testsuite/gfortran.dg/= dg.exp" ("uplevel" body line 1) invoked from within "uplevel #0 source /home/nightstrike/work/build/gcc-svn/gcc/gcc/testsuite/gfortran.dg/dg.exp" invoked from within "catch "uplevel #0 source $test_file_name"" Running /home/nightstrike/work/build/gcc-svn/gcc/gcc/testsuite/gfortran.dg/= gomp/gomp.exp ... ERROR: tcl error sourcing /home/nightstrike/work/build/gcc-svn/gcc/gcc/testsuite/gfortran.dg/gomp/gom= p.exp. ERROR: torture-init: torture_without_loops is not empty as expected while executing "error "torture-init: torture_without_loops is not empty as expected"" invoked from within "if [info exists torture_without_loops] { error "torture-init: torture_without_loops is not empty as expected" }" (procedure "torture-init" line 4) invoked from within "torture-init" (procedure "gfortran-dg-runtest" line 5) invoked from within "gfortran-dg-runtest [lsort \ [find $srcdir/$subdir *.\[fF\]{,90,95,03,08} ] ] " -fopenmp"" (file "/home/nightstrike/work/build/gcc-svn/gcc/gcc/testsuite/gfortran.= dg/gomp/gomp.exp" line 32) invoked from within "source /home/nightstrike/work/build/gcc-svn/gcc/gcc/testsuite/gfortran.dg/= gomp/gomp.exp" ("uplevel" body line 1) invoked from within "uplevel #0 source /home/nightstrike/work/build/gcc-svn/gcc/gcc/testsuite/gfortran.dg/gomp/gom= p.exp" invoked from within "catch "uplevel #0 source $test_file_name"" Running /home/nightstrike/work/build/gcc-svn/gcc/gcc/testsuite/gfortran.dg/= graphite/graphite.exp ... Running /home/nightstrike/work/build/gcc-svn/gcc/gcc/testsuite/gfortran.dg/= vect/vect.exp ... ERROR: tcl error sourcing /home/nightstrike/work/build/gcc-svn/gcc/gcc/testsuite/gfortran.dg/vect/vec= t.exp. ERROR: torture-init: torture_without_loops is not empty as expected while executing "error "torture-init: torture_without_loops is not empty as expected"" invoked from within "if [info exists torture_without_loops] { error "torture-init: torture_without_loops is not empty as expected" }" (procedure "torture-init" line 4) invoked from within "torture-init" (procedure "gfortran-dg-runtest" line 5) invoked from within "gfortran-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/vect-*.\[fF\]{,90,95,03,08} ]] $DEFAULT_VECTCFLAGS" (file "/home/nightstrike/work/build/gcc-svn/gcc/gcc/testsuite/gfortran.= dg/vect/vect.exp" line 115) invoked from within "source /home/nightstrike/work/build/gcc-svn/gcc/gcc/testsuite/gfortran.dg/= vect/vect.exp" ("uplevel" body line 1) invoked from within "uplevel #0 source /home/nightstrike/work/build/gcc-svn/gcc/gcc/testsuite/gfortran.dg/vect/vec= t.exp" invoked from within "catch "uplevel #0 source $test_file_name"" Running /home/nightstrike/work/build/gcc-svn/gcc/gcc/testsuite/gfortran.for= tran-torture/compile/compile.exp ... ERROR: tcl error sourcing /home/nightstrike/work/build/gcc-svn/gcc/gcc/testsuite/gfortran.fortran-tor= ture/compile/compile.exp. ERROR: torture-init: torture_without_loops is not empty as expected while executing "error "torture-init: torture_without_loops is not empty as expected"" invoked from within "if [info exists torture_without_loops] { error "torture-init: torture_without_loops is not empty as expected" }" (procedure "torture-init" line 4) invoked from within "torture-init" (file "/home/nightstrike/work/build/gcc-svn/gcc/gcc/testsuite/gfortran.= fortran-torture/compile/compile.exp" line 28) invoked from within "source /home/nightstrike/work/build/gcc-svn/gcc/gcc/testsuite/gfortran.for= tran-torture/compile/compile.exp" ("uplevel" body line 1) invoked from within "uplevel #0 source /home/nightstrike/work/build/gcc-svn/gcc/gcc/testsuite/gfortran.fortran-tor= ture/compile/compile.exp" invoked from within "catch "uplevel #0 source $test_file_name"" Running /home/nightstrike/work/build/gcc-svn/gcc/gcc/testsuite/gfortran.for= tran-torture/execute/execute.exp ... ERROR: tcl error sourcing /home/nightstrike/work/build/gcc-svn/gcc/gcc/testsuite/gfortran.fortran-tor= ture/execute/execute.exp. ERROR: torture-init: torture_without_loops is not empty as expected while executing "error "torture-init: torture_without_loops is not empty as expected"" invoked from within "if [info exists torture_without_loops] { error "torture-init: torture_without_loops is not empty as expected" }" (procedure "torture-init" line 4) invoked from within "torture-init" (file "/home/nightstrike/work/build/gcc-svn/gcc/gcc/testsuite/gfortran.= fortran-torture/execute/execute.exp" line 32) invoked from within "source /home/nightstrike/work/build/gcc-svn/gcc/gcc/testsuite/gfortran.for= tran-torture/execute/execute.exp" ("uplevel" body line 1) invoked from within "uplevel #0 source /home/nightstrike/work/build/gcc-svn/gcc/gcc/testsuite/gfortran.fortran-tor= ture/execute/execute.exp" invoked from within "catch "uplevel #0 source $test_file_name""