Date: Thu, 11 Oct 2001 18:47:33 -0400 From: Michael G Schwern To: "H. Merijn Brand" Cc: Tim Van Holder , djgpp-workers AT delorie DOT com Subject: Re: New perl package Message-ID: <20011011184732.D3144@blackrider> References: <20011011133452 DOT C24442 AT libra DOT eth DOT ericsson DOT se> <1002805750 DOT 1294 DOT 105 DOT camel AT bender DOT falconsoft DOT be> <20011011160532 DOT A54B DOT H DOT M DOT BRAND AT hccnet DOT nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011011160532.A54B.H.M.BRAND@hccnet.nl> User-Agent: Mutt/1.3.22i Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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 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 http://www.pobox.com/~schwern/ Perl6 Quality Assurance Kwalitee Is Job One Here's hoping you don't harbor a death wish!