Stas Bekman wrote:
> Nicholas Clark wrote:
> > On Mon, Dec 22, 2003 at 06:07:54PM -0800, Stas Bekman wrote:
> > 
> >>what would it take to get these changes back into maint? [EMAIL PROTECTED] 
> >>still produces the dreaded 'Attempt to free unreferenced scalar' on the 
> >>code below. I won't be around till Dec 30th, so it'd be great if someone 
> > 
> > 
> > A: regression test. Mmm. I suspect that your example can easily be turned
> >    into one
> 
> I'm not sure what's the best location for this test. It seems that it's a 
> wrong idea to make ext/threads to make dependent on test.pl (since I thought 
> Arthur has planned to put them on CPAN). So currently you can drop this test 
> anywhere under ./t (e.g. t/threads.t to start with and move elsewhere as their 
> number grows). I think it's fine to put these tests under /t since they don't 
> test threads, but normal perl features under threads.

I added it as t/op/threads.t to bleadperl (#22186) (disabling it when run
under miniperl, which can't load threads.pm).

> I've included 3 sub-tests here (report #24660, #24663 and Adi's test). The 2nd 
> and 3rd pass with the current maint, but I didn't want to lose them. The 1st 
> one passes with current blead, but not maint.

Reply via email to