Re: [pcre-dev] PCRE release 7.5

Αρχική Σελίδα
Delete this message
Συντάκτης: Sheri
Ημερομηνία:  
Προς: pcre-dev
Αντικείμενο: Re: [pcre-dev] PCRE release 7.5
Philip Hazel wrote:
> I have released PCRE 7.5:
>
> ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-7.5.tar.gz
> ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-7.5.tar.bz2
> ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-7.5.zip
>
> This is mainly a bug-fix release, but it does add some new facilities to
> pcregrep and pcretest.
>
> Philip
>
>

Hi Philip,

I built the new release in Msys with my usual options and tested in my
usual way with RunTest.bat. The new tests added to test2 and test5 fail.
There seemed to be some changes in source from RC2 to Release so I also
reran the cpp unittest. It got the same failure as previously reported.

Sorry.

C:\pcre-7.5\Msys-7.5>pcretest -C
PCRE version 7.5-RC2 2007-12-27
Compiled with
UTF-8 support
Unicode properties support
Newline sequence is ANYCRLF
\R matches CR, LF, or CRLF only
Internal link size = 2
POSIX malloc threshold = 10
Default match limit = 10000000
Default recursion depth limit = 10000000
Match recursion uses heap

This is the last part of my test2 output, the last 8 tests have no
message; compare file has "Failed: unknown POSIX class name at offset 3"
for all of them.

/[[:foo:]]/
Failed: unknown POSIX class name at offset 3

/[[:1234:]]/

/[[:f\oo:]]/

/[[: :]]/

/[[:...:]]/

/[[:l\ower:]]/

/[[:abc\:]]/

/[abc[:x\]pqr:]]/

/[[:a\dz:]]/

/ End of testinput2 /

This is the last part of my test5 output:

This is the test that crashes (so no output for it) in test5:

/.*a.*=.b.*/8<ANY>

This is the output of pcre_unittest:

pcrecpp_unittest.cc:865: Check failed:
RE("(.*)").FullMatch("1234567890123456", (long long*)NULL)

Regards,
Sheri