OLDREV 32125 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32125&diff_format=u NEWREV 32293 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32293&diff_format=u CHG ChangeLog 32124->32291 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?p1=branches/ruby_1_8/ChangeLog&r1=32125&r2=32293&pathrev=32293&diff_format=u CHG version.h 32125->32290 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/version.h?p1=branches/ruby_1_8/version.h&r1=32125&r2=32293&pathrev=32293&diff_format=u CHG ext/openssl/ossl.h 26838->32293 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ext/openssl/ossl.h?p1=branches/ruby_1_8/ext/openssl/ossl.h&r1=32125&r2=32293&pathrev=32293&diff_format=u CHG ext/tk/extconf.rb 28792->32289 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ext/tk/extconf.rb?p1=branches/ruby_1_8/ext/tk/extconf.rb&r1=32125&r2=32293&pathrev=32293&diff_format=u COMMIT Matrix#each{_with_index}: New 1.9.3 behavior http://github.com/rubyspec/rubyspec/commit/a9cac1d20094a14459e82a1cdd45e73d329e3087 COMMIT Matrix#find_index: Specs for specialized version http://github.com/rubyspec/rubyspec/commit/23a71f25ada5def74b6c9a9bae92a1130b5bc2d0 COMMIT Matrix#normal?, orthogonal?, unitary?, zero?: New specs http://github.com/rubyspec/rubyspec/commit/0882dbe7446a2ff2004c337f7d6bf346ac014928 COMMIT Matrix#symmetric?, hermitian?: New specs http://github.com/rubyspec/rubyspec/commit/fc095d21a9011eaffabf0c23b4446e0070f973ff COMMIT Matrix#diagonal?, lower_triangular?, permutation?, upper_triangular?: new specs http://github.com/rubyspec/rubyspec/commit/5cfd8f3b1c284b3fbdaad911207124e14d330a4f =================================================================== +++ 20110630T213808Z @@ 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. @@ 51658 @@ - can pass arguments to the thread block - raises an exception when not given a block - creates a subclass of thread calls super with a block in initialize +- calls #initialize and raises an error if super not used (FAILED - ) - calls and respects #initialize for the block to use ) +Thread.new calls #initialize and raises an error if super not used FAILED +Expected ThreadError but no exception was raised /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/expectations/should.rb:8:in `should' +/var/lib/chkbuild/tmp/build/ruby-1.8-o3//rubyspec/core/thread/new_spec.rb:37 /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:68:in `protect' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/context.rb:179:in `protect' +/var/lib/chkbuild/tmp/build/ruby-1.8-o3//rubyspec/core/thread/new_spec.rb:21:in `all?' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/context.rb:179:in `each' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/context.rb:179:in `all?' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 51680 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/context.rb:199:in `process' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:37:in `describe' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/object.rb:11:in `describe' +/var/lib/chkbuild/tmp/build/ruby-1.8-o3//rubyspec/core/thread/new_spec.rb:4 /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:56:in `load' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:56:in `files' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 51695 @@ Finished in seconds +1 file, 6 examples, expectations, 1 failure, 0 errors exit 1 +failed(rubyspec/core/thread/new_spec.rb) == rubyspec/core/thread/pass_spec.rb #