OLDREV 30435 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30435&diff_format=u NEWREV 30441 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30441&diff_format=u CHG ChangeLog 30435->30440 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?p1=trunk/ChangeLog&r1=30435&r2=30441&pathrev=30441&diff_format=u CHG configure.in 30286->30438 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/configure.in?p1=trunk/configure.in&r1=30435&r2=30441&pathrev=30441&diff_format=u CHG enum.c 30428->30439 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/enum.c?p1=trunk/enum.c&r1=30435&r2=30441&pathrev=30441&diff_format=u CHG st.c 29470->30436 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/st.c?p1=trunk/st.c&r1=30435&r2=30441&pathrev=30441&diff_format=u CHG version.h 30434->30441 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/version.h?p1=trunk/version.h&r1=30435&r2=30441&pathrev=30441&diff_format=u CHG ext/zlib/zlib.c 30397->30437 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/zlib/zlib.c?p1=trunk/ext/zlib/zlib.c&r1=30435&r2=30441&pathrev=30441&diff_format=u CHG lib/mkmf.rb 30160->30438 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/mkmf.rb?p1=trunk/lib/mkmf.rb&r1=30435&r2=30441&pathrev=30441&diff_format=u CHG win32/win32.c 30104->30440 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/win32/win32.c?p1=trunk/win32/win32.c&r1=30435&r2=30441&pathrev=30441&diff_format=u COMMIT Add spec for Proc subclass that does not 'super' in 'initialize' (JRUBY-5261) http://github.com/rubyspec/rubyspec/commit/afa5b0be445f17e719ce72b1e7bb170ea841c0b5 =================================================================== +++ 20101231T223828Z @@ 30909 @@ Proc.new with an associated block called on a subclass of Proc using a reified block parameter - returns an instance of the subclass +Proc.new with an associated block called on a subclass of Proc that does not 'super' in 'initialize' +- still constructs a functional proc Proc.new without a block - raises an ArgumentError @@ 46203 @@ C-API Hash function rb_hash_foreach - iterates over the hash +/home/chkbuild/tmp/build/ruby-trunk//rubyspec/optional/capi/io_spec.rb /home/chkbuild/tmp/build/ruby-trunk//rubyspec/optional/capi/ext/io_spec.c: In function ‘io_spec_rb_io_wait_readable’: /home/chkbuild/tmp/build/ruby-trunk//rubyspec/optional/capi/ext/io_spec.c:: warning: implicit declaration of function ‘read’ C-API IO function rb_io_write @@ 46522 @@ - has a default safe level of 0 - throws an error when rb_secure is called with argument >= SAFE +/home/chkbuild/tmp/build/ruby-trunk//rubyspec/optional/capi/string_spec.rb /home/chkbuild/tmp/build/ruby-trunk//rubyspec/optional/capi/ext/string_spec.c: In function ‘string_spec_rb_str_new2_with_null’: /home/chkbuild/tmp/build/ruby-trunk//rubyspec/optional/capi/ext/string_spec.c:: warning: null argument where non-null required (argument 1) /home/chkbuild/tmp/build/ruby-trunk//rubyspec/optional/capi/ext/string_spec.c:: warning: null argument where non-null required (argument 1) @@ 46614 @@ - rb_struct_define defines a structure and returns members as symbol - rb_struct_define allows for anonymous structures +/home/chkbuild/tmp/build/ruby-trunk//rubyspec/optional/capi/symbol_spec.rb /home/chkbuild/tmp/build/ruby-trunk//rubyspec/optional/capi/ext/symbol_spec.c: In function ‘symbol_spec_rb_id2name’: /home/chkbuild/tmp/build/ruby-trunk//rubyspec/optional/capi/ext/symbol_spec.c:: warning: initialization discards qualifiers from pointer target type C-API Symbol function rb_intern @@ 46724 @@ Finished in seconds +3286 files, 15455 examples, expectations, 6 failures, 0 errors exit 1 +failed(rubyspec) == dist #