Skip to content

Commit

Permalink
fix: valgrind config
Browse files Browse the repository at this point in the history
  • Loading branch information
uvlad7 committed Dec 28, 2024
1 parent eed9c84 commit 6607827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if RUBY_VERSION >= "2.5"
require "ruby_memcheck"
require "ruby_memcheck/rspec/rake_task"

RubyMemcheck.config(skipped_ruby_functions: ["objspace_malloc_gc_stress"])
RubyMemcheck.config(skipped_ruby_functions: ["rb_utf8_str_new_cstr", "rb_exc_new_str"])
namespace :spec do
RubyMemcheck::RSpec::RakeTask.new(valgrind: :compile)
end
Expand Down

0 comments on commit 6607827

Please sign in to comment.