[#41531] [Bug #3385] ext/dbm: accept various version of db — Takahiro Kambe <redmine@...>
Bug #3385: ext/dbm: accept various version of db
2010年6月3日23:38 Takahiro Kambe <redmine@ruby-lang.org>:
2011年11月12日8:14 Tanaka Akira <akr@fsij.org>:
[#41536] RUBY_DEBUG=gc_stress [FATAL] failed to allocate memory — Tanaka Akira <akr@...>
コンパイル時に RUBY_DEBUG_ENV というマクロを定義しておくと、
[#41543] [Bug #3398] 1.9.2 SEGV during test-all — Yuki Sonoda <redmine@...>
Bug #3398: 1.9.2 SEGV during test-all
[#41597] [Bug #3433] Error that occurs by BasicSocket#sendmsg — Masaya Tarui <redmine@...>
Bug #3433: Error that occurs by BasicSocket#sendmsg
[#41600] 質問・提案:cgi.rbの後継となるライブラリについて — Dice <tetradice@...>
Diceです。cgi.rbの後継ライブラリについて質問させてください。
藤岡です。
かくたにです。
藤岡さん、かくたにさん、返信ありがとうございます。
藤岡です。
Diceです。藤岡さん、返信ありがとうございます。
[#41610] [Bug #3443] requireが遅くなる — Yusuke Endoh <redmine@...>
Bug #3443: requireが遅くなる
[#41623] [Feature:trunk] argument delegation — Nobuyoshi Nakada <nobu@...>
なかだです。
遠藤です。
まつもと ゆきひろです
前田です。
[#41672] [Bug #3463] 1.9.2-preview3 で [BUG] gc_sweep(): unknown data type 0x0 — Tomoyuki Chikanaga <redmine@...>
チケット #3463 が更新されました。 (by Tomoyuki Chikanaga)
[#41674] [Bug #3464] win32ole failure load TYPELIB on mswin64 vista — sakiyama shin <redmine@...>
Bug #3464: win32ole failure load TYPELIB on mswin64 vista
[#41702] WIN32OLE_METHOD offset_vtbl — kuwamoto shintaro <beuniv@...>
こんばんわ
助田です。
こんにちは、なかむら(う)です。
助田です。
artonです。
2010/6/24 arton <artonx@yahoo.co.jp>:
[#41705] [Bug #3471][Rejected] ./miniruby sample/test.rbで1NotOK — Shyouhei Urabe <redmine@...>
チケット #3471 が更新されました。 (by Shyouhei Urabe)
2010年6月24日16:53 Shyouhei Urabe <redmine@ruby-lang.org>:
[#41711] [Bug #3473] make clear-installed-list — Usaku NAKAMURA <redmine@...>
Bug #3473: make clear-installed-list
[#41730] (ruby/tk) ruby_1_9_2 への backport — Hidetoshi NAGAI <nagai@...>
永井@知能.九工大です.
[#41752] [Bug #3490][Assigned] test_pack_utf8 failure on mswin64 — Yusuke Endoh <redmine@...>
チケット #3490 が更新されました。 (by Yusuke Endoh)
[#41760] Hash[] の引数が Array の場合の振る舞い — とみたまさひろ <tommy@...>
とみたです。
[ruby-dev:41579] [Backport #2593] WEBrickのContent-RangeがRFCに準拠していない
チケット #2593 が更新されました。 (by Wataru Kimura)
ファイル patch-test-webrick.diff 追加
ファイル patch-lib-net-http.rb.diff 追加
追加されたテストが次のようにエラーになります。
ruby 1.8.7 (2010-06-10 patchlevel 294) [i686-darwin10.3.0]で確認しました。
====
3) Error:
test_filehandler(WEBrick::TestFileHandler):
NameError: undefined local variable or method `log' for #<WEBrick::TestFileHandler:0x103637b40>
./test/webrick/test_filehandler.rb:96:in `test_filehandler'
/Volumes/CHome/kimuraw/work/ruby-1.8.7/lib/net/http.rb:1054:in `request'
/Volumes/CHome/kimuraw/work/ruby-1.8.7/lib/net/http.rb:2144:in `reading_body'
/Volumes/CHome/kimuraw/work/ruby-1.8.7/lib/net/http.rb:1053:in `request'
/Volumes/CHome/kimuraw/work/ruby-1.8.7/lib/net/http.rb:1037:in `request'
/Volumes/CHome/kimuraw/work/ruby-1.8.7/lib/net/http.rb:543:in `start'
/Volumes/CHome/kimuraw/work/ruby-1.8.7/lib/net/http.rb:1035:in `request'
./test/webrick/test_filehandler.rb:95:in `test_filehandler'
./test/webrick/utils.rb:38:in `call'
./test/webrick/utils.rb:38:in `start_server'
./test/webrick/utils.rb:46:in `start_httpserver'
./test/webrick/test_filehandler.rb:79:in `test_filehandler'
====
1.8からもってきたテストコードが不足しているようです。
添付したパッチpatch-test-webrick.diffでテストが実行できるようになります。
また、このパッチを当てるとテストの実行結果は以下のようになります。
====
1) Failure:
test_filehandler(WEBrick::TestFileHandler)
[./test/webrick/test_filehandler.rb:100:in `test_filehandler'
/Volumes/CHome/kimuraw/work/ruby-1.8.7/lib/net/http.rb:1054:in `request'
/Volumes/CHome/kimuraw/work/ruby-1.8.7/lib/net/http.rb:2144:in `reading_body'
/Volumes/CHome/kimuraw/work/ruby-1.8.7/lib/net/http.rb:1053:in `request'
/Volumes/CHome/kimuraw/work/ruby-1.8.7/lib/net/http.rb:1037:in `request'
/Volumes/CHome/kimuraw/work/ruby-1.8.7/lib/net/http.rb:543:in `start'
/Volumes/CHome/kimuraw/work/ruby-1.8.7/lib/net/http.rb:1035:in `request'
./test/webrick/test_filehandler.rb:95:in `test_filehandler'
./test/webrick/utils.rb:44:in `call'
./test/webrick/utils.rb:44:in `start_server'
./test/webrick/utils.rb:52:in `start_httpserver'
./test/webrick/test_filehandler.rb:79:in `test_filehandler']:
webrick log start:
[2010-06-11 02:43:53] INFO WEBrick 1.3.1
[2010-06-11 02:43:53] INFO ruby 1.8.7 (2010-06-10) [i686-darwin10.3.0]
[2010-06-11 02:43:53] INFO WEBrick::HTTPServer#start: pid=25412 port=52634
webrick log end.
<9285..9384> expected but was
<9285..9385>.
====
これは1.8のr27918でのNet::HTTPHeader#content_rangeの修正が
1.8.7に反映されていないためだと思います。
http://redmine.ruby-lang.org/issues/show/2688
添付したパッチpatch-lib-net-http.rb.diffでテストをパスするようになります。
----------------------------------------
http://redmine.ruby-lang.org/issues/show/2593
----------------------------------------
http://redmine.ruby-lang.org