ねこまほです. cygwin の結果です. make check でまとめてやると core dump するので個別テストです. (1.8.4 の時もそうだった) test_rlimit_nofile(TestProcess) 以外は 1.8.4 でも出ていたものです. $ for i in test/*/; do > ./miniruby.exe ./runruby.rb --extout=.ext -- -C "./test" runner.rb --runner=console `basename $i` > done Loaded suite csv Started -- snipped -- Loaded suite gdbm Started .....................F.......E............. Finished in 16.553 seconds. 1) Failure: test_reorganize(TestGDBM) [./gdbm/test_gdbm.rb:591]: <true> expected but was <false>. 2) Error: test_s_open_nolock(TestGDBM): GDBMError: File read error ./gdbm/test_gdbm.rb:188:in `open' ./gdbm/test_gdbm.rb:188:in `test_s_open_nolock' ./gdbm/test_gdbm.rb:186:in `test_s_open_nolock' 43 tests, 952 assertions, 1 failures, 1 errors -- snipped -- Loaded suite openssl Started .......................................F............................ Finished in 13.895 seconds. 1) Failure: test_client_auth(OpenSSL::TestSSL) [./openssl/test_ssl.rb:157:in `test_client_auth' ./openssl/test_ssl.rb:73:in `call' ./openssl/test_ssl.rb:73:in `start_server' ./openssl/test_ssl.rb:156:in `test_client_auth']: <OpenSSL::SSL::SSLError> exception expected but was Class: <Errno::ECONNRESET> Message: <"Connection reset by peer"> ---Backtrace--- ./openssl/test_ssl.rb:160:in `connect' ./openssl/test_ssl.rb:160:in `test_client_auth' ./openssl/test_ssl.rb:157:in `test_client_auth' ./openssl/test_ssl.rb:73:in `call' ./openssl/test_ssl.rb:73:in `start_server' ./openssl/test_ssl.rb:156:in `test_client_auth' --------------- 68 tests, 1036 assertions, 1 failures, 0 errors -- snipped -- Loaded suite ruby Started ................................................................................ ................................................................................ ..................................F............................................. ............ Finished in 12.514 seconds. 1) Failure: test_rlimit_nofile(TestProcess) [./ruby/test_process.rb:39]: <0> expected but was <256>. 252 tests, 2285 assertions, 1 failures, 0 errors -- snipped -- Loaded suite webrick Started F................................... Finished in 14.355 seconds. 1) Failure: test_cgi(TestWEBrickCGI) [./webrick/test_cgi.rb:27:in `test_cgi' /home/xxx/ruby-1.8.5/lib/net/http.rb:1050:in `request' /home/xxx/ruby-1.8.5/lib/net/http.rb:2133:in `reading_body' /home/xxx/ruby-1.8.5/lib/net/http.rb:1049:in `request' /home/xxx/ruby-1.8.5/lib/net/http.rb:1034:in `request' /home/xxx/ruby-1.8.5/lib/net/http.rb:543:in `start' /home/xxx/ruby-1.8.5/lib/net/http.rb:1032:in `request' ./webrick/test_cgi.rb:27:in `test_cgi' ./webrick/utils.rb:26:in `call' ./webrick/utils.rb:26:in `start_server' ./webrick/utils.rb:34:in `start_httpserver' ./webrick/test_cgi.rb:24:in `test_cgi']: <"/webrick.cgi"> expected but was <"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\">\n<HTML>\n <HEAD><TITLE>In ternal Server Error</TITLE></HEAD>\n <BODY>\n <H1>Internal Server Error</H1> \n Premature end of script headers: /home/c-yan/ruby-1.8.5/test/webrick/webri ck.cgi\n <HR>\n <ADDRESS>\n WEBrick/1.3.1 (Ruby/1.8.5/2006-08-09) Open SSL/0.9.8b at\n 127.0.0.1:1263\n </ADDRESS>\n </BODY>\n</HTML>\n">. 36 tests, 346 assertions, 1 failures, 0 errors -- snipped -- > まつもと ゆきひろです > > In message "Re: [ruby-dev:29226] Re: 1.8.5 preview3?" > on Tue, 8 Aug 2006 22:03:20 +0900, Yukihiro Matsumoto <matz / ruby-lang.org> writes: > > |駆け込みの修正がいくつかあったのでもうちょっとチェックしたい > |です。できれば(日本時間の)8日中に。 > > 9日になってしまいましたが、ようやっとpreview3を置きました。 > > ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.5-preview3.tar.gz > md5sum: 85f8565560db6055b349eede50ba30bb > > なお、個人的な用事で予定の14日リリースは無理そうです。15日か、 > 遅いと16日くらいになりそうです。 -- ねこまほ