File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ not_our_bug
3
+ Memcheck:Cond
4
+ fun:__gconv_transform_internal_utf8
5
+ fun:wcsrtombs
6
+ fun:wcstombs
7
+ fun:tre_parse_bracket_items
8
+ fun:tre_parse_bracket
9
+ fun:tre_parse
10
+ fun:tre_compile
11
+ fun:tre_regcompb
12
+ }
13
+ {
14
+ not_our_bug_either
15
+ Memcheck:Cond
16
+ fun:__wcsnlen_avx2
17
+ fun:wcsrtombs
18
+ fun:wcstombs
19
+ fun:tre_parse_bracket_items
20
+ fun:tre_parse_bracket
21
+ fun:tre_parse
22
+ fun:tre_compile
23
+ fun:tre_regcompb
24
+ }
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ function run_test {
45
45
VALGRIND=" "
46
46
47
47
if [[ " $ENABLE_VALGRIND " == " 1" ]]; then
48
- VALGRIND=" -d valgrind --debugger-args=--error-exitcode=13"
48
+ VALGRIND=" -d valgrind --debugger-args=--error-exitcode=13 --debugger-args=--suppressions= $ROOT_DIR /.valgrind_suppressions "
49
49
fi
50
50
51
51
if test " $( uname) " = " Darwin" ; then
You can’t perform that action at this time.
0 commit comments