Mail Archives: djgpp-workers/2001/10/11/18:48:52
On Thu, Oct 11, 2001 at 04:07:08PM +0200, H. Merijn Brand wrote:
> > Strangely though, running 'perl harness' for detailed test results
> > completely freaked out (several crashes (suggesting a nesting problem?)
> > and even rebooting the machine at one point) (this was under WinME).
>
> Please contact Michael Schwern <schwern AT pobox DOT com> about this
Well, in my informed opinion, I'd say something's rather wrong. ;)
First thing is to see if it's the "harness" program that's wrong or
Test::Harness itself. Try the WinME equivalent of this:
cd t;
./perl -MTest::Harness -I../lib -e '$Test::Harness::switches = ""; runtests(@ARGV)' op/*.t
Replace op/*.t with whatever set of tests causes 'harness' to flip
out. If that goes ballistic, then it's Test::Harness. Otherwise,
something t/harness is doing is making WinME unhappy.
--
Michael G. Schwern <schwern AT pobox DOT com> http://www.pobox.com/~schwern/
Perl6 Quality Assurance <perl-qa AT perl DOT org> Kwalitee Is Job One
Here's hoping you don't harbor a death wish!
- Raw text -