OLDREV 32051 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32051&diff_format=u NEWREV 32125 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32125&diff_format=u CHG ChangeLog 32050->32124 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?p1=branches/ruby_1_8/ChangeLog&r1=32051&r2=32125&pathrev=32125&diff_format=u CHG version.h 32051->32125 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/version.h?p1=branches/ruby_1_8/version.h&r1=32051&r2=32125&pathrev=32125&diff_format=u ADD test/test_securerandom.rb none->32124 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/test/test_securerandom.rb?view=markup&pathrev=32125&diff_format=u COMMIT Add nil case. http://github.com/rubyspec/rubyspec/commit/d4cbc89df201ff220b5a28f7ab7e9f819ac8642b COMMIT Etc.getlogin may return nil if the login name is not set because of chroot or sudo or something. http://github.com/rubyspec/rubyspec/commit/35b547f903a26cd54784cf284fb8dbb7f7f446d7 COMMIT Add spec for "argspush" form (as in obj[1, *a] = 2) http://github.com/rubyspec/rubyspec/commit/ac6680e3b16df433d780f5422d51d4abd18e079f =================================================================== +++ 20110616T213616Z @@ 4372 @@ test_style_2(Test_AddSuffix): . test_style_3(Test_AddSuffix): . test_threadswitch_init(Test_ThreadSwitch): F +test_s_base64(TestSecureRandom): . +test_s_hex(TestSecureRandom): . +test_s_random_bytes(TestSecureRandom): . +test_s_random_bytes_without_openssl(TestSecureRandom): /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/lib/securerandom.rb:: warning: redefine random_bytes +/var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/lib/securerandom.rb:: warning: redefine hex +/var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/lib/securerandom.rb:: warning: redefine base64 +/var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/lib/securerandom.rb:: warning: redefine random_number +/var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/lib/securerandom.rb:: warning: redefine uuid . +test_s_random_number_float(TestSecureRandom): . +test_s_random_number_float_by_zero(TestSecureRandom): . +test_s_random_number_int(TestSecureRandom): . test_cannot_convert_into_time_interval(TestTimeout): . test_queue(TestTimeout): . test_timeout(TestTimeout): . @@ 5146 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/.ext/common/openssl/ssl-internal.rb:: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/.ext/common/openssl/ssl-internal.rb:: warning: using default DH parameters. . +test_starttls(OpenSSL::TestSSL): /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. @@ 7656 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/test/net/http/test_connection.rb:20:in `test_connection_refused_in_request' --------------- +2724 tests, 1352922 assertions, 3 failures, 0 errors make: *** [test-all] Error 1 exit 2 failed(test-all) @@ 23668 @@ - with a space separating method name and parenthesis treats expression in parenthesis as first argument - with invalid argument count raises an ArgumentError - allows any number of args beyond required to method with a splat +- allows []= form with *args in the [] expanded to individual arguments - allows to pass literal hashes without curly braces as the last parameter - allows to literal hashes without curly braces as the only parameter @@ 61014 @@ - with a space separating method name and parenthesis treats expression in parenthesis as first argument - with invalid argument count raises an ArgumentError - allows any number of args beyond required to method with a splat +- allows []= form with *args in the [] expanded to individual arguments - allows to pass literal hashes without curly braces as the last parameter - allows to literal hashes without curly braces as the only parameter =================================================================== --- 20110615T212958Z @@ 5134 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/.ext/common/openssl/ssl-internal.rb:: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/.ext/common/openssl/ssl-internal.rb:: warning: using default DH parameters. . -test_starttls(OpenSSL::TestSSL): /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. @@ 7644 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/test/net/http/test_connection.rb:20:in `test_connection_refused_in_request' --------------- -2717 tests, 1352399 assertions, 3 failures, 0 errors make: *** [test-all] Error 1 exit 2 failed(test-all)