develooper Front page | perl.perl5.porters | Postings from June 2002

Re: 5.8.0 RC1 has been released

Thread Previous | Thread Next
From:
Tim Bunce
Date:
June 3, 2002 05:19
Subject:
Re: 5.8.0 RC1 has been released
Message ID:
20020603132005.J71333@dansat.data-plan.com
On Sat, Jun 01, 2002 at 09:07:59PM -0700, chromatic wrote:
> On Sat, 01 Jun 2002 16:50:22 -0700, John Poltorak wrote:
> 
> > I get 10 test scripts failing under OS/2, so of which may be due to me having
> > problems with my build environment...
> > 
> > One of the failure I get is here:-
> > 
> > lib/Memoize/t/errors.................
> > Process terminated by SIGPIPE
> > FAILED at test 4
> > 
> > Is it sufficient to report this as it stands, or should I run this test on its
> > own to try and pinpoint the problem? If so how do I do that?
> 
> Unless it's a known failure, it's generally necessary to capture the failing
> test output.  You should be able to run the test by hand from the t/ directory.
> The Unix command would be:
> 
> 	./perl ../lib/Memoize/t/errors.t > errors.log

  	./perl ../lib/Memoize/t/errors.t > errors.log 2>&1

> Then, send the output right along to p5p.  You can even include it with the
> perlbug output.

Tim.

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About