Re: [pcre-dev] Code testing tarball

Top Page
Delete this message
Author: Petr Pisar
Date:  
To: pcre-dev
Subject: Re: [pcre-dev] Code testing tarball
On Sat, Dec 31, 2011 at 03:27:46PM +0000, Philip Hazel wrote:
> I have built tarballs from the current trunk files, and placed them
> here (PT=Preliminary Test):
>

Because Zoltán pointed there some fixes after the release, I tested r850
configured with --enable-pcretest-libreadline --enable-utf
--enable-unicode-properties --enable-pcre8 --enable-pcre16 on glibc-linux
with following results:

PPC with JIT:           all tests pass
s390 without JIT:       all tests pass
x86_64 with JIT:        all tests pass
PPC64 with JIT:         all tests pass
i686 with JIT:          all tests pass
s390x without JIT:      all tests pass
n32 MIPS64 with JIT:    all tests pass


In addition, I tried compilation with GCC 4.7.0 on Intel architectures with
success. All tests passed and no new warnigs emerged.

-- Petr