Stas Bekman wrote:

>Steve Hay wrote:
>  
>
>>Stas Bekman wrote:
>>
>>
>>    
>>
>>>Steve Hay wrote:
>>>
>>>
>>>
>>>      
>>>
>>>>As I reported recently, compat/send_fd.t and directive/setupenv.t both 
>>>>currently (2.0.49 / 5.8.4 / 1.99_14) fail in the test suite on Win32, 
>>>>but work when tried in isolation.
>>>>
>>>>After a little trial & error, I've found that running apr/pool.t before 
>>>>them make them fail, i.e.
>>>>
>>>>  perl t/TEST compat/send_fd
>>>>  perl t/TEST directive/setupenv
>>>>  
>>>>
>>>>        
>>>>
>>>Actually, please just try the current cvs. I've committed some adjustments for 
>>>the apr test
>>>
>>>      
>>>
>>Just grabbed the current cvs; it makes no difference to the above 
>>results, 
>>    
>>
>
>Could you try the the binary search technique, trying to cut off sub-tests 
>until you get one to blame?
>
OK, I found it:  It's the section commented "### $p->clear ###".  In 
fact, if I reduce the handler in t/response/TestAPR/pool.pm to just this:

sub handler {
    my $r = shift;

    plan $r, tests => 7;

    ### $p->clear ###
    {
        my ($pp, $sp) = both_pools_create_ok($r);
        $pp->clear;
        both_pools_destroy_ok($r);
        $pp->destroy;
    }

    Apache::OK;
}

then it still causes compat/send_fd.t to fail.

But if I then comment-out the line "$pp->destroy", then compat/send_fd.t 
now succeeds.

- Steve



------------------------------------------------
Radan Computational Ltd.

The information contained in this message and any files transmitted with it are 
confidential and intended for the addressee(s) only.  If you have received this 
message in error or there are any problems, please notify the sender immediately.  The 
unauthorized use, disclosure, copying or alteration of this message is strictly 
forbidden.  Note that any views or opinions presented in this email are solely those 
of the author and do not necessarily represent those of Radan Computational Ltd.  The 
recipient(s) of this message should check it and any attached files for viruses: Radan 
Computational will accept no liability for any damage caused by any virus transmitted 
by this email.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to