This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Systemtap snap:b6371390 test on kernel 2.6.30-rc3-git2


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]