COMMIT Spec for Array#uniq[!] with a block. http://github.com/rubyspec/rubyspec/commit/e89e6552b4fd7c29d3c65097a89769dbf09f46e4 COMMIT Marshal.load: Ruby 1.9 does not call initialize on loaded Structs. http://github.com/rubyspec/rubyspec/commit/ba478db22e20856bb8ba0a5d1962ecaa94a5ca13 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 =================================================================== +++ 20110629T042119Z @@ 16205 @@ - loads a extended_struct having fields with same objects - loads a struct having ivar - loads a struct having fields +- calls initialize on the unmarshaled struct Marshal::load for a user Class - loads a user-marshaled extended object @@ 38525 @@ - loads a extended_struct having fields with same objects - loads a struct having ivar - loads a struct having fields +- calls initialize on the unmarshaled struct Marshal::load for a user Class - loads a user-marshaled extended object @@ 56310 @@ ) ConditionVariable#broadcast releases all threads waiting in line for this resource ERROR +ThreadError: Thread#join: deadlock 0xf7b9a530 - mutual join(0xf7a9b338) /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `join' /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//rubyspec/library/conditionvariable/broadcast_spec.rb:55 /var/lib/chkbuild/tmp/build/ruby-1.8.6-o3//rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `each' @@ 62625 @@ Finished in seconds 1 file, 5 examples, expectations, 0 failures, 0 errors +== rubyspec/library/matrix/find_index_spec.rb #