Re: [pcre-dev] Another release candidate

Top Page
Delete this message
Author: Petr Pisar
Date:  
To: pcre-dev
Subject: Re: [pcre-dev] Another release candidate
On Tue, Oct 11, 2011 at 11:35:46AM +0100, Philip Hazel wrote:
> 8.20-RC3 is now available:
>

Tests on GNU/Linux:

* i686
- with JIT: All tests pass
- without JIT: All tests pass

* x86_64
- with JIT: All tests pass
- without JIT: All tests pass

* mips64 n32 (tested on SVN revision r731)
- with JIT: All tests pass

* ppc
- with JIT: pcre_jit_test SIGFAULTs as usual
- without JIT: All tests pass

* ppc64
- with JIT: pcre_jit_test SIGILLs as usual
- without JIT: All tests pass

* s390
- with JIT: Compilation failed as expected
- without JIT: All tests pass

* s390x
- with JIT: Compilation failed as expected
- without JIT: All tests pass

Resolution: No regressions since RC2.

-- Petr