summaryrefslogtreecommitdiff
path: root/testdata/testoutput17
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-06-05 16:05:34 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-06-05 16:05:34 +0000
commit74550ef81518b2052fa9d57a12ee59541ae7b95a (patch)
tree91fbda016c843666111790da13d6b59c25c2ff7a /testdata/testoutput17
parentb69f2c210fbe21e22eb139cd616e811c37c10035 (diff)
downloadpcre2-74550ef81518b2052fa9d57a12ee59541ae7b95a.tar.gz
Implement PCRE2_NO_JIT, update HTML docs as well.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@522 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testoutput17')
-rw-r--r--testdata/testoutput1714
1 files changed, 14 insertions, 0 deletions
diff --git a/testdata/testoutput17 b/testdata/testoutput17
index 288b0d2..36509c8 100644
--- a/testdata/testoutput17
+++ b/testdata/testoutput17
@@ -516,5 +516,19 @@ Failed: error -46: JIT stack limit reached
/(.|.)*?bx/
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabax
Failed: error -47: match limit exceeded
+
+# Test JIT disable
+
+/abc/
+ abc
+ 0: abc (JIT)
+ abc\=no_jit
+ 0: abc
+
+/abc/jitfast
+ abc
+ 0: abc (JIT)
+ abc\=no_jit
+ 0: abc (JIT)
# End of testinput17