Skip to content

Commit 2a86496

Browse files
committed
add suppressions for ruby 2.7
related to #1938
1 parent dca794a commit 2a86496

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
https://ci.nokogiri.org/teams/nokogiri-core/pipelines/nokogiri/jobs/ruby-2.7-rc-valgrind/builds/1
3+
Memcheck:Addr8
4+
fun:mark_locations_array
5+
fun:gc_mark_stacked_objects
6+
fun:gc_mark_stacked_objects_incremental
7+
fun:gc_marks_rest
8+
...
9+
fun:ruby_finalize_?
10+
fun:ruby_cleanup
11+
fun:ruby_run_node
12+
fun:main
13+
}
14+
{
15+
https://ci.nokogiri.org/teams/nokogiri-core/pipelines/nokogiri/jobs/ruby-2.7-rc-valgrind/builds/1
16+
Memcheck:Addr8
17+
fun:mark_locations_array
18+
fun:gc_marks_wb_unprotected_objects
19+
fun:gc_marks_finish
20+
...
21+
fun:ruby_finalize_?
22+
fun:ruby_cleanup
23+
fun:ruby_run_node
24+
fun:main
25+
}

0 commit comments

Comments
 (0)