diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2021-05-26 10:04:24 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2021-05-26 10:04:24 +0900 |
| commit | e54bef92d599049a0950e76024a15fd14561e8bd (patch) | |
| tree | 90091ec71d15493c48dd3fab40a3bba7effe7ac3 /test/ruby | |
| parent | 59928a75bde5833c2ffeca2977f6e0f47043ce13 (diff) | |
Ignore lib/irb/ext/tracer.rb with TestRequireLib because tracer library was removed from ruby repo
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_require_lib.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_require_lib.rb b/test/ruby/test_require_lib.rb index 4af57173b8..d5a5df0817 100644 --- a/test/ruby/test_require_lib.rb +++ b/test/ruby/test_require_lib.rb @@ -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 |
