Skip to content

Commit

Permalink
add suppressions for ruby 2.7
Browse files Browse the repository at this point in the history
related to #1938
  • Loading branch information
flavorjones committed Oct 29, 2019
1 parent dca794a commit 2a86496
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions suppressions/nokogiri_ruby-2.7.supp
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
https://ci.nokogiri.org/teams/nokogiri-core/pipelines/nokogiri/jobs/ruby-2.7-rc-valgrind/builds/1
Memcheck:Addr8
fun:mark_locations_array
fun:gc_mark_stacked_objects
fun:gc_mark_stacked_objects_incremental
fun:gc_marks_rest
...
fun:ruby_finalize_?
fun:ruby_cleanup
fun:ruby_run_node
fun:main
}
{
https://ci.nokogiri.org/teams/nokogiri-core/pipelines/nokogiri/jobs/ruby-2.7-rc-valgrind/builds/1
Memcheck:Addr8
fun:mark_locations_array
fun:gc_marks_wb_unprotected_objects
fun:gc_marks_finish
...
fun:ruby_finalize_?
fun:ruby_cleanup
fun:ruby_run_node
fun:main
}

0 comments on commit 2a86496

Please sign in to comment.