On Mon, Jul 7, 2014 at 6:53 AM, Michael Wallner <m...@php.net> wrote:
> I also have a patch for run-tests sitting around for quite some time, which
> adds concurrent test execution support. I already fixed a lot of non
> re-entrant tests in the past, but there might still be quite some of them.
>
HHVM uses PHP's test suite and runs them in parallel.  We upstreamed a
number of fixes for tests to make these behave properly (many tests
used common, generic filenames like "test.txt" which would clobber
over each other when run concurrently).  Would love to see PHP eat up
a few more cores too.

-Sara

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

Reply via email to