ruby 1.8.7 (2011-06-16 patchlevel 348) [powerpc-darwin9.8.0] [1.8.7,pth] (ppc-mac-mini) 998W 2F1E failed(rubyspec CommandTimeout) 59failed(rubyspec/)

chkbuild summary recent last

OlderDiff < 20110616T061246Z < ThisDiff > 20110617T061611Z > NewerDiff

OLDREV 31904
NEWREV 32129
CHG ChangeLog	31904->32128
CHG version.h	31904->32129
CHG lib/securerandom.rb	13672->32128
ADD test/test_securerandom.rb	none->32128
COMMIT [Charles Oliver Nutter] Add spec for "argspush" form (as in obj[1, *a] = 2)
COMMIT [NARUSE, Yui] Add utility constant: CAPI_SIZEOF_LONG.
COMMIT [NARUSE, Yui] Support the environment whose long is 64bit.

===================================================================
+++ 20110617T061611Z
@@ 4720 @@
 ./test/xmlrpc/test_webrick_server.rb:<line_b>: warning: ambiguous first argument; put parentheses or even spaces
 Loaded suite .
 Started
+test_s_base64(TestSecureRandom): .
+test_s_hex(TestSecureRandom): .
+test_s_random_bytes(TestSecureRandom): .
+test_s_random_bytes_without_openssl(TestSecureRandom): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/ruby/lib/securerandom.rb:50: warning: redefine random_bytes
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/ruby/lib/securerandom.rb:<line_a>: warning: redefine hex
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/ruby/lib/securerandom.rb:<line_a>: warning: redefine base64
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/ruby/lib/securerandom.rb:<line_a>: 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): .
@@ 7469 @@
     ./test/socket/test_unix.rb:37:in `bound_unix_socket'
     ./test/socket/test_unix.rb:43:in `test_addr'
 
+2242 tests, 1348431 assertions, 2 failures, 1 errors
 make: *** [test-all] Error 1
 exit 2
 failed(test-all)
@@ 23343 @@
 - 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
 
@@ 63102 @@
 - 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
 

===================================================================
--- 20110616T061246Z
@@ 7458 @@
     ./test/socket/test_unix.rb:37:in `bound_unix_socket'
     ./test/socket/test_unix.rb:43:in `test_addr'
 
-2235 tests, 1347908 assertions, 2 failures, 1 errors
 make: *** [test-all] Error 1
 exit 2
 failed(test-all)

OlderDiff < 20110616T061246Z < ThisDiff > 20110617T061611Z > NewerDiff


chkbuild summary recent last