COMMIT Add spec for Proc subclass that does not 'super' in 'initialize' (JRUBY-5261) http://github.com/rubyspec/rubyspec/commit/afa5b0be445f17e719ce72b1e7bb170ea841c0b5 =================================================================== +++ 20110101T003002Z @@ 16522 @@ 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 @@ 32272 @@ ) ConditionVariable#broadcast releases all threads waiting in line for this resource ERROR +ThreadError: Thread#join: deadlock 0x7f10c86b2e18 - mutual join(0x3a5c3c0) /home/chkbuild/tmp/build/ruby-1.8.6//rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `join' /home/chkbuild/tmp/build/ruby-1.8.6//rubyspec/library/conditionvariable/broadcast_spec.rb:55 /home/chkbuild/tmp/build/ruby-1.8.6//rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `each' @@ 32804 @@ Finished in seconds +3286 files, 12936 examples, expectations, 14 failures, 29 errors exit 1 failed(rubyspec) == end #