Bug #367
ruby_1_8のrssで3E
Description
=begin
環境によってはrssでErrorが出ます。
1) Error:
test_atom_content(RSS::TestAtomCore):
LoadError: no such file to load -- zlib
/home/kazu/wc/ruby-lang/ruby_1_8/test/rss/test_atom.rb:644:in require'
assert_atom_content_inline_other_base64_to_s'
/home/kazu/wc/ruby-lang/ruby_1_8/test/rss/test_atom.rb:644:in
/home/kazu/wc/ruby-lang/ruby_1_8/test/rss/test_atom.rb:643:in assert_atom_content_inline_other_base64_to_s'
assert_atom_content_to_s'
/home/kazu/wc/ruby-lang/ruby_1_8/test/rss/test_atom.rb:604:in
/home/kazu/wc/ruby-lang/ruby_1_8/test/rss/test_atom.rb:600:in assert_atom_content_to_s'
test_atom_content'
/home/kazu/wc/ruby-lang/ruby_1_8/test/rss/test_atom.rb:205:in
2) Error:
test_entry_content_text(RSS::TestParserAtom):
LoadError: no such file to load -- zlib
/home/kazu/wc/ruby-lang/ruby_1_8/test/rss/rss-assertions.rb:560:in require'
assert_atom_content_inline_other_text'
/home/kazu/wc/ruby-lang/ruby_1_8/test/rss/rss-assertions.rb:560:in
/home/kazu/wc/ruby-lang/ruby_1_8/test/rss/rss-assertions.rb:559:in assert_atom_content_inline_other_text'
assert_atom_content_inline_other'
/home/kazu/wc/ruby-lang/ruby_1_8/test/rss/rss-assertions.rb:553:in
/home/kazu/wc/ruby-lang/ruby_1_8/test/rss/rss-assertions.rb:552:in assert_atom_content_inline_other'
assert_atom_content'
/home/kazu/wc/ruby-lang/ruby_1_8/test/rss/rss-assertions.rb:459:in
/home/kazu/wc/ruby-lang/ruby_1_8/test/rss/rss-assertions.rb:456:in assert_atom_content'
test_entry_content_text'
/home/kazu/wc/ruby-lang/ruby_1_8/test/rss/test_parser_atom_entry.rb:100:in
3) Error:
test_entry_content(RSS::TestParserAtomFeed):
LoadError: no such file to load -- zlib
/home/kazu/wc/ruby-lang/ruby_1_8/test/rss/rss-assertions.rb:560:in require'
assert_atom_content_inline_other_text'
/home/kazu/wc/ruby-lang/ruby_1_8/test/rss/rss-assertions.rb:560:in
/home/kazu/wc/ruby-lang/ruby_1_8/test/rss/rss-assertions.rb:559:in assert_atom_content_inline_other_text'
assert_atom_content_inline_other'
/home/kazu/wc/ruby-lang/ruby_1_8/test/rss/rss-assertions.rb:553:in
/home/kazu/wc/ruby-lang/ruby_1_8/test/rss/rss-assertions.rb:552:in assert_atom_content_inline_other'
assert_atom_content'
/home/kazu/wc/ruby-lang/ruby_1_8/test/rss/rss-assertions.rb:459:in
/home/kazu/wc/ruby-lang/ruby_1_8/test/rss/rss-assertions.rb:456:in assert_atom_content'
test_entry_content'
/home/kazu/wc/ruby-lang/ruby_1_8/test/rss/test_parser_atom_feed.rb:147:in
1847 tests, 1343396 assertions, 0 failures, 3 errors
=end
Updated by kou (Kouhei Sutou) over 12 years ago
- Status changed from Open to Closed
=begin
r18246
=end