OLDREV 31255 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=31255&diff_format=u NEWREV 31256 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=31256&diff_format=u CHG ChangeLog 31254->31256 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?p1=trunk/ChangeLog&r1=31255&r2=31256&pathrev=31256&diff_format=u CHG include/ruby/ruby.h 31119->31256 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby/ruby.h?p1=trunk/include/ruby/ruby.h&r1=31255&r2=31256&pathrev=31256&diff_format=u COMMIT Add spec for const lookup inside literal lambda (from JRUBY-5686) http://github.com/rubyspec/rubyspec/commit/4ad56b7753bbb3624ec603e7c96e2ba214725d70 =================================================================== +++ 20110410T183303Z @@ 36268 @@ - describes a killed thread - describes a thread with an uncaught exception - describes a dying sleeping thread +- reports aborting on a killed thread (FAILED - ) /var/lib/chkbuild/tmp/build/ruby-trunk-o3//rubyspec/core/thread/stop_spec.rb Thread.stop @@ 37708 @@ - sets parameters appropriately when a combination of parameter types is given between the parenthesis - uses lambda's 'rigid' argument handling - does not call the associated block +- evaluates constants as normal blocks do /var/lib/chkbuild/tmp/build/ruby-trunk-o3//rubyspec/language/loop_spec.rb The loop expression @@ 43782 @@ /var/lib/chkbuild/tmp/build/ruby-trunk-o3//rubyspec/library/net/http/http/started_spec.rb Net::HTTP#started? +- returns true when self has been started (ERROR - ) - returns false when self has not been started yet - returns false when self has been stopped again @@ 49003 @@ ) File::Stat#inspect produces a nicely formatted description of a File::Stat object FAILED +Expected "#" +to equal "#" /var/lib/chkbuild/tmp/build/ruby-trunk-o3//rubyspec/core/file/stat/inspect_spec.rb:17:in `block (2 levels) in ' /var/lib/chkbuild/tmp/build/ruby-trunk-o3//rubyspec/core/file/stat/inspect_spec.rb:3:in `' @@ 49047 @@ /var/lib/chkbuild/tmp/build/ruby-trunk-o3//rubyspec/core/string/unpack/q_spec.rb:30:in `' ) +Thread#status reports aborting on a killed thread FAILED +Expected false + to equal "aborting" +/var/lib/chkbuild/tmp/build/ruby-trunk-o3//rubyspec/core/thread/status_spec.rb:44:in `block (2 levels) in ' +/var/lib/chkbuild/tmp/build/ruby-trunk-o3//rubyspec/core/thread/status_spec.rb:4:in `' ) BigDecimal.new doesn't segfault when using a very large string to build the number FAILED @@ 49071 @@ /var/lib/chkbuild/tmp/build/ruby-trunk-o3//rubyspec/library/date/strftime_spec.rb:4:in `' ) +Net::HTTP#started? returns true when self has been started ERROR +Errno::EINTR: Interrupted system call - connect(2) +/var/lib/chkbuild/tmp/build/ruby-trunk-o3//lib/ruby/1.9.1/net/http.rb:749:in `initialize' +/var/lib/chkbuild/tmp/build/ruby-trunk-o3//lib/ruby/1.9.1/net/http.rb:749:in `open' +/var/lib/chkbuild/tmp/build/ruby-trunk-o3//lib/ruby/1.9.1/net/http.rb:749:in `block in connect' +/var/lib/chkbuild/tmp/build/ruby-trunk-o3//lib/ruby/1.9.1/timeout.rb:44:in `timeout' +/var/lib/chkbuild/tmp/build/ruby-trunk-o3//lib/ruby/1.9.1/timeout.rb:87:in `timeout' +/var/lib/chkbuild/tmp/build/ruby-trunk-o3//lib/ruby/1.9.1/net/http.rb:749:in `connect' +/var/lib/chkbuild/tmp/build/ruby-trunk-o3//lib/ruby/1.9.1/net/http.rb:742:in `do_start' +/var/lib/chkbuild/tmp/build/ruby-trunk-o3//lib/ruby/1.9.1/net/http.rb:737:in `start' +/var/lib/chkbuild/tmp/build/ruby-trunk-o3//rubyspec/library/net/http/http/shared/started.rb:15:in `block (2 levels) in ' +/var/lib/chkbuild/tmp/build/ruby-trunk-o3//rubyspec/library/net/http/http/started_spec.rb:6:in `' ) Syslog::Constants Syslog::Constants.LOG_MASK works on undefined constants FAILED @@ 49110 @@ Finished in seconds +3331 files, 17280 examples, expectations, 20 failures, 2 errors exit 1 failed(rubyspec) == dist #