[#38323] [1.8.7][1.9.1][tk] 自前実装の拡張 widget を使いたい場合 — oshida@...

押田です。

22 messages 2009/04/24
[#38331] Re: [1.8.7][1.9.1][tk] 自前実装の拡張 widget を使いたい場合 — Hidetoshi NAGAI <nagai@...> 2009/04/26

永井@知能.九工大です.

[#38339] Re: [1.8.7][1.9.1][tk] 自前実装の拡張 widget を使いたい場合 — oshida@... 2009/04/27

押田です。

[#38340] Re: [1.8.7][1.9.1][tk] 自前実装の拡張 widget を使いたい場合 — Hidetoshi NAGAI <nagai@...> 2009/04/27

永井@知能.九工大です.

[#38697] Re: [1.8.7][1.9.1][tk] 自前実装の拡張 widget を使いたい場合 — Hidetoshi NAGAI <nagai@...> 2009/06/21

永井@知能.九工大です.

[#38711] Re: [1.8.7][1.9.1][tk] 自前実装の拡張 widget を使いたい場合 — oshida@... 2009/06/24

押田です。

[#38723] Re: [1.8.7][1.9.1][tk] 自前実装の拡張 widget を使いたい場合 — Hidetoshi NAGAI <nagai@...> 2009/07/01

永井@知能.九工大です.

[#38743] Re: [1.8.7][1.9.1][tk] 自前実装の拡張 widget を使いたい場合 — oshida@... 2009/07/07

押田です。

[#38747] Re: [1.8.7][1.9.1][tk] 自前実装の拡張 widget を使いたい場合 — Hidetoshi NAGAI <nagai@...> 2009/07/08

永井@知能.九工大です.

[#38748] Re: [1.8.7][1.9.1][tk] 自前実装の拡張 widget を使いたい場合 — oshida@... 2009/07/08

押田です。

[#38749] Re: [1.8.7][1.9.1][tk] 自前実装の拡張 widget を使いたい場合 — Hidetoshi NAGAI <nagai@...> 2009/07/08

永井@知能.九工大です.

[ruby-dev:38248] 1.8.7 RSS test failure

From: Urabe Shyouhei <shyouhei@...>
Date: 2009-04-02 02:40:58 UTC
List: ruby-dev #38248
卜部です。ちょっとご相談。

1.8.7をリリースできてない理由の一つにRSSのテストが通らないからというのがあります(下記)。
これは1.8.8devからテストだけ持ってきたからなので、なんらか対応しないといけないのですが、
(1) このテストが正しくて1.8.7の挙動は誤りなのでしょうか、それとも
(2) 1.8.7は誤りとは言えず、テストをrevertすべきなのでしょうか。

判断ついてないのでお知恵をお借りしたく。よろしくお願いします。

zsh % make test-all TESTS=rss
./miniruby -I/home/shyouhei/ruby/branches/ruby_1_8_7/lib -I.ext/common -I./- -r/home/shyouhei/ruby/branches/ruby_1_8_7/ext/purelib.rb  /home/shyouhei/ruby/branches/ruby_1_8_7/runruby.rb --extout=.ext  -- "/home/shyouhei/ruby/branches/ruby_1_8_7/test/runner.rb" --basedir="/home/shyouhei/ruby/branches/ruby_1_8_7/test" --runner=console rss
Loaded suite rss
Started
.....F..............................................................................................................................................................F.............F..........................................................................................................
Finished in 28.22949 seconds.

  1) Failure:
test_atom_content(RSS::TestAtomCore)
    [/home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/rss-assertions.rb:910:in `assert_rexml_element'
     /home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/rss-assertions.rb:895:in `assert_rexml_element'
     /home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/test_atom.rb:652:in `assert_atom_content_inline_other_base64_to_s'
     /home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/test_atom.rb:643:in `assert_atom_content_inline_other_base64_to_s'
     /home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/test_atom.rb:604:in `assert_atom_content_to_s'
     /home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/test_atom.rb:600:in `assert_atom_content_to_s'
     /home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/test_atom.rb:205:in `test_atom_content']:
<"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAABAAAAAQDHlV/tAAAADElEQVQI12P4//8/AAX+Av7czFnnAAAAAElFTkSuQmCC"> expected but was
<"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAACXBIWXMAAABI\nAAAASABGyWs+AAAACXZwQWcAAAABAAAAAQDHlV/tAAAADElEQVQI12P4//8/\nAAX+Av7czFnnAAAAAElFTkSuQmCC\n">.

  2) Failure:
test_entry_content_text(RSS::TestParserAtom)
    [/home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/rss-assertions.rb:910:in `assert_rexml_element'
     /home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/rss-assertions.rb:895:in `assert_rexml_element'
     /home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/rss-assertions.rb:591:in `assert_atom_content_inline_other_text'
     /home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/rss-assertions.rb:569:in `each'
     /home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/rss-assertions.rb:569:in `assert_atom_content_inline_other_text'
     /home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/rss-assertions.rb:559:in `assert_atom_content_inline_other_text'
     /home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/rss-assertions.rb:553:in `assert_atom_content_inline_other'
     /home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/rss-assertions.rb:552:in `assert_atom_content_inline_other'
     /home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/rss-assertions.rb:459:in `assert_atom_content'
     /home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/rss-assertions.rb:456:in `assert_atom_content'
     /home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/test_parser_atom_entry.rb:100:in `test_entry_content_text']:
<"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAABAAAAAQDHlV/tAAAADElEQVQI12P4//8/AAX+Av7czFnnAAAAAElFTkSuQmCC"> expected but was
<"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAACXBIWXMAAABI\nAAAASABGyWs+AAAACXZwQWcAAAABAAAAAQDHlV/tAAAADElEQVQI12P4//8/\nAAX+Av7czFnnAAAAAElFTkSuQmCC\n">.

  3) Failure:
test_entry_content(RSS::TestParserAtomFeed)
    [/home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/rss-assertions.rb:910:in `assert_rexml_element'
     /home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/rss-assertions.rb:895:in `assert_rexml_element'
     /home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/rss-assertions.rb:591:in `assert_atom_content_inline_other_text'
     /home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/rss-assertions.rb:569:in `each'
     /home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/rss-assertions.rb:569:in `assert_atom_content_inline_other_text'
     /home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/rss-assertions.rb:559:in `assert_atom_content_inline_other_text'
     /home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/rss-assertions.rb:553:in `assert_atom_content_inline_other'
     /home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/rss-assertions.rb:552:in `assert_atom_content_inline_other'
     /home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/rss-assertions.rb:459:in `assert_atom_content'
     /home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/rss-assertions.rb:456:in `assert_atom_content'
     /home/shyouhei/ruby/branches/ruby_1_8_7/test/rss/test_parser_atom_feed.rb:147:in `test_entry_content']:
<"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAABAAAAAQDHlV/tAAAADElEQVQI12P4//8/AAX+Av7czFnnAAAAAElFTkSuQmCC"> expected but was
<"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAACXBIWXMAAABI\nAAAASABGyWs+AAAACXZwQWcAAAABAAAAAQDHlV/tAAAADElEQVQI12P4//8/\nAAX+Av7czFnnAAAAAElFTkSuQmCC\n">.

285 tests, 4764 assertions, 3 failures, 0 errors
make: *** [test-all] Error 1
zsh: exit 2     make test-all TESTS=rss


In This Thread

Prev Next