1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Ignore lib/irb/ext/tracer.rb with TestRequireLib because tracer library was removed from ruby repo

This commit is contained in:
Hiroshi SHIBATA 2021-05-26 10:04:24 +09:00
parent 59928a75bd
commit e54bef92d5
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -8,6 +8,7 @@ class TestRequireLib < Test::Unit::TestCase
# skip some problems
next if %r!/lib/(?:bundler|rubygems)\b! =~ lib
next if %r!/lib/(?:debug|mkmf)\.rb\z! =~ lib
next if %r!/lib/irb/ext/tracer\.rb\z! =~ lib
# skip because "in `<module:Maker>': undefined method `add_maker' for RSS::Maker:Module (NoMethodError)"
next if %r!/lib/rss\b! =~ lib
# skip many files that almost use no threads