OLDREV 32362 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32362&diff_format=u NEWREV 32371 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32371&diff_format=u CHG ChangeLog 32360->32371 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?p1=trunk/ChangeLog&r1=32362&r2=32371&pathrev=32371&diff_format=u CHG NEWS 32359->32363 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/NEWS?p1=trunk/NEWS&r1=32362&r2=32371&pathrev=32371&diff_format=u CHG signal.c 32345->32369 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/signal.c?p1=trunk/signal.c&r1=32362&r2=32371&pathrev=32371&diff_format=u CHG thread_pthread.c 32346->32371 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/thread_pthread.c?p1=trunk/thread_pthread.c&r1=32362&r2=32371&pathrev=32371&diff_format=u CHG version.h 32358->32370 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/version.h?p1=trunk/version.h&r1=32362&r2=32371&pathrev=32371&diff_format=u CHG test/openssl/test_ocsp.rb 30220->32366 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/openssl/test_ocsp.rb?p1=trunk/test/openssl/test_ocsp.rb&r1=32362&r2=32371&pathrev=32371&diff_format=u CHG test/openssl/test_x509cert.rb 31677->32366 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/openssl/test_x509cert.rb?p1=trunk/test/openssl/test_x509cert.rb&r1=32362&r2=32371&pathrev=32371&diff_format=u =================================================================== +++ 20110702T222603Z @@ 644 @@ vm_dump.c::5: warning: "VMDEBUG" is not defined vm_dump.c::5: warning: "VMDEBUG" is not defined compiling thread.c +In file included from thread.c:204: +thread_pthread.c: In function ‘thread_start_func_1’: +thread_pthread.c:: warning: unused variable ‘stack_start’ compiling cont.c compiling ./enc/ascii.c compiling ./enc/us_ascii.c @@ 1591 @@ # test_syntax.rb:889 . # test_syntax.rb:890 . # test_syntax.rb:892 . +# test_syntax.rb:902 bootstraptest.tmp.rb:4:in `initialize': can't create Thread (11) (ThreadError) + from bootstraptest.tmp.rb:4:in `new' + from bootstraptest.tmp.rb:4:in `block in
' + from bootstraptest.tmp.rb:3:in `each' + from bootstraptest.tmp.rb:3:in `map' + from bootstraptest.tmp.rb:3:in `
' +. test_thread.rb # test_thread.rb:3 . # test_thread.rb:8 . +# test_thread.rb:13 F # test_thread.rb:24 . # test_thread.rb:34 . # test_thread.rb:44 . @@ 1651 @@ # test_thread.rb:439 . # test_thread.rb:447 . +# test_thread.rb:13: + v = 0 + (1..200).map{|i| + Thread.new{ + i + } + }.each{|t| + v += t.value + } + v + #=> "" (expected "20100") +FAIL 1/928 tests failed +make: *** [yes-btest] エラー 1 exit 2 +failed(btest) == test.rb #