OLDREV 31904 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=31904&diff_format=u NEWREV 32129 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32129&diff_format=u CHG ChangeLog 31904->32128 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_7/ChangeLog?p1=branches/ruby_1_8_7/ChangeLog&r1=31904&r2=32129&pathrev=32129&diff_format=u CHG version.h 31904->32129 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_7/version.h?p1=branches/ruby_1_8_7/version.h&r1=31904&r2=32129&pathrev=32129&diff_format=u CHG lib/securerandom.rb 13672->32128 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_7/lib/securerandom.rb?p1=branches/ruby_1_8_7/lib/securerandom.rb&r1=31904&r2=32129&pathrev=32129&diff_format=u ADD test/test_securerandom.rb none->32128 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_7/test/test_securerandom.rb?view=markup&pathrev=32129&diff_format=u COMMIT Add spec for "argspush" form (as in obj[1, *a] = 2) http://github.com/rubyspec/rubyspec/commit/ac6680e3b16df433d780f5422d51d4abd18e079f COMMIT Add utility constant: CAPI_SIZEOF_LONG. http://github.com/rubyspec/rubyspec/commit/22167c938e6fd655c093d97aea7cc2bf27363fde COMMIT Support the environment whose long is 64bit. http://github.com/rubyspec/rubyspec/commit/fcba4eb4f0fd596e9655a95f06ed8a1261402f87 =================================================================== +++ 20110617T072421Z @@ 4534 @@ ./test/fileutils/test_dryrun.rb:: warning: useless use of a literal in void context Loaded suite . Started +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.7-o3-pth//ruby/lib/securerandom.rb:: warning: redefine random_bytes +/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth//ruby/lib/securerandom.rb:: warning: redefine hex +/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth//ruby/lib/securerandom.rb:: warning: redefine base64 +/var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth//ruby/lib/securerandom.rb:: warning: redefine random_number . +test_s_random_number_float(TestSecureRandom): . +test_s_random_number_float_by_zero(TestSecureRandom): . +test_s_random_number_int(TestSecureRandom): . test_BasicWriter_close_on_terminate(TestCSV): . test_BasicWriter_s_create_binmode(TestCSV): . test_IOBuf_close(TestCSV): . @@ 7287 @@ Finished in seconds. +2294 tests, 1349446 assertions, 0 failures, 0 errors == rubyspec #