We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed9c84 commit 6607827Copy full SHA for 6607827
Rakefile
@@ -28,7 +28,7 @@ if RUBY_VERSION >= "2.5"
28
require "ruby_memcheck"
29
require "ruby_memcheck/rspec/rake_task"
30
31
- RubyMemcheck.config(skipped_ruby_functions: ["objspace_malloc_gc_stress"])
+ RubyMemcheck.config(skipped_ruby_functions: ["rb_utf8_str_new_cstr", "rb_exc_new_str"])
32
namespace :spec do
33
RubyMemcheck::RSpec::RakeTask.new(valgrind: :compile)
34
end
0 commit comments