[pcre-dev] [Bug 1430] Request to spin up a new version of pc…

Top Page
Delete this message
Author: Tony Reix
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 1430] Request to spin up a new version of pcre with ppc64le support
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1430




--- Comment #24 from Tony Reix <tony.reix@???> 2014-01-20 17:14:42 ---
Hi Zoltan,

This 2nd patch is OK !
Both with -g and without on PPC64/LE.
OK also on PPC64/BE.

Looks like it is time to have a new version of PCRE.

Thanks !

Tony


============= PPC64 LE :

tony@tony1:~/PCRE/pcre-8.34.PATCH.2$ make clean ; ./configure
--enable-shared=no --enable-pcre16 --enable-unicode-properties --enable-jit ;
make ; make test

PASS: pcre_jit_test
PASS: pcrecpp_unittest
PASS: pcre_scanner_unittest
PASS: pcre_stringpiece_unittest
PASS: RunTest
PASS: RunGrepTest

============================================================================
Testsuite summary for PCRE 8.34
============================================================================
# TOTAL: 6
# PASS: 6
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================


tony@tony1:~/PCRE/pcre-8.34.PATCH.2$ ./pcre_jit_test
Running JIT regression tests
target CPU of SLJIT compiler: PowerPC 64bit (little endian + unaligned)
in 8 bit mode with UTF-8 enabled and ucp enabled:
in 16 bit mode with UTF-16 enabled and ucp enabled:
............................................................
............................................................
............................................................
............................................................
............................................................
............................................................
............................................................
............................................................
............................................................
............................................
All JIT regression tests are successfully passed.


============= PPC64 BE :

[root@localhost pcre-8.34.PATCHED.2]# ./pcre_jit_test
Running JIT regression tests
target CPU of SLJIT compiler: PowerPC 64bit (big endian + unaligned)
in 8 bit mode with UTF-8 enabled and ucp enabled:
in 16 bit mode with UTF-16 enabled and ucp enabled:
............................................................
............................................................
............................................................
............................................................
............................................................
............................................................
............................................................
............................................................
............................................................
............................................
All JIT regression tests are successfully passed.


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email