Re: [pcre-dev] 8.11 Release candidate for testing

Inizio della pagina
Delete this message
Autore: Jose-Marcio Martins da Cruz
Data:  
To: pcre-dev
Oggetto: Re: [pcre-dev] 8.11 Release candidate for testing
Philip Hazel wrote:

> Please test it as much as you can, so that I can release it in a week or
> so with some reasonable confidence. As always, the changes are listed in
> the ChangeLog file. Mostly bug fixes, but there are a couple of other
> changes.


Under Solaris 10 / sparc and x86

Configured this way, using SunStudio 12 compilers

./configure --enable-pcregrep-libz --enable-pcregrep-libbz2  \
    --enable-unicode-properties --enable-rebuild-chartables


make test gives this :

Test 3: locale-specific features (using 'fr_FR' locale)
--- ./testdata/testoutput3      Sat Sep 26 17:38:59 2009
+++ testtry     Sat Nov 27 00:00:22 2010
@@ -156,7 +156,7 @@
  ------------------------------------------------------------------
          Bra
          [A-Za-z\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\xff]
-        [a-z\xb5\xdf-\xf6\xf8-\xff]
+        [a-z\xaa\xb5\xba\xdf-\xf6\xf8-\xff]
          [A-Z\xc0-\xd6\xd8-\xde]
          Ket
          End


Locale test did not run entirely successfully.
This usually means that there is a problem with the locale
settings rather than a bug in PCRE.

Not a bug in PCRE, but I don't know how to solve it. Solaris locale is usually a
problem... ;-)