summaryrefslogtreecommitdiffstats
path: root/tests/onig.supp
diff options
context:
space:
mode:
authorWilliam Langford <wlangfor@gmail.com>2014-06-18 19:49:38 -0400
committerNicolas Williams <nico@cryptonector.com>2014-06-18 21:02:47 -0500
commit8ff935c01a6e9a16e0d84b29c548dc621bc8ff98 (patch)
treed6fa5ce55d7fdee31080f92148c9b9f0613f3f84 /tests/onig.supp
parent5d9d1b1020b5d7f5fe11d81eb641197bb98819d9 (diff)
Added regex support as per issue #164.
jq now depends on oniguruma for regex support. Modified configure.ac accordingly. Added valgrind suppression file for oniguruma to prevent one-time and bounded leaks from causing tests to fail. Signed-off-by: Nicolas Williams <nico@cryptonector.com>
Diffstat (limited to 'tests/onig.supp')
-rw-r--r--tests/onig.supp21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/onig.supp b/tests/onig.supp
new file mode 100644
index 00000000..37c847ee
--- /dev/null
+++ b/tests/onig.supp
@@ -0,0 +1,21 @@
+{
+ onig node recycling
+ Memcheck:Leak
+ ...
+ fun:onig_parse_make_tree
+ ...
+}
+{
+ onig unicode case insensitivity 1
+ Memcheck:Leak
+ ...
+ fun:setup_tree
+ ...
+}
+{
+ onig unicode case insensitivity 2
+ Memcheck:Leak
+ ...
+ fun:onig*unicode*
+ ...
+}