Test tweak.
This commit is contained in:
parent
55967f9a4f
commit
fa89e0d74b
|
@ -80,10 +80,10 @@ sure both macros are undefined; an emulation function will then be used. */
|
|||
#define HAVE_MEMORY_H 1
|
||||
|
||||
/* Define if you have POSIX threads libraries and header files. */
|
||||
#define HAVE_PTHREAD 1
|
||||
/* #undef HAVE_PTHREAD */
|
||||
|
||||
/* Have PTHREAD_PRIO_INHERIT. */
|
||||
#define HAVE_PTHREAD_PRIO_INHERIT 1
|
||||
/* #undef HAVE_PTHREAD_PRIO_INHERIT */
|
||||
|
||||
/* Define to 1 if you have the <readline/history.h> header file. */
|
||||
#define HAVE_READLINE_HISTORY_H 1
|
||||
|
@ -242,7 +242,7 @@ sure both macros are undefined; an emulation function will then be used. */
|
|||
#define STDC_HEADERS 1
|
||||
|
||||
/* Define to any value to enable support for Just-In-Time compiling. */
|
||||
#define SUPPORT_JIT /**/
|
||||
/* #undef SUPPORT_JIT */
|
||||
|
||||
/* Define to any value to allow pcre2grep to be linked with libbz2, so that it
|
||||
is able to handle .bz2 files. */
|
||||
|
@ -262,7 +262,7 @@ sure both macros are undefined; an emulation function will then be used. */
|
|||
#define SUPPORT_PCRE16 /**/
|
||||
|
||||
/* Define to any value to enable JIT support in pcre2grep. */
|
||||
#define SUPPORT_PCRE2GREP_JIT /**/
|
||||
/* #undef SUPPORT_PCRE2GREP_JIT */
|
||||
|
||||
/* Define to any value to enable the 32 bit PCRE2 library. */
|
||||
#define SUPPORT_PCRE32 /**/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# attempt to use it has the expected behaviour. It also tests things that
|
||||
# are different without JIT.
|
||||
|
||||
/abc/I,jit
|
||||
/abc/I,jit,jitverify
|
||||
|
||||
/a*/I
|
||||
|
||||
|
|
|
@ -2,13 +2,13 @@
|
|||
# attempt to use it has the expected behaviour. It also tests things that
|
||||
# are different without JIT.
|
||||
|
||||
/abc/I,jit
|
||||
/abc/I,jit,jitverify
|
||||
Capturing subpattern count = 0
|
||||
No options
|
||||
First code unit = 'a'
|
||||
Last code unit = 'c'
|
||||
Subject length lower bound = 3
|
||||
JIT support is not available in this version of PCRE
|
||||
JIT support is not available in this version of PCRE2
|
||||
|
||||
/a*/I
|
||||
Capturing subpattern count = 0
|
||||
|
|
Loading…
Reference in New Issue