unit.pcre_test w2 [ fail ]
|
Test ended at 2014-11-19 12:51:03
|
|
CURRENT_TEST: unit.pcre_test
|
|
PCRE C library tests using test data from /var/lib/buildbot/maria-slave/power8-vlp04-bintar/build/pcre/testdata
|
PCRE version 8.35 2014-04-04
|
|
---- Testing 8-bit library ----
|
|
Test 1: Main functionality (Compatible with Perl >= 5.10)
|
OK
|
OK with study
|
Test 2: API, errors, internals, and non-Perl stuff (not UTF-8)
|
--- /var/lib/buildbot/maria-slave/power8-vlp04-bintar/build/pcre/testdata/testoutput2 2014-11-19 11:44:36.239154000 -0500
|
+++ testtry 2014-11-19 12:51:03.123848130 -0500
|
@@ -5821,13 +5821,16 @@
|
No match
|
|
/a{11111111111111111111}/I
|
-Failed: number too big in {} quantifier at offset 22
|
+Capturing subpattern count = 0
|
+No options
|
+First char = 'a'
|
+No need char
|
|
/(){64294967295}/I
|
-Failed: number too big in {} quantifier at offset 14
|
+Failed: regular expression is too large at offset 15
|
|
/(){2,4294967295}/I
|
-Failed: number too big in {} quantifier at offset 15
|
+Failed: numbers out of order in {} quantifier at offset 15
|
|
"(?i:a)(?i:b)(?i:c)(?i:d)(?i:e)(?i:f)(?i:g)(?i:h)(?i:i)(?i:j)(k)(?i:l)A\1B"I
|
Capturing subpattern count = 1
|