File tree Expand file tree Collapse file tree 3 files changed +141
-121
lines changed
Expand file tree Collapse file tree 3 files changed +141
-121
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ non-printing characters.
1616and gives an error.
1717
18184. Updated the valgrind parameters in RunTest: (a) changed smc-check=all to
19- smc-check=sll -non-file; (b) changed obj:* in the suppression file to obj:??? so
19+ smc-check=all -non-file; (b) changed obj:* in the suppression file to obj:??? so
2020that it matches only unknown objects.
2121
22225. Updated the maintenance script maint/ManyConfigTests to make it easier to
@@ -121,6 +121,13 @@ that it expects trusted data.
12112130. Due to an oversight, pcre2grep was not making use of JIT when available.
122122This is now fixed.
123123
124+ 31. The RunGrepTest script is updated to use the valgrind suppressions file
125+ when testing with JIT under valgrind (compare 10.21/51 below). The suppressions
126+ file is updated so that is now the same as for PCRE1: it suppresses the
127+ Memcheck warnings Addr16 and Cond in unknown objects (that is, JIT-compiled
128+ code). Also changed smc-check=all to smc-check=all-non-file as was done for
129+ RunTest (see 4 above).
130+
124131
125132Version 10.21 12-January-2016
126133-----------------------------
You can’t perform that action at this time.
0 commit comments