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:
parent
59928a75bd
commit
e54bef92d5
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue