On 09/07/2011 12:28 PM, Stas Malyshev wrote:
> Hi!
> 
> On 9/7/11 12:24 PM, Rasmus Lerdorf wrote:
>>> tests/lang/045.phpt now works for me, but tests/func/005a.phpt still
>>> fails. It's on Darwin.
>>
>> That one doesn't fail for me. What's your diff?
> 
> 002+
> 002- Shutdown
> 003+  ** ERROR: process timed out **
> 
> It looks like set_time_limit(1) doesn't work.

Actually, it seems to be more than that. That set_time_limit() just
speeds up the test. Since we have a default max_execution_time you
should still have hit that and the shutdown function should have been
called. But your other max_execution_time-related tests, like 045 pass,
so what is special about this one? The tight for(;;) loop?

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to