public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
To: Mark Wielaard <mjw@redhat.com>
Cc: Pavan Naregundi <pavan.naregundi@in.ibm.com>, systemtap@sourceware.org
Subject: Re: Systemtap snap:b6371390 test on kernel 2.6.30-rc3-git2
Date: Tue, 28 Apr 2009 06:56:00 -0000	[thread overview]
Message-ID: <20090428065617.GD1531@in.ibm.com> (raw)
In-Reply-To: <1240843370.4387.45.camel@fedora.wildebeest.org>

On Mon, Apr 27, 2009 at 04:42:50PM +0200, Mark Wielaard wrote:
> Hi Pavan,
> 
> On Mon, 2009-04-27 at 17:17 +0530, Pavan Naregundi wrote:
> > Results of systemtap snap:b6371390 test on kernel 2.6.30-rc3-git2
> > Arch: ppc64
> >
> > Please contact me, for any other details.
> 
> Thanks for testing this combination. Which elfutils version did you use?
> 
> > Unexpected failures
> > =============================
> > FAIL: LOCAL1 (0)

I've seen the above fail with LOCAL1 (2), which actually needs to be
flagged as a success. I guess the issue is with checking of rc -- down
in alternatives.exp:

- if {$rc == 1} { pass $test } else { fail "$test ($rc)" }
+ if {$rc >= 1} { pass $test } else { fail "$test ($rc)" }

should fix the problem.

Ananth

  parent reply	other threads:[~2009-04-28  6:56 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-27 11:49 Pavan Naregundi
2009-04-27 14:43 ` Mark Wielaard
2009-04-28  5:11   ` Pavan Naregundi
2009-04-28  6:02   ` Pavan Naregundi
2009-04-28  6:07     ` Ananth N Mavinakayanahalli
2009-04-29  9:37     ` Mark Wielaard
2009-04-29 19:01       ` Josh Stone
2009-04-29  9:41     ` Mark Wielaard
2009-04-28  6:56   ` Ananth N Mavinakayanahalli [this message]
2009-04-29  8:57     ` Mark Wielaard
2009-04-29  9:26       ` Ananth N Mavinakayanahalli
2009-04-29 12:08         ` Mark Wielaard
2009-04-29 12:21           ` Ananth N Mavinakayanahalli
2009-04-29 12:27             ` Mark Wielaard
2009-04-29 13:15           ` David Smith

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=20090428065617.GD1531@in.ibm.com \
    --to=ananth@in.ibm.com \
    --cc=mjw@redhat.com \
    --cc=pavan.naregundi@in.ibm.com \
    --cc=systemtap@sourceware.org \
    /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).