public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Janis Johnson <janis187@us.ibm.com>
To: NightStrike <nightstrike@gmail.com>
Cc: Steve Kargl <sgk@troutmask.apl.washington.edu>,
	fortran@gcc.gnu.org,         gcc@gcc.gnu.org
Subject: Re: Can't run gfortran testsuite
Date: Mon, 13 Jul 2009 18:34:00 -0000	[thread overview]
Message-ID: <1247508603.6239.1.camel@janis-laptop> (raw)
In-Reply-To: <b609cb3b0907121240r446d6d5eo1d3ddb6a69f9688b@mail.gmail.com>

On Sun, 2009-07-12 at 15:40 -0400, NightStrike wrote:
> On Fri, Jul 10, 2009 at 12:14 PM, NightStrike<nightstrike@gmail.com> wrote:
> > On Thu, Jul 9, 2009 at 2:52 PM, Steve
> > Kargl<sgk@troutmask.apl.washington.edu> 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.  Dominiq tried to find a revision that might
> >>> attribute to it, and though r147421 might have something to do with
> >>> it:  http://gcc.gnu.org/viewcvs?view=rev&revision=147421
> >>>
> >>> 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

Does this help?

Index: gcc/testsuite/lib/gcc-dg.exp
===================================================================
--- gcc/testsuite/lib/gcc-dg.exp	(revision 149420)
+++ gcc/testsuite/lib/gcc-dg.exp	(working copy)
@@ -205,9 +205,12 @@
 	global shouldfail
 	set result [eval [list saved_${tool}_load $program] $args]
 	if { $shouldfail != 0 } {
+	    set status "unresolved"
 	    switch [lindex $result 0] {
 		"pass" { set status "fail" }
 		"fail" { set status "pass" }
+		"xpass" { set status "xfail" }
+		"xfail" { set status "xpass" }
 	    }
 	    set result [list $status [lindex $result 1]]
 	}


      reply	other threads:[~2009-07-13 18:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <b609cb3b0907090934l65db3734x5d3719b2f583c266@mail.gmail.com>
     [not found] ` <20090709185208.GA58596@troutmask.apl.washington.edu>
2009-07-10 16:14   ` NightStrike
2009-07-12 19:41     ` NightStrike
2009-07-13 18:34       ` Janis Johnson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1247508603.6239.1.camel@janis-laptop \
    --to=janis187@us.ibm.com \
    --cc=fortran@gcc.gnu.org \
    --cc=gcc@gcc.gnu.org \
    --cc=nightstrike@gmail.com \
    --cc=sgk@troutmask.apl.washington.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).